From 0b2cc39898ab864bab42874654badd99c9d73e9a Mon Sep 17 00:00:00 2001 From: Chef Expeditor Date: Fri, 16 Jul 2021 19:33:26 +0000 Subject: Bump version to 17.3.39 by Chef Expeditor Obvious fix; these changes are the result of automation not creative thinking. --- CHANGELOG.md | 7 ++++--- Gemfile.lock | 24 ++++++++++++------------ 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, 22 insertions(+), 21 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ca84201858..2b1d594207 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,17 +1,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/). - -## [v17.3.38](https://github.com/chef/chef/tree/v17.3.38) (2021-07-16) + +## [v17.3.39](https://github.com/chef/chef/tree/v17.3.39) (2021-07-16) #### Merged Pull Requests -- Bump omnibus-software from `cdef22f` to `237c0a4` in /omnibus [#11827](https://github.com/chef/chef/pull/11827) ([dependabot[bot]](https://github.com/dependabot[bot])) +- Support command line setting of run_list with policyfiles [#11803](https://github.com/chef/chef/pull/11803) ([lamont-granquist](https://github.com/lamont-granquist)) ### Changes not yet released to stable #### Merged Pull Requests +- Support command line setting of run_list with policyfiles [#11803](https://github.com/chef/chef/pull/11803) ([lamont-granquist](https://github.com/lamont-granquist)) - Bump omnibus-software from `cdef22f` to `237c0a4` in /omnibus [#11827](https://github.com/chef/chef/pull/11827) ([dependabot[bot]](https://github.com/dependabot[bot])) - Bump omnibus from `5803fdc` to `6d109b6` in /omnibus [#11822](https://github.com/chef/chef/pull/11822) ([dependabot[bot]](https://github.com/dependabot[bot])) - Bump omnibus-software from `e9feb35` to `cdef22f` in /omnibus [#11815](https://github.com/chef/chef/pull/11815) ([dependabot[bot]](https://github.com/dependabot[bot])) diff --git a/Gemfile.lock b/Gemfile.lock index f898607cfe..43f7deaa1b 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -35,11 +35,11 @@ GIT PATH remote: . specs: - chef (17.3.38) + chef (17.3.39) addressable aws-sdk-secretsmanager (~> 1.46) - chef-config (= 17.3.38) - chef-utils (= 17.3.38) + chef-config (= 17.3.39) + chef-utils (= 17.3.39) chef-vault chef-zero (>= 14.0.11) diff-lcs (>= 1.2.4, < 1.4.0) @@ -63,11 +63,11 @@ PATH train-core (~> 3.2, >= 3.2.28) train-winrm (>= 0.2.5) uuidtools (>= 2.1.5, < 3.0) - chef (17.3.38-universal-mingw32) + chef (17.3.39-universal-mingw32) addressable aws-sdk-secretsmanager (~> 1.46) - chef-config (= 17.3.38) - chef-utils (= 17.3.38) + chef-config (= 17.3.39) + chef-utils (= 17.3.39) chef-vault chef-zero (>= 14.0.11) diff-lcs (>= 1.2.4, < 1.4.0) @@ -106,15 +106,15 @@ PATH PATH remote: chef-bin specs: - chef-bin (17.3.38) - chef (= 17.3.38) + chef-bin (17.3.39) + chef (= 17.3.39) PATH remote: chef-config specs: - chef-config (17.3.38) + chef-config (17.3.39) addressable - chef-utils (= 17.3.38) + chef-utils (= 17.3.39) fuzzyurl mixlib-config (>= 2.2.12, < 4.0) mixlib-shellout (>= 2.0, < 4.0) @@ -123,7 +123,7 @@ PATH PATH remote: chef-utils specs: - chef-utils (17.3.38) + chef-utils (17.3.39) concurrent-ruby GEM @@ -136,7 +136,7 @@ GEM mixlib-shellout (>= 2.0, < 4.0) ast (2.4.2) aws-eventstream (1.1.1) - aws-partitions (1.478.0) + aws-partitions (1.479.0) aws-sdk-core (3.117.0) aws-eventstream (~> 1, >= 1.0.2) aws-partitions (~> 1, >= 1.239.0) diff --git a/VERSION b/VERSION index c60529d5b9..25541528c7 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -17.3.38 \ No newline at end of file +17.3.39 \ 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 2a17be4a91..7223375e60 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.3.38".freeze + VERSION = "17.3.39".freeze end # diff --git a/chef-config/lib/chef-config/version.rb b/chef-config/lib/chef-config/version.rb index 5a1c1a94fd..06aba4e23c 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.3.38".freeze + VERSION = "17.3.39".freeze end diff --git a/chef-utils/lib/chef-utils/version.rb b/chef-utils/lib/chef-utils/version.rb index e2e489c4e2..436236b72e 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.3.38" + VERSION = "17.3.39" end diff --git a/knife/lib/chef/knife/version.rb b/knife/lib/chef/knife/version.rb index 82f6299829..b6a0302a76 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.3.38".freeze + VERSION = "17.3.39".freeze end end diff --git a/lib/chef/version.rb b/lib/chef/version.rb index cdff616c42..24e9f9452c 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.3.38") + VERSION = Chef::VersionString.new("17.3.39") end # -- cgit v1.2.1