diff options
author | Chef Expeditor <chef-ci@chef.io> | 2021-11-16 20:36:39 +0000 |
---|---|---|
committer | Chef Expeditor <chef-ci@chef.io> | 2021-11-16 20:36:39 +0000 |
commit | c004ed06c393c7793b936ad6cba1afde96e08d66 (patch) | |
tree | e05e6bcc520e8a871c7d0bec603b56663efb076a | |
parent | bc93485d017b5a398bfdb6e5c24b057d842ee098 (diff) | |
download | chef-c004ed06c393c7793b936ad6cba1afde96e08d66.tar.gz |
Bump version to 17.8.5 by Chef Expeditorv17.8.5
Obvious fix; these changes are the result of automation not creative thinking.
-rw-r--r-- | CHANGELOG.md | 7 | ||||
-rw-r--r-- | Gemfile.lock | 24 | ||||
-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, 22 insertions, 21 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index c9531c7ab3..beeb7fecaf 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 17.8.4 --> -## [v17.8.4](https://github.com/chef/chef/tree/v17.8.4) (2021-11-16) +<!-- latest_release 17.8.5 --> +## [v17.8.5](https://github.com/chef/chef/tree/v17.8.5) (2021-11-16) #### Merged Pull Requests -- Bump omnibus-software from `b6f2ff8` to `32876cd` in /omnibus [#12287](https://github.com/chef/chef/pull/12287) ([dependabot[bot]](https://github.com/dependabot[bot])) +- fix invalid ffi type error after coerce in macos_userdefaults [#12234](https://github.com/chef/chef/pull/12234) ([rishichawda](https://github.com/rishichawda)) <!-- latest_release --> <!-- release_rollup since=17.7.29 --> ### Changes not yet released to stable #### Merged Pull Requests +- fix invalid ffi type error after coerce in macos_userdefaults [#12234](https://github.com/chef/chef/pull/12234) ([rishichawda](https://github.com/rishichawda)) <!-- 17.8.5 --> - Bump omnibus-software from `b6f2ff8` to `32876cd` in /omnibus [#12287](https://github.com/chef/chef/pull/12287) ([dependabot[bot]](https://github.com/dependabot[bot])) <!-- 17.8.4 --> - Bump chef/chefstyle to 3a1257b8c5934344bc854e604a882d7e7e5a8733 [#12284](https://github.com/chef/chef/pull/12284) ([chef-expeditor[bot]](https://github.com/chef-expeditor[bot])) <!-- 17.8.3 --> - Fix zypper_package behavior when there is no candidate_version [#12279](https://github.com/chef/chef/pull/12279) ([lamont-granquist](https://github.com/lamont-granquist)) <!-- 17.8.2 --> diff --git a/Gemfile.lock b/Gemfile.lock index 44a1ffcb63..e04c55d4e1 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -35,12 +35,12 @@ GIT PATH remote: . specs: - chef (17.8.4) + chef (17.8.5) addressable aws-sdk-s3 (~> 1.91) aws-sdk-secretsmanager (~> 1.46) - chef-config (= 17.8.4) - chef-utils (= 17.8.4) + chef-config (= 17.8.5) + chef-utils (= 17.8.5) chef-vault chef-zero (>= 14.0.11) corefoundation (~> 0.3.4) @@ -66,12 +66,12 @@ PATH train-winrm (>= 0.2.5) uuidtools (>= 2.1.5, < 3.0) vault (~> 0.16) - chef (17.8.4-universal-mingw32) + chef (17.8.5-universal-mingw32) addressable aws-sdk-s3 (~> 1.91) aws-sdk-secretsmanager (~> 1.46) - chef-config (= 17.8.4) - chef-utils (= 17.8.4) + chef-config (= 17.8.5) + chef-utils (= 17.8.5) chef-vault chef-zero (>= 14.0.11) corefoundation (~> 0.3.4) @@ -112,15 +112,15 @@ PATH PATH remote: chef-bin specs: - chef-bin (17.8.4) - chef (= 17.8.4) + chef-bin (17.8.5) + chef (= 17.8.5) PATH remote: chef-config specs: - chef-config (17.8.4) + chef-config (17.8.5) addressable - chef-utils (= 17.8.4) + chef-utils (= 17.8.5) fuzzyurl mixlib-config (>= 2.2.12, < 4.0) mixlib-shellout (>= 2.0, < 4.0) @@ -129,7 +129,7 @@ PATH PATH remote: chef-utils specs: - chef-utils (17.8.4) + chef-utils (17.8.5) concurrent-ruby GEM @@ -142,7 +142,7 @@ GEM mixlib-shellout (>= 2.0, < 4.0) ast (2.4.2) aws-eventstream (1.2.0) - aws-partitions (1.530.0) + aws-partitions (1.531.0) aws-sdk-core (3.122.1) aws-eventstream (~> 1, >= 1.0.2) aws-partitions (~> 1, >= 1.525.0) @@ -1 +1 @@ -17.8.4
\ No newline at end of file +17.8.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 88deaf6267..96a17d7aa1 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 = "17.8.4".freeze + VERSION = "17.8.5".freeze end # diff --git a/chef-config/lib/chef-config/version.rb b/chef-config/lib/chef-config/version.rb index f8ca9215db..ba7c8ac02b 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 = "17.8.4".freeze + VERSION = "17.8.5".freeze end diff --git a/chef-utils/lib/chef-utils/version.rb b/chef-utils/lib/chef-utils/version.rb index ad9829f2db..a58b53174a 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 = "17.8.4" + VERSION = "17.8.5" end diff --git a/knife/lib/chef/knife/version.rb b/knife/lib/chef/knife/version.rb index 69aa42681a..39afadebcb 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 = "17.8.4".freeze + VERSION = "17.8.5".freeze end end diff --git a/lib/chef/version.rb b/lib/chef/version.rb index 33f52b1d97..932b3cdb95 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("17.8.4") + VERSION = Chef::VersionString.new("17.8.5") end # |