diff options
author | Chef Expeditor <chef-ci@chef.io> | 2019-04-29 23:05:56 +0000 |
---|---|---|
committer | Chef Expeditor <chef-ci@chef.io> | 2019-04-29 23:05:56 +0000 |
commit | fb7982e40379221c6c0d36755e081aca7a862301 (patch) | |
tree | 9399a2cf3a2395b0a69f3ace2c9f6ecd642a9471 | |
parent | a799878ca9b8704a119bef4388fe0c763f170902 (diff) | |
download | chef-fb7982e40379221c6c0d36755e081aca7a862301.tar.gz |
Bump version to 15.0.239 by Chef Expeditorv15.0.239
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 1917bd2055..3355da5153 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.238 --> -## [v15.0.238](https://github.com/chef/chef/tree/v15.0.238) (2019-04-29) +<!-- latest_release 15.0.239 --> +## [v15.0.239](https://github.com/chef/chef/tree/v15.0.239) (2019-04-29) #### Merged Pull Requests -- Implement bootstrap directly with train [#8419](https://github.com/chef/chef/pull/8419) ([marcparadise](https://github.com/marcparadise)) +- Enable license acceptance during bootstrap [#8411](https://github.com/chef/chef/pull/8411) ([marcparadise](https://github.com/marcparadise)) <!-- latest_release --> <!-- release_rollup --> ### Changes since latest stable release #### Merged Pull Requests +- Enable license acceptance during bootstrap [#8411](https://github.com/chef/chef/pull/8411) ([marcparadise](https://github.com/marcparadise)) <!-- 15.0.239 --> - Implement bootstrap directly with train [#8419](https://github.com/chef/chef/pull/8419) ([marcparadise](https://github.com/marcparadise)) <!-- 15.0.238 --> - "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 --> diff --git a/Gemfile.lock b/Gemfile.lock index abdd0a761e..3fa3cd953d 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -27,11 +27,11 @@ GIT PATH remote: . specs: - chef (15.0.238) + chef (15.0.239) addressable bcrypt_pbkdf (~> 1.0) bundler (>= 1.10) - chef-config (= 15.0.238) + chef-config (= 15.0.239) chef-zero (>= 14.0.11) diff-lcs (~> 1.2, >= 1.2.4) ed25519 (~> 1.2) @@ -56,11 +56,11 @@ PATH train-core (~> 2.0, >= 2.0.12) tty-screen (~> 0.6) uuidtools (~> 2.1.5) - chef (15.0.238-universal-mingw32) + chef (15.0.239-universal-mingw32) addressable bcrypt_pbkdf (~> 1.0) bundler (>= 1.10) - chef-config (= 15.0.238) + chef-config (= 15.0.239) chef-zero (>= 14.0.11) diff-lcs (~> 1.2, >= 1.2.4) ed25519 (~> 1.2) @@ -101,7 +101,7 @@ PATH PATH remote: chef-config specs: - chef-config (15.0.238) + chef-config (15.0.239) addressable fuzzyurl mixlib-config (>= 2.2.12, < 4.0) @@ -1 +1 @@ -15.0.238
\ No newline at end of file +15.0.239
\ 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 0649cda02e..6ca0471605 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.238".freeze + VERSION = "15.0.239".freeze end # diff --git a/lib/chef/version.rb b/lib/chef/version.rb index 221a7ccdd1..2f74e5a1a8 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.238") + VERSION = Chef::VersionString.new("15.0.239") end # |