From 262d718d8bb0db5bec311ac1b8ecd07e869be364 Mon Sep 17 00:00:00 2001 From: Chef Expeditor Date: Thu, 22 Apr 2021 02:00:44 +0000 Subject: Bump version to 17.0.223 by Chef Expeditor Obvious fix; these changes are the result of automation not creative thinking. --- Gemfile.lock | 22 +++++++++++----------- 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/Gemfile.lock | 16 ++++++++-------- knife/lib/chef/knife/version.rb | 2 +- lib/chef/version.rb | 2 +- 8 files changed, 25 insertions(+), 25 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index 194cfc718c..5725ca5a19 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -35,11 +35,11 @@ GIT PATH remote: . specs: - chef (17.0.222) + chef (17.0.223) addressable bcrypt_pbkdf (~> 1.1) - chef-config (= 17.0.222) - chef-utils (= 17.0.222) + chef-config (= 17.0.223) + chef-utils (= 17.0.223) chef-vault chef-zero (>= 14.0.11) diff-lcs (>= 1.2.4, < 1.4.0) @@ -71,11 +71,11 @@ PATH tty-screen (~> 0.6) tty-table (~> 0.11) uuidtools (>= 2.1.5, < 3.0) - chef (17.0.222-universal-mingw32) + chef (17.0.223-universal-mingw32) addressable bcrypt_pbkdf (~> 1.1) - chef-config (= 17.0.222) - chef-utils (= 17.0.222) + chef-config (= 17.0.223) + chef-utils (= 17.0.223) chef-vault chef-zero (>= 14.0.11) diff-lcs (>= 1.2.4, < 1.4.0) @@ -122,15 +122,15 @@ PATH PATH remote: chef-bin specs: - chef-bin (17.0.222) - chef (= 17.0.222) + chef-bin (17.0.223) + chef (= 17.0.223) PATH remote: chef-config specs: - chef-config (17.0.222) + chef-config (17.0.223) addressable - chef-utils (= 17.0.222) + chef-utils (= 17.0.223) fuzzyurl mixlib-config (>= 2.2.12, < 4.0) mixlib-shellout (>= 2.0, < 4.0) @@ -139,7 +139,7 @@ PATH PATH remote: chef-utils specs: - chef-utils (17.0.222) + chef-utils (17.0.223) concurrent-ruby GEM diff --git a/VERSION b/VERSION index 9d3d016588..acfecb8c81 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -17.0.222 \ No newline at end of file +17.0.223 \ 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 6ee3cab65d..d8f7bbbbca 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.0.222".freeze + VERSION = "17.0.223".freeze end # diff --git a/chef-config/lib/chef-config/version.rb b/chef-config/lib/chef-config/version.rb index 7234197edf..d46f460567 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.0.222".freeze + VERSION = "17.0.223".freeze end diff --git a/chef-utils/lib/chef-utils/version.rb b/chef-utils/lib/chef-utils/version.rb index 2d17b6fc68..751cd8b77b 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.0.222" + VERSION = "17.0.223" end diff --git a/knife/Gemfile.lock b/knife/Gemfile.lock index 92773e8839..d32906843b 100644 --- a/knife/Gemfile.lock +++ b/knife/Gemfile.lock @@ -28,17 +28,17 @@ GIT PATH remote: ../chef-bin specs: - chef-bin (17.0.222) - chef (= 17.0.222) + chef-bin (17.0.223) + chef (= 17.0.223) PATH remote: .. specs: - chef (17.0.222) + chef (17.0.223) addressable bcrypt_pbkdf (~> 1.1) - chef-config (= 17.0.222) - chef-utils (= 17.0.222) + chef-config (= 17.0.223) + chef-utils (= 17.0.223) chef-vault chef-zero (>= 14.0.11) diff-lcs (>= 1.2.4, < 1.4.0) @@ -74,9 +74,9 @@ PATH PATH remote: /workspace/chef-chef-master/chef-config specs: - chef-config (17.0.222) + chef-config (17.0.223) addressable - chef-utils (= 17.0.222) + chef-utils (= 17.0.223) fuzzyurl mixlib-config (>= 2.2.12, < 4.0) mixlib-shellout (>= 2.0, < 4.0) @@ -85,7 +85,7 @@ PATH PATH remote: /workspace/chef-chef-master/chef-utils specs: - chef-utils (17.0.222) + chef-utils (17.0.223) concurrent-ruby GEM diff --git a/knife/lib/chef/knife/version.rb b/knife/lib/chef/knife/version.rb index f9ed228e86..8b67d1aad2 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.0.222".freeze + VERSION = "17.0.223".freeze end end diff --git a/lib/chef/version.rb b/lib/chef/version.rb index 55c2b47b82..2cd1cef0a3 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.0.222") + VERSION = Chef::VersionString.new("17.0.223") end # -- cgit v1.2.1