diff options
-rw-r--r-- | CHANGELOG.md | 7 | ||||
-rw-r--r-- | Gemfile.lock | 28 | ||||
-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-- | knife/lib/chef/knife/version.rb | 2 | ||||
-rw-r--r-- | lib/chef/version.rb | 2 |
8 files changed, 24 insertions, 23 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 0028c10778..8bbc9c0d8b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,17 +1,18 @@ <!-- usage documentation: http://expeditor-docs.es.chef.io/configuration/changelog/ --> 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 17.3.30 --> -## [v17.3.30](https://github.com/chef/chef/tree/v17.3.30) (2021-07-14) +<!-- latest_release 17.3.31 --> +## [v17.3.31](https://github.com/chef/chef/tree/v17.3.31) (2021-07-14) #### Merged Pull Requests -- Deprecate the old policyfile compat mode [#11804](https://github.com/chef/chef/pull/11804) ([lamont-granquist](https://github.com/lamont-granquist)) +- Experimental support for an AWS Secrets Fetcher [#11791](https://github.com/chef/chef/pull/11791) ([marcparadise](https://github.com/marcparadise)) <!-- latest_release --> <!-- release_rollup since=17.2.29 --> ### Changes not yet released to stable #### Merged Pull Requests +- Experimental support for an AWS Secrets Fetcher [#11791](https://github.com/chef/chef/pull/11791) ([marcparadise](https://github.com/marcparadise)) <!-- 17.3.31 --> - Deprecate the old policyfile compat mode [#11804](https://github.com/chef/chef/pull/11804) ([lamont-granquist](https://github.com/lamont-granquist)) <!-- 17.3.30 --> - Update descriptions for the new habitat resources [#11801](https://github.com/chef/chef/pull/11801) ([tas50](https://github.com/tas50)) <!-- 17.3.29 --> - adds unix_bootstrap and windows_bootstrap path configs [#11592](https://github.com/chef/chef/pull/11592) ([skylerto](https://github.com/skylerto)) <!-- 17.3.28 --> diff --git a/Gemfile.lock b/Gemfile.lock index 373aa87087..f8952dd6d7 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -35,11 +35,11 @@ GIT PATH remote: . specs: - chef (17.3.30) + chef (17.3.31) addressable aws-sdk-secretsmanager (~> 1.46) - chef-config (= 17.3.30) - chef-utils (= 17.3.30) + chef-config (= 17.3.31) + chef-utils (= 17.3.31) 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.30-universal-mingw32) + chef (17.3.31-universal-mingw32) addressable aws-sdk-secretsmanager (~> 1.46) - chef-config (= 17.3.30) - chef-utils (= 17.3.30) + chef-config (= 17.3.31) + chef-utils (= 17.3.31) 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.30) - chef (= 17.3.30) + chef-bin (17.3.31) + chef (= 17.3.31) PATH remote: chef-config specs: - chef-config (17.3.30) + chef-config (17.3.31) addressable - chef-utils (= 17.3.30) + chef-utils (= 17.3.31) 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.30) + chef-utils (17.3.31) concurrent-ruby GEM @@ -136,8 +136,8 @@ GEM mixlib-shellout (>= 2.0, < 4.0) ast (2.4.2) aws-eventstream (1.1.1) - aws-partitions (1.474.0) - aws-sdk-core (3.116.0) + aws-partitions (1.478.0) + aws-sdk-core (3.117.0) aws-eventstream (~> 1, >= 1.0.2) aws-partitions (~> 1, >= 1.239.0) aws-sigv4 (~> 1.1) @@ -145,7 +145,7 @@ GEM aws-sdk-secretsmanager (1.46.0) aws-sdk-core (~> 3, >= 3.112.0) aws-sigv4 (~> 1.1) - aws-sigv4 (1.2.3) + aws-sigv4 (1.2.4) aws-eventstream (~> 1, >= 1.0.2) binding_of_caller (1.0.0) debug_inspector (>= 0.0.1) @@ -1 +1 @@ -17.3.30
\ No newline at end of file +17.3.31
\ 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 c29cd0a0f2..250a1bd18b 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.30".freeze + VERSION = "17.3.31".freeze end # diff --git a/chef-config/lib/chef-config/version.rb b/chef-config/lib/chef-config/version.rb index e3addf5a3b..e9e8444820 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.30".freeze + VERSION = "17.3.31".freeze end diff --git a/chef-utils/lib/chef-utils/version.rb b/chef-utils/lib/chef-utils/version.rb index 85108384dd..5d3a112874 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.30" + VERSION = "17.3.31" end diff --git a/knife/lib/chef/knife/version.rb b/knife/lib/chef/knife/version.rb index fd46a5d3f0..b0f50a5f3d 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.30".freeze + VERSION = "17.3.31".freeze end end diff --git a/lib/chef/version.rb b/lib/chef/version.rb index 95e5067d95..b2aed9aedf 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.30") + VERSION = Chef::VersionString.new("17.3.31") end # |