summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChef Expeditor <chef-ci@chef.io>2021-10-01 16:05:14 +0000
committerChef Expeditor <chef-ci@chef.io>2021-10-01 16:05:14 +0000
commit3791cd2d6e7a11b08f56ae1fac0b6425f98e0bc5 (patch)
tree887c06e70f955d2d9ce054a310d858a2fe395488
parentbf79e8bf8ed5e6e039a40e894855cbc4bc8d13af (diff)
downloadchef-3791cd2d6e7a11b08f56ae1fac0b6425f98e0bc5.tar.gz
Bump version to 16.16.11 by Chef Expeditor
Obvious fix; these changes are the result of automation not creative thinking.
-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
7 files changed, 20 insertions, 19 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 7e9450d309..eae1121658 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.10 -->
-## [v16.16.10](https://github.com/chef/chef/tree/v16.16.10) (2021-10-01)
+<!-- latest_release 16.16.11 -->
+## [v16.16.11](https://github.com/chef/chef/tree/v16.16.11) (2021-10-01)
#### Merged Pull Requests
-- Fix compilation of openssl with -DOPENSSL_TRUSTED_FIRST_DEFAULT [#12130](https://github.com/chef/chef/pull/12130) ([lamont-granquist](https://github.com/lamont-granquist))
+- Reverting cleanroom back to working ruby 2.7 code [#12131](https://github.com/chef/chef/pull/12131) ([lamont-granquist](https://github.com/lamont-granquist))
<!-- latest_release -->
<!-- release_rollup since=16.16.7 -->
### Changes not yet released to stable
#### Merged Pull Requests
+- Reverting cleanroom back to working ruby 2.7 code [#12131](https://github.com/chef/chef/pull/12131) ([lamont-granquist](https://github.com/lamont-granquist)) <!-- 16.16.11 -->
- Fix compilation of openssl with -DOPENSSL_TRUSTED_FIRST_DEFAULT [#12130](https://github.com/chef/chef/pull/12130) ([lamont-granquist](https://github.com/lamont-granquist)) <!-- 16.16.10 -->
- Bump omnibus-software from `7002802` to `0966668` in /omnibus [#12128](https://github.com/chef/chef/pull/12128) ([dependabot[bot]](https://github.com/dependabot[bot])) <!-- 16.16.9 -->
- CHEF16 - Windows2019 - Version ceiling lib/chef/win32/version.rb [#12125](https://github.com/chef/chef/pull/12125) ([knightorc](https://github.com/knightorc)) <!-- 16.16.8 -->
diff --git a/Gemfile.lock b/Gemfile.lock
index 1c2d4c091b..7d75d55118 100644
--- a/Gemfile.lock
+++ b/Gemfile.lock
@@ -20,12 +20,12 @@ GIT
PATH
remote: .
specs:
- chef (16.16.10)
+ chef (16.16.11)
addressable
bcrypt_pbkdf (~> 1.1)
bundler (>= 1.10)
- chef-config (= 16.16.10)
- chef-utils (= 16.16.10)
+ chef-config (= 16.16.11)
+ chef-utils (= 16.16.11)
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.10-universal-mingw32)
+ chef (16.16.11-universal-mingw32)
addressable
bcrypt_pbkdf (~> 1.1)
bundler (>= 1.10)
- chef-config (= 16.16.10)
- chef-utils (= 16.16.10)
+ chef-config (= 16.16.11)
+ chef-utils (= 16.16.11)
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.10)
- chef (= 16.16.10)
+ chef-bin (16.16.11)
+ chef (= 16.16.11)
PATH
remote: chef-config
specs:
- chef-config (16.16.10)
+ chef-config (16.16.11)
addressable
- chef-utils (= 16.16.10)
+ chef-utils (= 16.16.11)
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.10)
+ chef-utils (16.16.11)
GEM
remote: https://rubygems.org/
diff --git a/VERSION b/VERSION
index a06dea9af3..bc9d68bdf9 100644
--- a/VERSION
+++ b/VERSION
@@ -1 +1 @@
-16.16.10 \ No newline at end of file
+16.16.11 \ 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 c731e846e9..1eb334c1f1 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.10".freeze
+ VERSION = "16.16.11".freeze
end
#
diff --git a/chef-config/lib/chef-config/version.rb b/chef-config/lib/chef-config/version.rb
index b346004a77..86e8dd2240 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.10".freeze
+ VERSION = "16.16.11".freeze
end
diff --git a/chef-utils/lib/chef-utils/version.rb b/chef-utils/lib/chef-utils/version.rb
index 18861c1ce0..f85b85a72a 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.10"
+ VERSION = "16.16.11"
end
diff --git a/lib/chef/version.rb b/lib/chef/version.rb
index 7eee8e06a4..b69e270eae 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.10")
+ VERSION = Chef::VersionString.new("16.16.11")
end
#