summaryrefslogtreecommitdiff
path: root/knife
diff options
context:
space:
mode:
authorChef Expeditor <chef-ci@chef.io>2021-04-16 15:06:05 +0000
committerChef Expeditor <chef-ci@chef.io>2021-04-16 15:06:05 +0000
commitdb0a7e9dbb1731084753e0ce2b4e02c3397db92f (patch)
tree60a567f3cae5b20e389c2c7900ad255a227aca32 /knife
parent528c95374a3a1b54c03413e7807093d06dbbb110 (diff)
downloadchef-db0a7e9dbb1731084753e0ce2b4e02c3397db92f.tar.gz
Bump version to 17.0.207 by Chef Expeditorv17.0.207
Obvious fix; these changes are the result of automation not creative thinking.
Diffstat (limited to 'knife')
-rw-r--r--knife/Gemfile.lock20
-rw-r--r--knife/lib/chef/knife/version.rb2
2 files changed, 11 insertions, 11 deletions
diff --git a/knife/Gemfile.lock b/knife/Gemfile.lock
index 617f8a1e00..e64d0fcc87 100644
--- a/knife/Gemfile.lock
+++ b/knife/Gemfile.lock
@@ -28,17 +28,17 @@ GIT
PATH
remote: ../chef-bin
specs:
- chef-bin (17.0.206)
- chef (= 17.0.206)
+ chef-bin (17.0.207)
+ chef (= 17.0.207)
PATH
remote: ..
specs:
- chef (17.0.206)
+ chef (17.0.207)
addressable
bcrypt_pbkdf (~> 1.1)
- chef-config (= 17.0.206)
- chef-utils (= 17.0.206)
+ chef-config (= 17.0.207)
+ chef-utils (= 17.0.207)
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.206)
+ chef-config (17.0.207)
addressable
- chef-utils (= 17.0.206)
+ chef-utils (= 17.0.207)
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.206)
+ chef-utils (17.0.207)
GEM
remote: https://rubygems.org/
@@ -121,10 +121,10 @@ GEM
ed25519 (1.2.4)
erubi (1.10.0)
erubis (2.7.0)
- faraday (1.3.0)
+ faraday (1.3.1)
faraday-net_http (~> 1.0)
multipart-post (>= 1.2, < 3)
- ruby2_keywords
+ ruby2_keywords (>= 0.0.4)
faraday-net_http (1.0.1)
faraday_middleware (1.0.0)
faraday (~> 1.0)
diff --git a/knife/lib/chef/knife/version.rb b/knife/lib/chef/knife/version.rb
index 8ceef6bc6f..1a3d1089a5 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.206".freeze
+ VERSION = "17.0.207".freeze
end
end