From d9a15e5c2cf50ece4e023c2993f890c06409414e Mon Sep 17 00:00:00 2001 From: Chef Expeditor Date: Tue, 19 Oct 2021 00:09:00 +0000 Subject: Bump version to 17.7.11 by Chef Expeditor Obvious fix; these changes are the result of automation not creative thinking. --- CHANGELOG.md | 6 ++++-- Gemfile.lock | 36 +++++++++++++++++----------------- VERSION | 2 +- chef-bin/lib/chef-bin/version.rb | 2 +- chef-config/lib/chef-config/version.rb | 2 +- chef-utils/lib/chef-utils/version.rb | 2 +- knife/lib/chef/knife/version.rb | 2 +- lib/chef/version.rb | 2 +- 8 files changed, 28 insertions(+), 26 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d22c9a352a..600faf381a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,10 +1,11 @@ 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/). - -## Unreleased + +## [v17.7.11](https://github.com/chef/chef/tree/v17.7.11) (2021-10-19) #### Merged Pull Requests +- Bump chef-zero to 15.0.11 [#12177](https://github.com/chef/chef/pull/12177) ([chef-expeditor[bot]](https://github.com/chef-expeditor[bot])) - Skip the cspell config and MVPs file in cspell [#12176](https://github.com/chef/chef/pull/12176) ([tas50](https://github.com/tas50)) - Start over in the cspell file [#12175](https://github.com/chef/chef/pull/12175) ([tas50](https://github.com/tas50)) - Replace Ubuntu 21.04 kitchen tests with 21.10 [#12058](https://github.com/chef/chef/pull/12058) ([tas50](https://github.com/tas50)) @@ -14,6 +15,7 @@ This changelog lists individual merged pull requests to Chef Infra Client and ge ### Changes not yet released to stable #### Merged Pull Requests +- Bump chef-zero to 15.0.11 [#12177](https://github.com/chef/chef/pull/12177) ([chef-expeditor[bot]](https://github.com/chef-expeditor[bot])) - Skip the cspell config and MVPs file in cspell [#12176](https://github.com/chef/chef/pull/12176) ([tas50](https://github.com/tas50)) - Start over in the cspell file [#12175](https://github.com/chef/chef/pull/12175) ([tas50](https://github.com/tas50)) - Replace Ubuntu 21.04 kitchen tests with 21.10 [#12058](https://github.com/chef/chef/pull/12058) ([tas50](https://github.com/tas50)) diff --git a/Gemfile.lock b/Gemfile.lock index 4c94ad2cdb..258eef8945 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -35,12 +35,12 @@ GIT PATH remote: . specs: - chef (17.7.10) + chef (17.7.11) addressable aws-sdk-s3 (~> 1.91) aws-sdk-secretsmanager (~> 1.46) - chef-config (= 17.7.10) - chef-utils (= 17.7.10) + chef-config (= 17.7.11) + chef-utils (= 17.7.11) chef-vault chef-zero (>= 14.0.11) corefoundation (~> 0.3.4) @@ -66,12 +66,12 @@ PATH train-winrm (>= 0.2.5) uuidtools (>= 2.1.5, < 3.0) vault (~> 0.16) - chef (17.7.10-universal-mingw32) + chef (17.7.11-universal-mingw32) addressable aws-sdk-s3 (~> 1.91) aws-sdk-secretsmanager (~> 1.46) - chef-config (= 17.7.10) - chef-utils (= 17.7.10) + chef-config (= 17.7.11) + chef-utils (= 17.7.11) chef-vault chef-zero (>= 14.0.11) corefoundation (~> 0.3.4) @@ -112,15 +112,15 @@ PATH PATH remote: chef-bin specs: - chef-bin (17.7.10) - chef (= 17.7.10) + chef-bin (17.7.11) + chef (= 17.7.11) PATH remote: chef-config specs: - chef-config (17.7.10) + chef-config (17.7.11) addressable - chef-utils (= 17.7.10) + chef-utils (= 17.7.11) fuzzyurl mixlib-config (>= 2.2.12, < 4.0) mixlib-shellout (>= 2.0, < 4.0) @@ -129,7 +129,7 @@ PATH PATH remote: chef-utils specs: - chef-utils (17.7.10) + chef-utils (17.7.11) concurrent-ruby GEM @@ -143,20 +143,20 @@ GEM ast (2.4.2) aws-eventstream (1.2.0) aws-partitions (1.516.0) - aws-sdk-core (3.121.1) + aws-sdk-core (3.121.2) aws-eventstream (~> 1, >= 1.0.2) aws-partitions (~> 1, >= 1.239.0) aws-sigv4 (~> 1.1) jmespath (~> 1.0) - aws-sdk-kms (1.49.0) - aws-sdk-core (~> 3, >= 3.120.0) + aws-sdk-kms (1.50.0) + aws-sdk-core (~> 3, >= 3.121.2) aws-sigv4 (~> 1.1) - aws-sdk-s3 (1.103.0) - aws-sdk-core (~> 3, >= 3.120.0) + aws-sdk-s3 (1.104.0) + aws-sdk-core (~> 3, >= 3.121.2) aws-sdk-kms (~> 1) aws-sigv4 (~> 1.4) - aws-sdk-secretsmanager (1.50.0) - aws-sdk-core (~> 3, >= 3.120.0) + aws-sdk-secretsmanager (1.51.0) + aws-sdk-core (~> 3, >= 3.121.2) aws-sigv4 (~> 1.1) aws-sigv4 (1.4.0) aws-eventstream (~> 1, >= 1.0.2) diff --git a/VERSION b/VERSION index a1deeab7ee..cc6a3d70e0 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -17.7.10 \ No newline at end of file +17.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 7eb4a44010..4eb3c02721 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.7.10".freeze + VERSION = "17.7.11".freeze end # diff --git a/chef-config/lib/chef-config/version.rb b/chef-config/lib/chef-config/version.rb index 8d7eb08db0..3455a25865 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.7.10".freeze + VERSION = "17.7.11".freeze end diff --git a/chef-utils/lib/chef-utils/version.rb b/chef-utils/lib/chef-utils/version.rb index 69de21d5cd..362c24ebe0 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.7.10" + VERSION = "17.7.11" end diff --git a/knife/lib/chef/knife/version.rb b/knife/lib/chef/knife/version.rb index 350d1b7f3e..8e02f79442 100644 --- a/knife/lib/chef/knife/version.rb +++ b/knife/lib/chef/knife/version.rb @@ -17,7 +17,7 @@ class Chef class Knife KNIFE_ROOT = File.expand_path("../..", __dir__) - VERSION = "17.7.10".freeze + VERSION = "17.7.11".freeze end end diff --git a/lib/chef/version.rb b/lib/chef/version.rb index 5fd3f1d9e4..8eb0bb835c 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.7.10") + VERSION = Chef::VersionString.new("17.7.11") end # -- cgit v1.2.1