diff options
author | Chef Expeditor <chef-ci@chef.io> | 2021-04-07 19:46:02 +0000 |
---|---|---|
committer | Chef Expeditor <chef-ci@chef.io> | 2021-04-07 19:46:02 +0000 |
commit | aa33ea719c0e8c99008504fe19fc89981aff8427 (patch) | |
tree | d6d1d50cc26f0951cf0dceb61631e2d205347631 | |
parent | af43ef78dc28dca286d96df696b4ed677fe153fd (diff) | |
download | chef-aa33ea719c0e8c99008504fe19fc89981aff8427.tar.gz |
Bump version to 16.13.9 by Chef Expeditorv16.13.9
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 9967378d7f..514c141d2d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,17 +2,18 @@ This changelog lists individual merged pull requests to Chef Infra Client and geared towards developers. For a list of significant changes per release see the [Chef Infra Client Release Notes](https://docs.chef.io/release_notes_client/). -<!-- latest_release 16.13.8 --> -## [v16.13.8](https://github.com/chef/chef/tree/v16.13.8) (2021-04-07) +<!-- latest_release 16.13.9 --> +## [v16.13.9](https://github.com/chef/chef/tree/v16.13.9) (2021-04-07) #### Merged Pull Requests -- Bump omnibus-software from `ef7b496` to `56f6321` in /omnibus [#11322](https://github.com/chef/chef/pull/11322) ([dependabot-preview[bot]](https://github.com/dependabot-preview[bot])) +- Bump inspec-core-bin to 4.31.0 [#11324](https://github.com/chef/chef/pull/11324) ([chef-expeditor[bot]](https://github.com/chef-expeditor[bot])) <!-- latest_release --> <!-- release_rollup since=16.12.3 --> ### Changes not yet released to stable #### Merged Pull Requests +- Bump inspec-core-bin to 4.31.0 [#11324](https://github.com/chef/chef/pull/11324) ([chef-expeditor[bot]](https://github.com/chef-expeditor[bot])) <!-- 16.13.9 --> - Bump omnibus-software from `ef7b496` to `56f6321` in /omnibus [#11322](https://github.com/chef/chef/pull/11322) ([dependabot-preview[bot]](https://github.com/dependabot-preview[bot])) <!-- 16.13.8 --> - Bump ffi-yajl to 2.4.0 [#11316](https://github.com/chef/chef/pull/11316) ([chef-expeditor[bot]](https://github.com/chef-expeditor[bot])) <!-- 16.13.7 --> - Bump libyajl2 to 2.1.0 [#11314](https://github.com/chef/chef/pull/11314) ([chef-expeditor[bot]](https://github.com/chef-expeditor[bot])) <!-- 16.13.6 --> diff --git a/Gemfile.lock b/Gemfile.lock index f9c749d206..75706e4d5a 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -20,12 +20,12 @@ GIT PATH remote: . specs: - chef (16.13.8) + chef (16.13.9) addressable bcrypt_pbkdf (~> 1.1) bundler (>= 1.10) - chef-config (= 16.13.8) - chef-utils (= 16.13.8) + chef-config (= 16.13.9) + chef-utils (= 16.13.9) chef-vault chef-zero (>= 14.0.11) diff-lcs (>= 1.2.4, < 1.4.0) @@ -57,12 +57,12 @@ PATH tty-screen (~> 0.6) tty-table (~> 0.11) uuidtools (>= 2.1.5, < 3.0) - chef (16.13.8-universal-mingw32) + chef (16.13.9-universal-mingw32) addressable bcrypt_pbkdf (~> 1.1) bundler (>= 1.10) - chef-config (= 16.13.8) - chef-utils (= 16.13.8) + chef-config (= 16.13.9) + chef-utils (= 16.13.9) chef-vault chef-zero (>= 14.0.11) diff-lcs (>= 1.2.4, < 1.4.0) @@ -109,15 +109,15 @@ PATH PATH remote: chef-bin specs: - chef-bin (16.13.8) - chef (= 16.13.8) + chef-bin (16.13.9) + chef (= 16.13.9) PATH remote: chef-config specs: - chef-config (16.13.8) + chef-config (16.13.9) addressable - chef-utils (= 16.13.8) + chef-utils (= 16.13.9) fuzzyurl mixlib-config (>= 2.2.12, < 4.0) mixlib-shellout (>= 2.0, < 4.0) @@ -126,7 +126,7 @@ PATH PATH remote: chef-utils specs: - chef-utils (16.13.8) + chef-utils (16.13.9) GEM remote: https://rubygems.org/ @@ -1 +1 @@ -16.13.8
\ No newline at end of file +16.13.9
\ 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 9e47c133b6..fadf74562e 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.13.8".freeze + VERSION = "16.13.9".freeze end # diff --git a/chef-config/lib/chef-config/version.rb b/chef-config/lib/chef-config/version.rb index a6a0165a2d..bd546733bf 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.13.8".freeze + VERSION = "16.13.9".freeze end diff --git a/chef-utils/lib/chef-utils/version.rb b/chef-utils/lib/chef-utils/version.rb index 367d9b1ce7..a21cae04dc 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.13.8" + VERSION = "16.13.9" end diff --git a/lib/chef/version.rb b/lib/chef/version.rb index 261f9cfc8a..f2db660006 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.13.8") + VERSION = Chef::VersionString.new("16.13.9") end # |