diff options
author | Chef Expeditor <chef-ci@chef.io> | 2021-07-14 20:26:44 +0000 |
---|---|---|
committer | Chef Expeditor <chef-ci@chef.io> | 2021-07-14 20:26:44 +0000 |
commit | 144bf0d62519ab0db760ba53f1fbdea883c77b26 (patch) | |
tree | 892435cc55c5d3c24d5b10bf3db48a2d05cee896 | |
parent | 2754b03db0f4f1333c497bb3076783fe28965846 (diff) | |
download | chef-144bf0d62519ab0db760ba53f1fbdea883c77b26.tar.gz |
Bump version to 17.3.32 by Chef Expeditorv17.3.32
Obvious fix; these changes are the result of automation not creative thinking.
-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-- | knife/lib/chef/knife/version.rb | 2 | ||||
-rw-r--r-- | lib/chef/version.rb | 2 |
7 files changed, 17 insertions, 17 deletions
diff --git a/Gemfile.lock b/Gemfile.lock index f8952dd6d7..0bb2b3845d 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -35,11 +35,11 @@ GIT PATH remote: . specs: - chef (17.3.31) + chef (17.3.32) addressable aws-sdk-secretsmanager (~> 1.46) - chef-config (= 17.3.31) - chef-utils (= 17.3.31) + chef-config (= 17.3.32) + chef-utils (= 17.3.32) 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.31-universal-mingw32) + chef (17.3.32-universal-mingw32) addressable aws-sdk-secretsmanager (~> 1.46) - chef-config (= 17.3.31) - chef-utils (= 17.3.31) + chef-config (= 17.3.32) + chef-utils (= 17.3.32) 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.31) - chef (= 17.3.31) + chef-bin (17.3.32) + chef (= 17.3.32) PATH remote: chef-config specs: - chef-config (17.3.31) + chef-config (17.3.32) addressable - chef-utils (= 17.3.31) + chef-utils (= 17.3.32) 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.31) + chef-utils (17.3.32) concurrent-ruby GEM @@ -1 +1 @@ -17.3.31
\ No newline at end of file +17.3.32
\ 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 250a1bd18b..4b3e5fe123 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.31".freeze + VERSION = "17.3.32".freeze end # diff --git a/chef-config/lib/chef-config/version.rb b/chef-config/lib/chef-config/version.rb index e9e8444820..f40f88e765 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.31".freeze + VERSION = "17.3.32".freeze end diff --git a/chef-utils/lib/chef-utils/version.rb b/chef-utils/lib/chef-utils/version.rb index 5d3a112874..17ca86b8e0 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.31" + VERSION = "17.3.32" end diff --git a/knife/lib/chef/knife/version.rb b/knife/lib/chef/knife/version.rb index b0f50a5f3d..f55d6eb5f7 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.31".freeze + VERSION = "17.3.32".freeze end end diff --git a/lib/chef/version.rb b/lib/chef/version.rb index b2aed9aedf..3c4cd39914 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.31") + VERSION = Chef::VersionString.new("17.3.32") end # |