diff options
author | Chef Expeditor <chef-ci@chef.io> | 2020-12-22 05:18:34 +0000 |
---|---|---|
committer | Chef Expeditor <chef-ci@chef.io> | 2020-12-22 05:18:34 +0000 |
commit | 07d00d7bc07ccdca7f34abf5bb05ef2d77ebb8dc (patch) | |
tree | 92d96065654ffe7492e5ff46ab4cbdde73bb173a | |
parent | ebcaa97ec4a6447b9cbfd6c9249ef77b6ad1bedd (diff) | |
download | chef-07d00d7bc07ccdca7f34abf5bb05ef2d77ebb8dc.tar.gz |
Bump version to 17.0.5 by Chef Expeditorv17.0.5chef-master
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 80e220a0d3..206af28d24 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,15 +1,16 @@ <!-- usage documentation: http://expeditor-docs.es.chef.io/configuration/changelog/ --> -<!-- latest_release 17.0.4 --> -## [v17.0.4](https://github.com/chef/chef/tree/v17.0.4) (2020-12-22) +<!-- latest_release 17.0.5 --> +## [v17.0.5](https://github.com/chef/chef/tree/v17.0.5) (2020-12-22) #### Merged Pull Requests -- Pull in the new FFI we need for M1 Macs [#10772](https://github.com/chef/chef/pull/10772) ([tas50](https://github.com/tas50)) +- Remove support for Ubuntu 16.04 [#10765](https://github.com/chef/chef/pull/10765) ([tas50](https://github.com/tas50)) <!-- latest_release --> <!-- release_rollup since=16.8.14 --> ### Changes not yet released to stable #### Merged Pull Requests +- Remove support for Ubuntu 16.04 [#10765](https://github.com/chef/chef/pull/10765) ([tas50](https://github.com/tas50)) <!-- 17.0.5 --> - Pull in the new FFI we need for M1 Macs [#10772](https://github.com/chef/chef/pull/10772) ([tas50](https://github.com/tas50)) <!-- 17.0.4 --> - Fixed cron_d resource ignoring sensitive property in Chef 17 [#10767](https://github.com/chef/chef/pull/10767) ([axl89](https://github.com/axl89)) <!-- 17.0.3 --> - Remove EOL RHEL 6 32bit builds [#10721](https://github.com/chef/chef/pull/10721) ([tas50](https://github.com/tas50)) <!-- 17.0.2 --> diff --git a/Gemfile.lock b/Gemfile.lock index 56dbbc26d9..114643e7bc 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -28,12 +28,12 @@ GIT PATH remote: . specs: - chef (17.0.4) + chef (17.0.5) addressable bcrypt_pbkdf (= 1.1.0.rc1) bundler (>= 1.10) - chef-config (= 17.0.4) - chef-utils (= 17.0.4) + chef-config (= 17.0.5) + chef-utils (= 17.0.5) 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 (17.0.4-universal-mingw32) + chef (17.0.5-universal-mingw32) addressable bcrypt_pbkdf (= 1.1.0.rc1) bundler (>= 1.10) - chef-config (= 17.0.4) - chef-utils (= 17.0.4) + chef-config (= 17.0.5) + chef-utils (= 17.0.5) 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 (17.0.4) - chef (= 17.0.4) + chef-bin (17.0.5) + chef (= 17.0.5) PATH remote: chef-config specs: - chef-config (17.0.4) + chef-config (17.0.5) addressable - chef-utils (= 17.0.4) + chef-utils (= 17.0.5) 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 (17.0.4) + chef-utils (17.0.5) GEM remote: https://rubygems.org/ @@ -1 +1 @@ -17.0.4
\ No newline at end of file +17.0.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 b8e5910285..9bccddfd4c 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.0.4".freeze + VERSION = "17.0.5".freeze end # diff --git a/chef-config/lib/chef-config/version.rb b/chef-config/lib/chef-config/version.rb index bb0be1be04..054d2e3b13 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.0.4".freeze + VERSION = "17.0.5".freeze end diff --git a/chef-utils/lib/chef-utils/version.rb b/chef-utils/lib/chef-utils/version.rb index 1f98ec9b30..c1d5f0fd88 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.0.4" + VERSION = "17.0.5" end diff --git a/lib/chef/version.rb b/lib/chef/version.rb index 5b5a6bfce3..32def4bd64 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.0.4") + VERSION = Chef::VersionString.new("17.0.5") end # |