diff options
author | Chef Expeditor <chef-ci@chef.io> | 2022-02-25 19:57:39 +0000 |
---|---|---|
committer | Chef Expeditor <chef-ci@chef.io> | 2022-02-25 19:57:39 +0000 |
commit | 476cc57d191bd498f87449307afd073654d86f0b (patch) | |
tree | 0194dcaef19e765dc77c60f5235bb39ab4c91804 | |
parent | e58def6d25ee747599074949c27e503709fcbceb (diff) | |
download | chef-476cc57d191bd498f87449307afd073654d86f0b.tar.gz |
Bump version to 18.0.56 by Chef Expeditorv18.0.56
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-- | knife/lib/chef/knife/version.rb | 2 | ||||
-rw-r--r-- | lib/chef/version.rb | 2 |
8 files changed, 21 insertions, 20 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 89122a86da..8461ceb31a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,17 +1,18 @@ <!-- usage documentation: http://expeditor-docs.es.chef.io/configuration/changelog/ --> 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 18.0.55 --> -## [v18.0.55](https://github.com/chef/chef/tree/v18.0.55) (2022-02-24) +<!-- latest_release 18.0.56 --> +## [v18.0.56](https://github.com/chef/chef/tree/v18.0.56) (2022-02-25) #### Merged Pull Requests -- Add train-rest as a dep for target mode [#12633](https://github.com/chef/chef/pull/12633) ([tas50](https://github.com/tas50)) +- Bump chef/ohai to 58462789693e00c45c422f347c64d612862c104e [#12637](https://github.com/chef/chef/pull/12637) ([chef-expeditor[bot]](https://github.com/chef-expeditor[bot])) <!-- latest_release --> <!-- release_rollup since=17.9.26 --> ### Changes not yet released to stable #### Merged Pull Requests +- Bump chef/ohai to 58462789693e00c45c422f347c64d612862c104e [#12637](https://github.com/chef/chef/pull/12637) ([chef-expeditor[bot]](https://github.com/chef-expeditor[bot])) <!-- 18.0.56 --> - Add train-rest as a dep for target mode [#12633](https://github.com/chef/chef/pull/12633) ([tas50](https://github.com/tas50)) <!-- 18.0.55 --> - Add --always-dump-stacktrace to integration tests that use chef-client [#12615](https://github.com/chef/chef/pull/12615) ([neha-p6](https://github.com/neha-p6)) <!-- 18.0.54 --> - Bump omnibus-software from `eb3cc77` to `d5ff796` in /omnibus [#12628](https://github.com/chef/chef/pull/12628) ([dependabot[bot]](https://github.com/dependabot[bot])) <!-- 18.0.52 --> diff --git a/Gemfile.lock b/Gemfile.lock index ed19abfe25..a7a64b4b10 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -35,12 +35,12 @@ GIT PATH remote: . specs: - chef (18.0.55) + chef (18.0.56) addressable aws-sdk-s3 (~> 1.91) aws-sdk-secretsmanager (~> 1.46) - chef-config (= 18.0.55) - chef-utils (= 18.0.55) + chef-config (= 18.0.56) + chef-utils (= 18.0.56) chef-vault chef-zero (>= 14.0.11) corefoundation (~> 0.3.4) @@ -68,13 +68,13 @@ PATH train-winrm (>= 0.2.5) uuidtools (>= 2.1.5, < 3.0) vault (~> 0.16) - chef (18.0.55-universal-mingw32) + chef (18.0.56-universal-mingw32) addressable aws-sdk-s3 (~> 1.91) aws-sdk-secretsmanager (~> 1.46) - chef-config (= 18.0.55) + chef-config (= 18.0.56) chef-powershell (~> 1.0.12) - chef-utils (= 18.0.55) + chef-utils (= 18.0.56) chef-vault chef-zero (>= 14.0.11) corefoundation (~> 0.3.4) @@ -117,15 +117,15 @@ PATH PATH remote: chef-bin specs: - chef-bin (18.0.55) - chef (= 18.0.55) + chef-bin (18.0.56) + chef (= 18.0.56) PATH remote: chef-config specs: - chef-config (18.0.55) + chef-config (18.0.56) addressable - chef-utils (= 18.0.55) + chef-utils (= 18.0.56) fuzzyurl mixlib-config (>= 2.2.12, < 4.0) mixlib-shellout (>= 2.0, < 4.0) @@ -134,7 +134,7 @@ PATH PATH remote: chef-utils specs: - chef-utils (18.0.55) + chef-utils (18.0.56) concurrent-ruby GEM @@ -1 +1 @@ -18.0.55
\ No newline at end of file +18.0.56
\ 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 aa905abcd4..09dc7aeb51 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 = "18.0.55".freeze + VERSION = "18.0.56".freeze end # diff --git a/chef-config/lib/chef-config/version.rb b/chef-config/lib/chef-config/version.rb index 3d92e55a3a..d6d5d52f75 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 = "18.0.55".freeze + VERSION = "18.0.56".freeze end diff --git a/chef-utils/lib/chef-utils/version.rb b/chef-utils/lib/chef-utils/version.rb index 0e212f5988..8e14052313 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 = "18.0.55" + VERSION = "18.0.56" end diff --git a/knife/lib/chef/knife/version.rb b/knife/lib/chef/knife/version.rb index f1fb631346..216f3456a7 100644 --- a/knife/lib/chef/knife/version.rb +++ b/knife/lib/chef/knife/version.rb @@ -17,7 +17,7 @@ class Chef class Knife KNIFE_ROOT = File.expand_path("../..", __dir__) - VERSION = "18.0.55".freeze + VERSION = "18.0.56".freeze end end diff --git a/lib/chef/version.rb b/lib/chef/version.rb index bf5a77bc9d..9e51f4a7d8 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("18.0.55") + VERSION = Chef::VersionString.new("18.0.56") end # |