diff options
author | Chef Expeditor <chef-ci@chef.io> | 2020-12-10 00:19:27 +0000 |
---|---|---|
committer | Chef Expeditor <chef-ci@chef.io> | 2020-12-10 00:19:30 +0000 |
commit | 7e66d4d3fb92698d50b61f6cf6b7f8365a4b47cf (patch) | |
tree | 76684db3351bb86ffff65e738d14954edab7c5c3 | |
parent | 867045ba0844374cfa7482c029d688ff856a3498 (diff) | |
download | chef-7e66d4d3fb92698d50b61f6cf6b7f8365a4b47cf.tar.gz |
Bump version to 16.8.8 by Chef Expeditorv16.8.8
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 9194624c8d..dcd698e712 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.7 --> -## [v16.8.7](https://github.com/chef/chef/tree/v16.8.7) (2020-12-10) +<!-- latest_release 16.8.8 --> +## [v16.8.8](https://github.com/chef/chef/tree/v16.8.8) (2020-12-10) #### Merged Pull Requests -- Fix failing tests on Solaris / Enable Solaris builds again [#10719](https://github.com/chef/chef/pull/10719) ([mwrock](https://github.com/mwrock)) +- hostname: Avoid erroring out when hostname is not set on mac [#10724](https://github.com/chef/chef/pull/10724) ([lamont-granquist](https://github.com/lamont-granquist)) <!-- latest_release --> <!-- release_rollup since=16.7.61 --> ### Changes not yet released to stable #### Merged Pull Requests +- hostname: Avoid erroring out when hostname is not set on mac [#10724](https://github.com/chef/chef/pull/10724) ([lamont-granquist](https://github.com/lamont-granquist)) <!-- 16.8.8 --> - Fix failing tests on Solaris / Enable Solaris builds again [#10719](https://github.com/chef/chef/pull/10719) ([mwrock](https://github.com/mwrock)) <!-- 16.8.7 --> - Update all deps to the latest [#10720](https://github.com/chef/chef/pull/10720) ([tas50](https://github.com/tas50)) <!-- 16.8.6 --> - windows_certificate: Add exportable option to pfx certificate [#10711](https://github.com/chef/chef/pull/10711) ([dheerajd-msys](https://github.com/dheerajd-msys)) <!-- 16.8.5 --> diff --git a/Gemfile.lock b/Gemfile.lock index d52b757a3f..d1859647d3 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -28,12 +28,12 @@ GIT PATH remote: . specs: - chef (16.8.7) + chef (16.8.8) addressable bcrypt_pbkdf (= 1.1.0.rc1) bundler (>= 1.10) - chef-config (= 16.8.7) - chef-utils (= 16.8.7) + chef-config (= 16.8.8) + chef-utils (= 16.8.8) 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.7-universal-mingw32) + chef (16.8.8-universal-mingw32) addressable bcrypt_pbkdf (= 1.1.0.rc1) bundler (>= 1.10) - chef-config (= 16.8.7) - chef-utils (= 16.8.7) + chef-config (= 16.8.8) + chef-utils (= 16.8.8) 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.7) - chef (= 16.8.7) + chef-bin (16.8.8) + chef (= 16.8.8) PATH remote: chef-config specs: - chef-config (16.8.7) + chef-config (16.8.8) addressable - chef-utils (= 16.8.7) + chef-utils (= 16.8.8) 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.7) + chef-utils (16.8.8) GEM remote: https://rubygems.org/ @@ -1 +1 @@ -16.8.7
\ No newline at end of file +16.8.8
\ 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 33d1a2fc5e..22b35e1a6d 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.7".freeze + VERSION = "16.8.8".freeze end # diff --git a/chef-config/lib/chef-config/version.rb b/chef-config/lib/chef-config/version.rb index 89696a656f..149e789c5d 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.7".freeze + VERSION = "16.8.8".freeze end diff --git a/chef-utils/lib/chef-utils/version.rb b/chef-utils/lib/chef-utils/version.rb index 46cb08713b..4f9381caa7 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.7" + VERSION = "16.8.8" end diff --git a/lib/chef/version.rb b/lib/chef/version.rb index 26aadb8778..16ee897ccd 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.7") + VERSION = Chef::VersionString.new("16.8.8") end # |