diff options
author | Chef Expeditor <chef-ci@chef.io> | 2019-04-29 18:38:12 +0000 |
---|---|---|
committer | Chef Expeditor <chef-ci@chef.io> | 2019-04-29 18:38:12 +0000 |
commit | 945b9f6636bb3236999ca43f313113bf74045d82 (patch) | |
tree | 76e11554ef5a60b88909b5ac4375d43f6ec6d088 | |
parent | f43371b231d7bb88c01618c90347cbb1fc96a393 (diff) | |
download | chef-945b9f6636bb3236999ca43f313113bf74045d82.tar.gz |
Bump version to 15.0.237 by Chef Expeditorv15.0.237
Obvious fix; these changes are the result of automation not creative thinking.
-rw-r--r-- | CHANGELOG.md | 7 | ||||
-rw-r--r-- | Gemfile.lock | 10 | ||||
-rw-r--r-- | VERSION | 2 | ||||
-rw-r--r-- | chef-config/lib/chef-config/version.rb | 2 | ||||
-rw-r--r-- | lib/chef/version.rb | 2 |
5 files changed, 12 insertions, 11 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 4ea0a937cf..92b1270b55 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,15 +1,16 @@ <!-- usage documentation: http://expeditor-docs.es.chef.io/configuration/changelog/ --> -<!-- latest_release 15.0.236 --> -## [v15.0.236](https://github.com/chef/chef/tree/v15.0.236) (2019-04-29) +<!-- latest_release 15.0.237 --> +## [v15.0.237](https://github.com/chef/chef/tree/v15.0.237) (2019-04-29) #### Merged Pull Requests -- Add the introduced field to snap_package [#8412](https://github.com/chef/chef/pull/8412) ([tas50](https://github.com/tas50)) +- "chef-client" => #{Chef::Dist::CLIENT} [#8418](https://github.com/chef/chef/pull/8418) ([bobchaos](https://github.com/bobchaos)) <!-- latest_release --> <!-- release_rollup --> ### Changes since latest stable release #### Merged Pull Requests +- "chef-client" => #{Chef::Dist::CLIENT} [#8418](https://github.com/chef/chef/pull/8418) ([bobchaos](https://github.com/bobchaos)) <!-- 15.0.237 --> - Add the introduced field to snap_package [#8412](https://github.com/chef/chef/pull/8412) ([tas50](https://github.com/tas50)) <!-- 15.0.236 --> - windows_task: Add start_when_available support [#8420](https://github.com/chef/chef/pull/8420) ([vsingh-msys](https://github.com/vsingh-msys)) <!-- 15.0.235 --> - Fix for write permissions were not working properly on windows [#8168](https://github.com/chef/chef/pull/8168) ([vijaymmali1990](https://github.com/vijaymmali1990)) <!-- 15.0.234 --> diff --git a/Gemfile.lock b/Gemfile.lock index b15b5bf421..82c2fed634 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -27,11 +27,11 @@ GIT PATH remote: . specs: - chef (15.0.236) + chef (15.0.237) addressable bcrypt_pbkdf (~> 1.0) bundler (>= 1.10) - chef-config (= 15.0.236) + chef-config (= 15.0.237) chef-core (~> 0.0.3) chef-zero (>= 14.0.11) diff-lcs (~> 1.2, >= 1.2.4) @@ -56,11 +56,11 @@ PATH syslog-logger (~> 1.6) tty-screen (~> 0.6) uuidtools (~> 2.1.5) - chef (15.0.236-universal-mingw32) + chef (15.0.237-universal-mingw32) addressable bcrypt_pbkdf (~> 1.0) bundler (>= 1.10) - chef-config (= 15.0.236) + chef-config (= 15.0.237) chef-core (~> 0.0.3) chef-zero (>= 14.0.11) diff-lcs (~> 1.2, >= 1.2.4) @@ -101,7 +101,7 @@ PATH PATH remote: chef-config specs: - chef-config (15.0.236) + chef-config (15.0.237) addressable fuzzyurl mixlib-config (>= 2.2.12, < 4.0) @@ -1 +1 @@ -15.0.236
\ No newline at end of file +15.0.237
\ No newline at end of file diff --git a/chef-config/lib/chef-config/version.rb b/chef-config/lib/chef-config/version.rb index 621e60da77..1673164441 100644 --- a/chef-config/lib/chef-config/version.rb +++ b/chef-config/lib/chef-config/version.rb @@ -21,7 +21,7 @@ module ChefConfig CHEFCONFIG_ROOT = File.expand_path("../..", __FILE__) - VERSION = "15.0.236".freeze + VERSION = "15.0.237".freeze end # diff --git a/lib/chef/version.rb b/lib/chef/version.rb index b621bc0fe8..14ae1e880a 100644 --- a/lib/chef/version.rb +++ b/lib/chef/version.rb @@ -23,7 +23,7 @@ require "chef/version_string" class Chef CHEF_ROOT = File.expand_path("../..", __FILE__) - VERSION = Chef::VersionString.new("15.0.236") + VERSION = Chef::VersionString.new("15.0.237") end # |