diff options
author | Chef Expeditor <chef-ci@chef.io> | 2020-12-16 00:58:45 +0000 |
---|---|---|
committer | Chef Expeditor <chef-ci@chef.io> | 2020-12-16 00:58:48 +0000 |
commit | 60667a174392593ece0c94a31e77837b1bdcd62d (patch) | |
tree | 24871d2025f9d3decb1dd812274ba6802077cbae | |
parent | 85b02c7ee8a34647304115ab2bd018d9a7093b24 (diff) | |
download | chef-60667a174392593ece0c94a31e77837b1bdcd62d.tar.gz |
Bump version to 16.8.18 by Chef Expeditorv16.8.18
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 8d4c2383da..5e0bf126eb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,15 +1,16 @@ <!-- usage documentation: http://expeditor-docs.es.chef.io/configuration/changelog/ --> -<!-- latest_release 16.8.17 --> -## [v16.8.17](https://github.com/chef/chef/tree/v16.8.17) (2020-12-16) +<!-- latest_release 16.8.18 --> +## [v16.8.18](https://github.com/chef/chef/tree/v16.8.18) (2020-12-16) #### Merged Pull Requests -- Add audit cookbook's chef_node_attribute_enabled to Compliance Phase. [#10735](https://github.com/chef/chef/pull/10735) ([phiggins](https://github.com/phiggins)) +- locale: Update the locale-gen timeout to 1800s [#10743](https://github.com/chef/chef/pull/10743) ([tas50](https://github.com/tas50)) <!-- latest_release --> <!-- release_rollup since=16.8.14 --> ### Changes not yet released to stable #### Merged Pull Requests +- locale: Update the locale-gen timeout to 1800s [#10743](https://github.com/chef/chef/pull/10743) ([tas50](https://github.com/tas50)) <!-- 16.8.18 --> - Add audit cookbook's chef_node_attribute_enabled to Compliance Phase. [#10735](https://github.com/chef/chef/pull/10735) ([phiggins](https://github.com/phiggins)) <!-- 16.8.17 --> - Improve our automated resource documentation generation [#10739](https://github.com/chef/chef/pull/10739) ([tas50](https://github.com/tas50)) <!-- 16.8.16 --> - knife bootstrap: Windows Trusted cert path slashes fix [#10740](https://github.com/chef/chef/pull/10740) ([axelrtgs](https://github.com/axelrtgs)) <!-- 16.8.15 --> diff --git a/Gemfile.lock b/Gemfile.lock index 43df08e71e..ed0eb0069b 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -28,12 +28,12 @@ GIT PATH remote: . specs: - chef (16.8.17) + chef (16.8.18) addressable bcrypt_pbkdf (= 1.1.0.rc1) bundler (>= 1.10) - chef-config (= 16.8.17) - chef-utils (= 16.8.17) + chef-config (= 16.8.18) + chef-utils (= 16.8.18) chef-vault chef-zero (>= 14.0.11) diff-lcs (>= 1.2.4, < 1.4.0) @@ -65,12 +65,12 @@ PATH tty-screen (~> 0.6) tty-table (~> 0.11) uuidtools (~> 2.1.5) - chef (16.8.17-universal-mingw32) + chef (16.8.18-universal-mingw32) addressable bcrypt_pbkdf (= 1.1.0.rc1) bundler (>= 1.10) - chef-config (= 16.8.17) - chef-utils (= 16.8.17) + chef-config (= 16.8.18) + chef-utils (= 16.8.18) chef-vault chef-zero (>= 14.0.11) diff-lcs (>= 1.2.4, < 1.4.0) @@ -117,15 +117,15 @@ PATH PATH remote: chef-bin specs: - chef-bin (16.8.17) - chef (= 16.8.17) + chef-bin (16.8.18) + chef (= 16.8.18) PATH remote: chef-config specs: - chef-config (16.8.17) + chef-config (16.8.18) addressable - chef-utils (= 16.8.17) + chef-utils (= 16.8.18) 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 (16.8.17) + chef-utils (16.8.18) GEM remote: https://rubygems.org/ @@ -1 +1 @@ -16.8.17
\ No newline at end of file +16.8.18
\ 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 96a07f688d..1e93bc2027 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.8.17".freeze + VERSION = "16.8.18".freeze end # diff --git a/chef-config/lib/chef-config/version.rb b/chef-config/lib/chef-config/version.rb index 993409f514..ebf51ad55e 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.8.17".freeze + VERSION = "16.8.18".freeze end diff --git a/chef-utils/lib/chef-utils/version.rb b/chef-utils/lib/chef-utils/version.rb index 6d018069bf..7382137ff1 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.8.17" + VERSION = "16.8.18" end diff --git a/lib/chef/version.rb b/lib/chef/version.rb index c9b218fee1..cc47e469eb 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.8.17") + VERSION = Chef::VersionString.new("16.8.18") end # |