summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChef Expeditor <chef-ci@chef.io>2020-12-31 08:33:09 +0000
committerChef Expeditor <chef-ci@chef.io>2020-12-31 08:33:09 +0000
commit02827bb8a8621d6987420365ebedf435ba01062d (patch)
tree12a0008928d84cdda05e04bbb2d57898e0562e8e
parent7d5fe3bef7adf30537ecfa8258f5952376d200e6 (diff)
downloadchef-02827bb8a8621d6987420365ebedf435ba01062d.tar.gz
Bump version to 17.0.19 by Chef Expeditorv17.0.19
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 5733764bc3..4b93149764 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,15 +1,16 @@
<!-- usage documentation: http://expeditor-docs.es.chef.io/configuration/changelog/ -->
-<!-- latest_release 17.0.18 -->
-## [v17.0.18](https://github.com/chef/chef/tree/v17.0.18) (2020-12-31)
+<!-- latest_release 17.0.19 -->
+## [v17.0.19](https://github.com/chef/chef/tree/v17.0.19) (2020-12-31)
#### Merged Pull Requests
-- Remove the runtime dep on bundler [#10801](https://github.com/chef/chef/pull/10801) ([tas50](https://github.com/tas50))
+- Update bcrypt_pbkdf to support Ruby 3 [#10804](https://github.com/chef/chef/pull/10804) ([tas50](https://github.com/tas50))
<!-- latest_release -->
<!-- release_rollup since=16.8.14 -->
### Changes not yet released to stable
#### Merged Pull Requests
+- Update bcrypt_pbkdf to support Ruby 3 [#10804](https://github.com/chef/chef/pull/10804) ([tas50](https://github.com/tas50)) <!-- 17.0.19 -->
- Remove the runtime dep on bundler [#10801](https://github.com/chef/chef/pull/10801) ([tas50](https://github.com/tas50)) <!-- 17.0.18 -->
- Coerce uid to integer in Windows user resource. [#10803](https://github.com/chef/chef/pull/10803) ([phiggins](https://github.com/phiggins)) <!-- 17.0.17 -->
- Consolidate Windows cert tests to improve CI runtime [#10794](https://github.com/chef/chef/pull/10794) ([phiggins](https://github.com/phiggins)) <!-- 17.0.16 -->
diff --git a/Gemfile.lock b/Gemfile.lock
index a096969c6f..c4e3465775 100644
--- a/Gemfile.lock
+++ b/Gemfile.lock
@@ -28,11 +28,11 @@ GIT
PATH
remote: .
specs:
- chef (17.0.18)
+ chef (17.0.19)
addressable
bcrypt_pbkdf (= 1.1.0.rc2)
- chef-config (= 17.0.18)
- chef-utils (= 17.0.18)
+ chef-config (= 17.0.19)
+ chef-utils (= 17.0.19)
chef-vault
chef-zero (>= 14.0.11)
diff-lcs (>= 1.2.4, < 1.4.0)
@@ -64,11 +64,11 @@ PATH
tty-screen (~> 0.6)
tty-table (~> 0.11)
uuidtools (~> 2.1.5)
- chef (17.0.18-universal-mingw32)
+ chef (17.0.19-universal-mingw32)
addressable
bcrypt_pbkdf (= 1.1.0.rc2)
- chef-config (= 17.0.18)
- chef-utils (= 17.0.18)
+ chef-config (= 17.0.19)
+ chef-utils (= 17.0.19)
chef-vault
chef-zero (>= 14.0.11)
diff-lcs (>= 1.2.4, < 1.4.0)
@@ -115,15 +115,15 @@ PATH
PATH
remote: chef-bin
specs:
- chef-bin (17.0.18)
- chef (= 17.0.18)
+ chef-bin (17.0.19)
+ chef (= 17.0.19)
PATH
remote: chef-config
specs:
- chef-config (17.0.18)
+ chef-config (17.0.19)
addressable
- chef-utils (= 17.0.18)
+ chef-utils (= 17.0.19)
fuzzyurl
mixlib-config (>= 2.2.12, < 4.0)
mixlib-shellout (>= 2.0, < 4.0)
@@ -132,7 +132,7 @@ PATH
PATH
remote: chef-utils
specs:
- chef-utils (17.0.18)
+ chef-utils (17.0.19)
GEM
remote: https://rubygems.org/
diff --git a/VERSION b/VERSION
index 9707827ab6..c62dfd3a7b 100644
--- a/VERSION
+++ b/VERSION
@@ -1 +1 @@
-17.0.18 \ No newline at end of file
+17.0.19 \ 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 3d4e4471dd..2fe548c131 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.18".freeze
+ VERSION = "17.0.19".freeze
end
#
diff --git a/chef-config/lib/chef-config/version.rb b/chef-config/lib/chef-config/version.rb
index eefb2a6c15..0723e56e1d 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.18".freeze
+ VERSION = "17.0.19".freeze
end
diff --git a/chef-utils/lib/chef-utils/version.rb b/chef-utils/lib/chef-utils/version.rb
index f6eaf4a138..0a2d3dbd8e 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.18"
+ VERSION = "17.0.19"
end
diff --git a/lib/chef/version.rb b/lib/chef/version.rb
index 7151ce5dc8..e694e6841a 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.18")
+ VERSION = Chef::VersionString.new("17.0.19")
end
#