diff options
author | Chef Expeditor <chef-ci@chef.io> | 2020-10-29 20:56:09 +0000 |
---|---|---|
committer | Chef Expeditor <chef-ci@chef.io> | 2020-10-29 20:56:09 +0000 |
commit | b0fe0a0772c66514b0f2d2cc15ff55138bc62e30 (patch) | |
tree | a109d22fb92d5e224c0fcdc483aa5cf3c3da0c8c | |
parent | 58e843e06d3ac985d6233f149ac39328e36cd30f (diff) | |
download | chef-b0fe0a0772c66514b0f2d2cc15ff55138bc62e30.tar.gz |
Bump version to 16.7.11 by Chef Expeditorv16.7.11
Obvious fix; these changes are the result of automation not creative thinking.
-rw-r--r-- | CHANGELOG.md | 6 | ||||
-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, 18 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index da34a63b2a..e73015f1cb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,8 +1,9 @@ <!-- usage documentation: http://expeditor-docs.es.chef.io/configuration/changelog/ --> -<!-- latest_release unreleased --> -## Unreleased +<!-- latest_release 16.7.11 --> +## [v16.7.11](https://github.com/chef/chef/tree/v16.7.11) (2020-10-29) #### Merged Pull Requests +- Update Ohai to 16.7.4 and win32-process to 0.9.0 [#10580](https://github.com/chef/chef/pull/10580) ([tas50](https://github.com/tas50)) - Don't run rspec with documentation formatter. [#10578](https://github.com/chef/chef/pull/10578) ([phiggins](https://github.com/phiggins)) <!-- latest_release --> @@ -10,6 +11,7 @@ ### Changes not yet released to stable #### Merged Pull Requests +- Update Ohai to 16.7.4 and win32-process to 0.9.0 [#10580](https://github.com/chef/chef/pull/10580) ([tas50](https://github.com/tas50)) <!-- 16.7.11 --> - Don't run rspec with documentation formatter. [#10578](https://github.com/chef/chef/pull/10578) ([phiggins](https://github.com/phiggins)) <!-- 16.7.10 --> - Remove rspec_junit_formatter and rspec version pins [#10579](https://github.com/chef/chef/pull/10579) ([phiggins](https://github.com/phiggins)) <!-- 16.7.10 --> - Remove support for nexentacore and opensolaris which are both a decade EOL [#10573](https://github.com/chef/chef/pull/10573) ([tas50](https://github.com/tas50)) <!-- 16.7.9 --> diff --git a/Gemfile.lock b/Gemfile.lock index 20ed257c9c..d5b39eb4e1 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -28,12 +28,12 @@ GIT PATH remote: . specs: - chef (16.7.10) + chef (16.7.11) addressable bcrypt_pbkdf (= 1.1.0.rc1) bundler (>= 1.10) - chef-config (= 16.7.10) - chef-utils (= 16.7.10) + chef-config (= 16.7.11) + chef-utils (= 16.7.11) chef-vault chef-zero (>= 14.0.11) diff-lcs (>= 1.2.4, < 1.4.0) @@ -64,12 +64,12 @@ PATH tty-screen (~> 0.6) tty-table (~> 0.11) uuidtools (~> 2.1.5) - chef (16.7.10-universal-mingw32) + chef (16.7.11-universal-mingw32) addressable bcrypt_pbkdf (= 1.1.0.rc1) bundler (>= 1.10) - chef-config (= 16.7.10) - chef-utils (= 16.7.10) + chef-config (= 16.7.11) + chef-utils (= 16.7.11) chef-vault chef-zero (>= 14.0.11) diff-lcs (>= 1.2.4, < 1.4.0) @@ -115,15 +115,15 @@ PATH PATH remote: chef-bin specs: - chef-bin (16.7.10) - chef (= 16.7.10) + chef-bin (16.7.11) + chef (= 16.7.11) PATH remote: chef-config specs: - chef-config (16.7.10) + chef-config (16.7.11) addressable - chef-utils (= 16.7.10) + chef-utils (= 16.7.11) fuzzyurl mixlib-config (>= 2.2.12, < 4.0) mixlib-shellout (>= 2.0, < 4.0) @@ -132,7 +132,7 @@ PATH PATH remote: chef-utils specs: - chef-utils (16.7.10) + chef-utils (16.7.11) GEM remote: https://rubygems.org/ @@ -1 +1 @@ -16.7.10
\ No newline at end of file +16.7.11
\ 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 d543235b45..31289bb188 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.7.10".freeze + VERSION = "16.7.11".freeze end # diff --git a/chef-config/lib/chef-config/version.rb b/chef-config/lib/chef-config/version.rb index 532a291eb6..bec54c9651 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.7.10".freeze + VERSION = "16.7.11".freeze end diff --git a/chef-utils/lib/chef-utils/version.rb b/chef-utils/lib/chef-utils/version.rb index a1ab749b38..9cc8aff553 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("..", __dir__) - VERSION = "16.7.10".freeze + VERSION = "16.7.11".freeze end diff --git a/lib/chef/version.rb b/lib/chef/version.rb index 728192aebe..a2ffec2ff6 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.7.10") + VERSION = Chef::VersionString.new("16.7.11") end # |