diff options
author | Chef Expeditor <chef-ci@chef.io> | 2020-08-19 17:03:01 +0000 |
---|---|---|
committer | Chef Expeditor <chef-ci@chef.io> | 2020-08-19 17:03:05 +0000 |
commit | 77a5acf5cc391c2de78d2949c8b2975989262c24 (patch) | |
tree | 0c97db9e1e026fc7066f639669ae9dcfc5cd4073 | |
parent | bd40569f4c4899be0515a1815c84f6a114874c57 (diff) | |
download | chef-77a5acf5cc391c2de78d2949c8b2975989262c24.tar.gz |
Bump version to 16.4.40 by Chef Expeditorv16.4.40
Obvious fix; these changes are the result of automation not creative thinking.
-rw-r--r-- | CHANGELOG.md | 7 | ||||
-rw-r--r-- | Gemfile.lock | 22 | ||||
-rw-r--r-- | VERSION | 2 | ||||
-rw-r--r-- | chef-bin/lib/chef-bin/version.rb | 2 | ||||
-rw-r--r-- | chef-config/lib/chef-config/version.rb | 2 | ||||
-rw-r--r-- | chef-utils/lib/chef-utils/version.rb | 2 | ||||
-rw-r--r-- | lib/chef/version.rb | 2 |
7 files changed, 20 insertions, 19 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 2a738c78b4..a83f50e462 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,15 +1,16 @@ <!-- usage documentation: http://expeditor-docs.es.chef.io/configuration/changelog/ --> -<!-- latest_release 16.4.39 --> -## [v16.4.39](https://github.com/chef/chef/tree/v16.4.39) (2020-08-18) +<!-- latest_release 16.4.40 --> +## [v16.4.40](https://github.com/chef/chef/tree/v16.4.40) (2020-08-19) #### Merged Pull Requests -- Refactor the timezone resource to properly load the current timezone [#10323](https://github.com/chef/chef/pull/10323) ([tas50](https://github.com/tas50)) +- Add missing requires for knife configure command [#10329](https://github.com/chef/chef/pull/10329) ([tas50](https://github.com/tas50)) <!-- latest_release --> <!-- release_rollup since=16.4.38 --> ### Changes not yet released to stable #### Merged Pull Requests +- Add missing requires for knife configure command [#10329](https://github.com/chef/chef/pull/10329) ([tas50](https://github.com/tas50)) <!-- 16.4.40 --> - Refactor the timezone resource to properly load the current timezone [#10323](https://github.com/chef/chef/pull/10323) ([tas50](https://github.com/tas50)) <!-- 16.4.39 --> <!-- release_rollup --> diff --git a/Gemfile.lock b/Gemfile.lock index bf261f05c0..ff25d32a1b 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -27,12 +27,12 @@ GIT PATH remote: . specs: - chef (16.4.39) + chef (16.4.40) addressable bcrypt_pbkdf (= 1.1.0.rc1) bundler (>= 1.10) - chef-config (= 16.4.39) - chef-utils (= 16.4.39) + chef-config (= 16.4.40) + chef-utils (= 16.4.40) chef-vault chef-zero (>= 14.0.11) diff-lcs (>= 1.2.4, < 1.4.0) @@ -62,12 +62,12 @@ PATH tty-prompt (~> 0.21) tty-screen (~> 0.6) uuidtools (~> 2.1.5) - chef (16.4.39-universal-mingw32) + chef (16.4.40-universal-mingw32) addressable bcrypt_pbkdf (= 1.1.0.rc1) bundler (>= 1.10) - chef-config (= 16.4.39) - chef-utils (= 16.4.39) + chef-config (= 16.4.40) + chef-utils (= 16.4.40) chef-vault chef-zero (>= 14.0.11) diff-lcs (>= 1.2.4, < 1.4.0) @@ -112,15 +112,15 @@ PATH PATH remote: chef-bin specs: - chef-bin (16.4.39) - chef (= 16.4.39) + chef-bin (16.4.40) + chef (= 16.4.40) PATH remote: chef-config specs: - chef-config (16.4.39) + chef-config (16.4.40) addressable - chef-utils (= 16.4.39) + chef-utils (= 16.4.40) fuzzyurl mixlib-config (>= 2.2.12, < 4.0) mixlib-shellout (>= 2.0, < 4.0) @@ -129,7 +129,7 @@ PATH PATH remote: chef-utils specs: - chef-utils (16.4.39) + chef-utils (16.4.40) GEM remote: https://rubygems.org/ @@ -1 +1 @@ -16.4.39
\ No newline at end of file +16.4.40
\ 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 6b95d1cdd0..6cb44fcb8b 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.4.39".freeze + VERSION = "16.4.40".freeze end # diff --git a/chef-config/lib/chef-config/version.rb b/chef-config/lib/chef-config/version.rb index 5ae6a2cc10..31ae4d4b8b 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.4.39".freeze + VERSION = "16.4.40".freeze end diff --git a/chef-utils/lib/chef-utils/version.rb b/chef-utils/lib/chef-utils/version.rb index e62a816097..bc5709f4f2 100644 --- a/chef-utils/lib/chef-utils/version.rb +++ b/chef-utils/lib/chef-utils/version.rb @@ -15,5 +15,5 @@ module ChefUtils CHEFUTILS_ROOT = File.expand_path("..", __dir__) - VERSION = "16.4.39".freeze + VERSION = "16.4.40".freeze end diff --git a/lib/chef/version.rb b/lib/chef/version.rb index e638ea6c3c..7dff49c871 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.4.39") + VERSION = Chef::VersionString.new("16.4.40") end # |