summaryrefslogtreecommitdiff
path: root/knife
diff options
context:
space:
mode:
authorChef Expeditor <chef-ci@chef.io>2021-04-23 15:43:44 +0000
committerChef Expeditor <chef-ci@chef.io>2021-04-23 15:43:44 +0000
commitb6820f343a9b1874e8e1f623493e99823bbd5723 (patch)
treef7e39e3b8f41b96fe8e3630a92cf221f94f3ce15 /knife
parent5fcbb91715f8ee998f96edc6818b38b739fc020a (diff)
downloadchef-b6820f343a9b1874e8e1f623493e99823bbd5723.tar.gz
Bump version to 17.0.230 by Chef Expeditorv17.0.230
Obvious fix; these changes are the result of automation not creative thinking.
Diffstat (limited to 'knife')
-rw-r--r--knife/Gemfile.lock16
-rw-r--r--knife/lib/chef/knife/version.rb2
2 files changed, 9 insertions, 9 deletions
diff --git a/knife/Gemfile.lock b/knife/Gemfile.lock
index 6f709855d5..67c888d972 100644
--- a/knife/Gemfile.lock
+++ b/knife/Gemfile.lock
@@ -28,17 +28,17 @@ GIT
PATH
remote: ../chef-bin
specs:
- chef-bin (17.0.229)
- chef (= 17.0.229)
+ chef-bin (17.0.230)
+ chef (= 17.0.230)
PATH
remote: ..
specs:
- chef (17.0.229)
+ chef (17.0.230)
addressable
bcrypt_pbkdf (~> 1.1)
- chef-config (= 17.0.229)
- chef-utils (= 17.0.229)
+ chef-config (= 17.0.230)
+ chef-utils (= 17.0.230)
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.229)
+ chef-config (17.0.230)
addressable
- chef-utils (= 17.0.229)
+ chef-utils (= 17.0.230)
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.229)
+ chef-utils (17.0.230)
concurrent-ruby
GEM
diff --git a/knife/lib/chef/knife/version.rb b/knife/lib/chef/knife/version.rb
index db1ccc55d8..e430d3cde7 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.229".freeze
+ VERSION = "17.0.230".freeze
end
end