diff options
author | Chef Expeditor <chef-ci@chef.io> | 2023-03-27 13:22:56 +0000 |
---|---|---|
committer | Chef Expeditor <chef-ci@chef.io> | 2023-03-27 13:22:56 +0000 |
commit | cba8558c744e461de671ac0cc12fd2df1c766e22 (patch) | |
tree | 1af1f5658048c1f97df4c0ca8b1fdb2bbd36be81 | |
parent | c4cfa3b5036fafde1257b0a21efe471d9899bb35 (diff) | |
download | chef-cba8558c744e461de671ac0cc12fd2df1c766e22.tar.gz |
Bump version to 18.2.1 by Chef Expeditorv18.2.1
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/Gemfile.lock | 4 | ||||
-rw-r--r-- | knife/lib/chef/knife/version.rb | 2 | ||||
-rw-r--r-- | lib/chef/version.rb | 2 |
9 files changed, 23 insertions, 22 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 6bc60d0d6d..ff38f55b5e 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.2.0 --> -## [v18.2.0](https://github.com/chef/chef/tree/v18.2.0) (2023-03-23) +<!-- latest_release 18.2.1 --> +## [v18.2.1](https://github.com/chef/chef/tree/v18.2.1) (2023-03-27) #### Merged Pull Requests -- Update bundled dependencies for both chef and chef/omnibus [#13643](https://github.com/chef/chef/pull/13643) ([neha-p6](https://github.com/neha-p6)) +- Fix issues in habitat/test pipeline [#13649](https://github.com/chef/chef/pull/13649) ([neha-p6](https://github.com/neha-p6)) <!-- latest_release --> <!-- release_rollup since=18.1.0 --> ### Changes not yet released to stable #### Merged Pull Requests +- Fix issues in habitat/test pipeline [#13649](https://github.com/chef/chef/pull/13649) ([neha-p6](https://github.com/neha-p6)) <!-- 18.2.1 --> - Update bundled dependencies for both chef and chef/omnibus [#13643](https://github.com/chef/chef/pull/13643) ([neha-p6](https://github.com/neha-p6)) <!-- 18.2.0 --> - Sean simmons progress/bugfix/precommand [#13646](https://github.com/chef/chef/pull/13646) ([sean-simmons-progress](https://github.com/sean-simmons-progress)) <!-- 18.1.36 --> - FIx kitchen test failures in windows boxes due to dependency issue in proxifier [#13644](https://github.com/chef/chef/pull/13644) ([neha-p6](https://github.com/neha-p6)) <!-- 18.1.35 --> diff --git a/Gemfile.lock b/Gemfile.lock index c0e43852e7..c51d65a914 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -44,12 +44,12 @@ GIT PATH remote: . specs: - chef (18.2.0) + chef (18.2.1) addressable aws-sdk-s3 (~> 1.91) aws-sdk-secretsmanager (~> 1.46) - chef-config (= 18.2.0) - chef-utils (= 18.2.0) + chef-config (= 18.2.1) + chef-utils (= 18.2.1) chef-vault chef-zero (>= 14.0.11) corefoundation (~> 0.3.4) @@ -78,13 +78,13 @@ PATH unf_ext (>= 0.0.8.2) uuidtools (>= 2.1.5, < 3.0) vault (~> 0.16) - chef (18.2.0-x64-mingw-ucrt) + chef (18.2.1-x64-mingw-ucrt) addressable aws-sdk-s3 (~> 1.91) aws-sdk-secretsmanager (~> 1.46) - chef-config (= 18.2.0) + chef-config (= 18.2.1) chef-powershell (~> 1.0.12) - chef-utils (= 18.2.0) + chef-utils (= 18.2.1) chef-vault chef-zero (>= 14.0.11) corefoundation (~> 0.3.4) @@ -128,15 +128,15 @@ PATH PATH remote: chef-bin specs: - chef-bin (18.2.0) - chef (= 18.2.0) + chef-bin (18.2.1) + chef (= 18.2.1) PATH remote: chef-config specs: - chef-config (18.2.0) + chef-config (18.2.1) addressable - chef-utils (= 18.2.0) + chef-utils (= 18.2.1) fuzzyurl mixlib-config (>= 2.2.12, < 4.0) mixlib-shellout (>= 2.0, < 4.0) @@ -145,7 +145,7 @@ PATH PATH remote: chef-utils specs: - chef-utils (18.2.0) + chef-utils (18.2.1) concurrent-ruby GEM @@ -1 +1 @@ -18.2.0
\ No newline at end of file +18.2.1
\ 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 08b08c5ae7..405d90d439 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.2.0".freeze + VERSION = "18.2.1".freeze end # diff --git a/chef-config/lib/chef-config/version.rb b/chef-config/lib/chef-config/version.rb index d41fbe4206..82d9855b56 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.2.0".freeze + VERSION = "18.2.1".freeze end diff --git a/chef-utils/lib/chef-utils/version.rb b/chef-utils/lib/chef-utils/version.rb index 35ac40e50c..49230785be 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.2.0" + VERSION = "18.2.1" end diff --git a/knife/Gemfile.lock b/knife/Gemfile.lock index f097c2f36e..7b3398592e 100644 --- a/knife/Gemfile.lock +++ b/knife/Gemfile.lock @@ -1,8 +1,8 @@ PATH remote: .. specs: - chef (18.2.0) - chef (18.2.0-x64-mingw-ucrt) + chef (18.2.1) + chef (18.2.1-x64-mingw-ucrt) PLATFORMS ruby diff --git a/knife/lib/chef/knife/version.rb b/knife/lib/chef/knife/version.rb index 03ac529980..97054c5556 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.2.0".freeze + VERSION = "18.2.1".freeze end end diff --git a/lib/chef/version.rb b/lib/chef/version.rb index dae4b1cf7f..b42d1967c5 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.2.0") + VERSION = Chef::VersionString.new("18.2.1") end # |