summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--CHANGELOG.md7
-rw-r--r--Gemfile.lock22
-rw-r--r--VERSION2
-rw-r--r--chef-bin/lib/chef-bin/version.rb2
-rw-r--r--chef-config/lib/chef-config/version.rb2
-rw-r--r--chef-utils/lib/chef-utils/version.rb2
-rw-r--r--lib/chef/version.rb2
-rw-r--r--omnibus/Gemfile.lock26
8 files changed, 33 insertions, 32 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index be5e7a8ba3..a4c7408578 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -2,17 +2,18 @@
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 16.16.14 -->
-## [v16.16.14](https://github.com/chef/chef/tree/v16.16.14) (2021-10-14)
+<!-- latest_release 16.16.15 -->
+## [v16.16.15](https://github.com/chef/chef/tree/v16.16.15) (2021-10-17)
#### Merged Pull Requests
-- Bump omnibus from `37897ad` to `90306c9` in /omnibus [#12160](https://github.com/chef/chef/pull/12160) ([dependabot[bot]](https://github.com/dependabot[bot]))
+- Update all deps in chef 16 to the latest [#12179](https://github.com/chef/chef/pull/12179) ([tas50](https://github.com/tas50))
<!-- latest_release -->
<!-- release_rollup since=16.16.13 -->
### Changes not yet released to stable
#### Merged Pull Requests
+- Update all deps in chef 16 to the latest [#12179](https://github.com/chef/chef/pull/12179) ([tas50](https://github.com/tas50)) <!-- 16.16.15 -->
- Bump omnibus from `37897ad` to `90306c9` in /omnibus [#12160](https://github.com/chef/chef/pull/12160) ([dependabot[bot]](https://github.com/dependabot[bot])) <!-- 16.16.14 -->
<!-- release_rollup -->
diff --git a/Gemfile.lock b/Gemfile.lock
index 5319f437ce..5a9caa159a 100644
--- a/Gemfile.lock
+++ b/Gemfile.lock
@@ -20,12 +20,12 @@ GIT
PATH
remote: .
specs:
- chef (16.16.14)
+ chef (16.16.15)
addressable
bcrypt_pbkdf (~> 1.1)
bundler (>= 1.10)
- chef-config (= 16.16.14)
- chef-utils (= 16.16.14)
+ chef-config (= 16.16.15)
+ chef-utils (= 16.16.15)
chef-vault
chef-zero (>= 14.0.11)
diff-lcs (>= 1.2.4, < 1.4.0)
@@ -57,12 +57,12 @@ PATH
tty-screen (~> 0.6)
tty-table (~> 0.11)
uuidtools (>= 2.1.5, < 3.0)
- chef (16.16.14-universal-mingw32)
+ chef (16.16.15-universal-mingw32)
addressable
bcrypt_pbkdf (~> 1.1)
bundler (>= 1.10)
- chef-config (= 16.16.14)
- chef-utils (= 16.16.14)
+ chef-config (= 16.16.15)
+ chef-utils (= 16.16.15)
chef-vault
chef-zero (>= 14.0.11)
diff-lcs (>= 1.2.4, < 1.4.0)
@@ -109,15 +109,15 @@ PATH
PATH
remote: chef-bin
specs:
- chef-bin (16.16.14)
- chef (= 16.16.14)
+ chef-bin (16.16.15)
+ chef (= 16.16.15)
PATH
remote: chef-config
specs:
- chef-config (16.16.14)
+ chef-config (16.16.15)
addressable
- chef-utils (= 16.16.14)
+ chef-utils (= 16.16.15)
fuzzyurl
mixlib-config (>= 2.2.12, < 4.0)
mixlib-shellout (>= 2.0, < 4.0)
@@ -126,7 +126,7 @@ PATH
PATH
remote: chef-utils
specs:
- chef-utils (16.16.14)
+ chef-utils (16.16.15)
GEM
remote: https://rubygems.org/
diff --git a/VERSION b/VERSION
index 4f5fd5bb42..cf1e937b73 100644
--- a/VERSION
+++ b/VERSION
@@ -1 +1 @@
-16.16.14 \ No newline at end of file
+16.16.15 \ 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 4fe1b61b88..88e30aab14 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 = "16.16.14".freeze
+ VERSION = "16.16.15".freeze
end
#
diff --git a/chef-config/lib/chef-config/version.rb b/chef-config/lib/chef-config/version.rb
index 7f5841e845..b583293169 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 = "16.16.14".freeze
+ VERSION = "16.16.15".freeze
end
diff --git a/chef-utils/lib/chef-utils/version.rb b/chef-utils/lib/chef-utils/version.rb
index 791e4c68d3..997fc2d410 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 = "16.16.14"
+ VERSION = "16.16.15"
end
diff --git a/lib/chef/version.rb b/lib/chef/version.rb
index b69d5a9481..60c9e888b7 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("16.16.14")
+ VERSION = Chef::VersionString.new("16.16.15")
end
#
diff --git a/omnibus/Gemfile.lock b/omnibus/Gemfile.lock
index af5d590ddd..8b009845ef 100644
--- a/omnibus/Gemfile.lock
+++ b/omnibus/Gemfile.lock
@@ -33,7 +33,7 @@ GEM
artifactory (3.0.15)
awesome_print (1.9.2)
aws-eventstream (1.2.0)
- aws-partitions (1.514.0)
+ aws-partitions (1.516.0)
aws-sdk-core (3.121.1)
aws-eventstream (~> 1, >= 1.0.2)
aws-partitions (~> 1, >= 1.239.0)
@@ -65,12 +65,12 @@ GEM
solve (~> 4.0)
thor (>= 0.20)
builder (3.2.4)
- chef (16.16.7)
+ chef (16.16.13)
addressable
bcrypt_pbkdf (~> 1.1)
bundler (>= 1.10)
- chef-config (= 16.16.7)
- chef-utils (= 16.16.7)
+ chef-config (= 16.16.13)
+ chef-utils (= 16.16.13)
chef-vault
chef-zero (>= 14.0.11)
diff-lcs (>= 1.2.4, < 1.4.0)
@@ -102,12 +102,12 @@ GEM
tty-screen (~> 0.6)
tty-table (~> 0.11)
uuidtools (>= 2.1.5, < 3.0)
- chef (16.16.7-universal-mingw32)
+ chef (16.16.13-universal-mingw32)
addressable
bcrypt_pbkdf (~> 1.1)
bundler (>= 1.10)
- chef-config (= 16.16.7)
- chef-utils (= 16.16.7)
+ chef-config (= 16.16.13)
+ chef-utils (= 16.16.13)
chef-vault
chef-zero (>= 14.0.11)
diff-lcs (>= 1.2.4, < 1.4.0)
@@ -151,9 +151,9 @@ GEM
win32-taskscheduler (~> 2.0)
wmi-lite (~> 1.0)
chef-cleanroom (1.0.4)
- chef-config (16.16.7)
+ chef-config (16.16.13)
addressable
- chef-utils (= 16.16.7)
+ chef-utils (= 16.16.13)
fuzzyurl
mixlib-config (>= 2.2.12, < 4.0)
mixlib-shellout (>= 2.0, < 4.0)
@@ -161,9 +161,9 @@ GEM
chef-telemetry (1.1.1)
chef-config
concurrent-ruby (~> 1.0)
- chef-utils (16.16.7)
+ chef-utils (16.16.13)
chef-vault (4.1.4)
- chef-zero (15.0.9)
+ chef-zero (15.0.11)
ffi-yajl (~> 2.2)
hashie (>= 2.0, < 5.0)
mixlib-log (>= 2.0, < 4.0)
@@ -192,7 +192,7 @@ GEM
faraday-excon (1.1.0)
faraday-net_http (1.0.1)
faraday-net_http_persistent (1.2.0)
- faraday_middleware (1.1.0)
+ faraday_middleware (1.2.0)
faraday (~> 1.0)
ffi (1.15.4)
ffi (1.15.4-x64-mingw32)
@@ -239,7 +239,7 @@ GEM
ipaddress (0.8.3)
iso8601 (0.13.0)
jmespath (1.4.0)
- json (2.5.1)
+ json (2.6.0)
kitchen-vagrant (1.10.0)
test-kitchen (>= 1.4, < 4)
libyajl2 (2.1.0)