diff options
author | Chef Expeditor <expeditor@chef.io> | 2020-06-17 17:42:49 +0000 |
---|---|---|
committer | Chef Expeditor <expeditor@chef.io> | 2020-06-17 17:42:49 +0000 |
commit | aa9e73c6cf10002740d7ff9018a0cbaf2d24c29f (patch) | |
tree | c084b630f995469d2ebd80a1289a7cb063674ddc | |
parent | 679484236306f6ae7a5935fd9bbb32d1c93304ef (diff) | |
download | chef-aa9e73c6cf10002740d7ff9018a0cbaf2d24c29f.tar.gz |
Bump version to 16.2.40 by Chef Expeditorv16.2.40
Obvious fix; these changes are the result of automation not creative thinking.
-rw-r--r-- | CHANGELOG.md | 9 | ||||
-rw-r--r-- | Gemfile.lock | 26 | ||||
-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, 22 insertions, 23 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 3230a1a6bc..a2c82ed11a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,17 +1,16 @@ <!-- usage documentation: http://expeditor-docs.es.chef.io/configuration/changelog/ --> -<!-- latest_release 16.2.39 --> -## [v16.2.39](https://github.com/chef/chef/tree/v16.2.39) (2020-06-17) +<!-- latest_release 16.2.40 --> +## [v16.2.40](https://github.com/chef/chef/tree/v16.2.40) (2020-06-17) #### Merged Pull Requests -- Fix for windows_audit_policy bug for when a value for the subcategory property isn't entered [#10007](https://github.com/chef/chef/pull/10007) ([chef-davin](https://github.com/chef-davin)) -- Soft fail spellchecker in ci [#10003](https://github.com/chef/chef/pull/10003) ([phiggins](https://github.com/phiggins)) -- Silence exception output in threaded test. [#10005](https://github.com/chef/chef/pull/10005) ([phiggins](https://github.com/phiggins)) +- Update InSpec to 4.20.6 [#10008](https://github.com/chef/chef/pull/10008) ([tas50](https://github.com/tas50)) <!-- latest_release --> <!-- release_rollup since=16.1.16 --> ### Changes not yet released to stable #### Merged Pull Requests +- Update InSpec to 4.20.6 [#10008](https://github.com/chef/chef/pull/10008) ([tas50](https://github.com/tas50)) <!-- 16.2.40 --> - Fix for windows_audit_policy bug for when a value for the subcategory property isn't entered [#10007](https://github.com/chef/chef/pull/10007) ([chef-davin](https://github.com/chef-davin)) <!-- 16.2.39 --> - Soft fail spellchecker in ci [#10003](https://github.com/chef/chef/pull/10003) ([phiggins](https://github.com/phiggins)) <!-- 16.2.38 --> - Silence exception output in threaded test. [#10005](https://github.com/chef/chef/pull/10005) ([phiggins](https://github.com/phiggins)) <!-- 16.2.38 --> diff --git a/Gemfile.lock b/Gemfile.lock index 8d6307fccf..ff3cfbf326 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -28,12 +28,12 @@ GIT PATH remote: . specs: - chef (16.2.39) + chef (16.2.40) addressable bcrypt_pbkdf (= 1.1.0.rc1) bundler (>= 1.10) - chef-config (= 16.2.39) - chef-utils (= 16.2.39) + chef-config (= 16.2.40) + chef-utils (= 16.2.40) chef-vault chef-zero (>= 14.0.11) diff-lcs (~> 1.2, >= 1.2.4) @@ -62,12 +62,12 @@ PATH train-winrm (>= 0.2.5) tty-screen (~> 0.6) uuidtools (~> 2.1.5) - chef (16.2.39-universal-mingw32) + chef (16.2.40-universal-mingw32) addressable bcrypt_pbkdf (= 1.1.0.rc1) bundler (>= 1.10) - chef-config (= 16.2.39) - chef-utils (= 16.2.39) + chef-config (= 16.2.40) + chef-utils (= 16.2.40) chef-vault chef-zero (>= 14.0.11) diff-lcs (~> 1.2, >= 1.2.4) @@ -112,15 +112,15 @@ PATH PATH remote: chef-bin specs: - chef-bin (16.2.39) - chef (= 16.2.39) + chef-bin (16.2.40) + chef (= 16.2.40) PATH remote: chef-config specs: - chef-config (16.2.39) + chef-config (16.2.40) addressable - chef-utils (= 16.2.39) + chef-utils (= 16.2.40) 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 (16.2.39) + chef-utils (16.2.40) GEM remote: https://rubygems.org/ @@ -452,8 +452,8 @@ DEPENDENCIES chefstyle! ed25519 fauxhai-ng - inspec-core (>= 4.20.6) - inspec-core-bin (>= 4.20.6) + inspec-core (~> 4.18) + inspec-core-bin (~> 4.18) ohai! pry pry-byebug @@ -1 +1 @@ -16.2.39
\ No newline at end of file +16.2.40
\ 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 08f2749927..ed68806ea5 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("../..", __FILE__) - VERSION = "16.2.39".freeze + VERSION = "16.2.40".freeze end # diff --git a/chef-config/lib/chef-config/version.rb b/chef-config/lib/chef-config/version.rb index 951a270d0e..a4dff8ab33 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("../..", __FILE__) - VERSION = "16.2.39".freeze + VERSION = "16.2.40".freeze end diff --git a/chef-utils/lib/chef-utils/version.rb b/chef-utils/lib/chef-utils/version.rb index a8a2f6efdc..4d0905c7c4 100644 --- a/chef-utils/lib/chef-utils/version.rb +++ b/chef-utils/lib/chef-utils/version.rb @@ -15,5 +15,5 @@ module ChefUtils CHEFUTILS_ROOT = File.expand_path("../..", __FILE__) - VERSION = "16.2.39".freeze + VERSION = "16.2.40".freeze end diff --git a/lib/chef/version.rb b/lib/chef/version.rb index 392301208c..21c446f507 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("../..", __FILE__) - VERSION = Chef::VersionString.new("16.2.39") + VERSION = Chef::VersionString.new("16.2.40") end # |