diff options
author | Chef Expeditor <chef-ci@chef.io> | 2021-04-07 04:13:54 +0000 |
---|---|---|
committer | Chef Expeditor <chef-ci@chef.io> | 2021-04-07 04:13:58 +0000 |
commit | 8aef64623e77faccc6d799187f213ec81beb947e (patch) | |
tree | 0ab59f471254a9fc6652f928a2e1416ea325f207 | |
parent | d68155b0e505e81d188e361917a08f1cd1375fe7 (diff) | |
download | chef-8aef64623e77faccc6d799187f213ec81beb947e.tar.gz |
Bump version to 16.13.5 by Chef Expeditorv16.13.5
Obvious fix; these changes are the result of automation not creative thinking.
-rw-r--r-- | CHANGELOG.md | 7 | ||||
-rw-r--r-- | Gemfile.lock | 22 | ||||
-rw-r--r-- | VERSION | 2 | ||||
-rw-r--r-- | chef-bin/lib/chef-bin/version.rb | 2 | ||||
-rw-r--r-- | chef-config/lib/chef-config/version.rb | 2 | ||||
-rw-r--r-- | chef-utils/lib/chef-utils/version.rb | 2 | ||||
-rw-r--r-- | lib/chef/version.rb | 2 |
7 files changed, 20 insertions, 19 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 88a5d7f988..d860b1af25 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,17 +2,18 @@ This changelog lists individual merged pull requests to Chef Infra Client and geared towards developers. For a list of significant changes per release see the [Chef Infra Client Release Notes](https://docs.chef.io/release_notes_client/). -<!-- latest_release 16.13.4 --> -## [v16.13.4](https://github.com/chef/chef/tree/v16.13.4) (2021-04-06) +<!-- latest_release 16.13.5 --> +## [v16.13.5](https://github.com/chef/chef/tree/v16.13.5) (2021-04-07) #### Merged Pull Requests -- Minor dep bump for parser [#11311](https://github.com/chef/chef/pull/11311) ([tas50](https://github.com/tas50)) +- Bump omnibus-software from `3d331d8` to `ef7b496` in /omnibus [#11317](https://github.com/chef/chef/pull/11317) ([dependabot-preview[bot]](https://github.com/dependabot-preview[bot])) <!-- latest_release --> <!-- release_rollup since=16.12.3 --> ### Changes not yet released to stable #### Merged Pull Requests +- Bump omnibus-software from `3d331d8` to `ef7b496` in /omnibus [#11317](https://github.com/chef/chef/pull/11317) ([dependabot-preview[bot]](https://github.com/dependabot-preview[bot])) <!-- 16.13.5 --> - Minor dep bump for parser [#11311](https://github.com/chef/chef/pull/11311) ([tas50](https://github.com/tas50)) <!-- 16.13.4 --> - Bump omnibus-software from `8e34218` to `3d331d8` in /omnibus [#11309](https://github.com/chef/chef/pull/11309) ([dependabot-preview[bot]](https://github.com/dependabot-preview[bot])) <!-- 16.13.3 --> - Update to Ruby 2.7.3 [#11306](https://github.com/chef/chef/pull/11306) ([tas50](https://github.com/tas50)) <!-- 16.13.2 --> diff --git a/Gemfile.lock b/Gemfile.lock index 74f7db49b4..ee7691af84 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -20,12 +20,12 @@ GIT PATH remote: . specs: - chef (16.13.4) + chef (16.13.5) addressable bcrypt_pbkdf (~> 1.1) bundler (>= 1.10) - chef-config (= 16.13.4) - chef-utils (= 16.13.4) + chef-config (= 16.13.5) + chef-utils (= 16.13.5) chef-vault chef-zero (>= 14.0.11) diff-lcs (>= 1.2.4, < 1.4.0) @@ -57,12 +57,12 @@ PATH tty-screen (~> 0.6) tty-table (~> 0.11) uuidtools (>= 2.1.5, < 3.0) - chef (16.13.4-universal-mingw32) + chef (16.13.5-universal-mingw32) addressable bcrypt_pbkdf (~> 1.1) bundler (>= 1.10) - chef-config (= 16.13.4) - chef-utils (= 16.13.4) + chef-config (= 16.13.5) + chef-utils (= 16.13.5) chef-vault chef-zero (>= 14.0.11) diff-lcs (>= 1.2.4, < 1.4.0) @@ -109,15 +109,15 @@ PATH PATH remote: chef-bin specs: - chef-bin (16.13.4) - chef (= 16.13.4) + chef-bin (16.13.5) + chef (= 16.13.5) PATH remote: chef-config specs: - chef-config (16.13.4) + chef-config (16.13.5) addressable - chef-utils (= 16.13.4) + chef-utils (= 16.13.5) fuzzyurl mixlib-config (>= 2.2.12, < 4.0) mixlib-shellout (>= 2.0, < 4.0) @@ -126,7 +126,7 @@ PATH PATH remote: chef-utils specs: - chef-utils (16.13.4) + chef-utils (16.13.5) GEM remote: https://rubygems.org/ @@ -1 +1 @@ -16.13.4
\ No newline at end of file +16.13.5
\ No newline at end of file diff --git a/chef-bin/lib/chef-bin/version.rb b/chef-bin/lib/chef-bin/version.rb index 314fb6a9fc..8524847832 100644 --- a/chef-bin/lib/chef-bin/version.rb +++ b/chef-bin/lib/chef-bin/version.rb @@ -21,7 +21,7 @@ module ChefBin CHEFBIN_ROOT = File.expand_path("..", __dir__) - VERSION = "16.13.4".freeze + VERSION = "16.13.5".freeze end # diff --git a/chef-config/lib/chef-config/version.rb b/chef-config/lib/chef-config/version.rb index 813965a61e..90fb4144be 100644 --- a/chef-config/lib/chef-config/version.rb +++ b/chef-config/lib/chef-config/version.rb @@ -15,5 +15,5 @@ module ChefConfig CHEFCONFIG_ROOT = File.expand_path("..", __dir__) - VERSION = "16.13.4".freeze + VERSION = "16.13.5".freeze end diff --git a/chef-utils/lib/chef-utils/version.rb b/chef-utils/lib/chef-utils/version.rb index 41d87a6d28..7ce02a0ca5 100644 --- a/chef-utils/lib/chef-utils/version.rb +++ b/chef-utils/lib/chef-utils/version.rb @@ -16,5 +16,5 @@ module ChefUtils CHEFUTILS_ROOT = File.expand_path("..", __dir__) - VERSION = "16.13.4" + VERSION = "16.13.5" end diff --git a/lib/chef/version.rb b/lib/chef/version.rb index ec09d9264d..9ad7bee1e4 100644 --- a/lib/chef/version.rb +++ b/lib/chef/version.rb @@ -23,7 +23,7 @@ require_relative "version_string" class Chef CHEF_ROOT = File.expand_path("..", __dir__) - VERSION = Chef::VersionString.new("16.13.4") + VERSION = Chef::VersionString.new("16.13.5") end # |