diff options
author | Chef Expeditor <expeditor@chef.io> | 2020-05-06 22:26:30 +0000 |
---|---|---|
committer | Chef Expeditor <expeditor@chef.io> | 2020-05-06 22:26:30 +0000 |
commit | 5258d04855d2442b8be1b68588a7d85e34cd922a (patch) | |
tree | b9fd90167fd4767f6b2800c5546faadb38da4042 | |
parent | 95716e7619962e4d669349c01add6f3c547efc1f (diff) | |
download | chef-5258d04855d2442b8be1b68588a7d85e34cd922a.tar.gz |
Bump version to 15.10.19 by Chef Expeditorv15.10.19
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 d10302e809..946aa3d0d5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,15 +1,16 @@ <!-- usage documentation: http://expeditor-docs.es.chef.io/configuration/changelog/ --> -<!-- latest_release 15.10.18 --> -## [v15.10.18](https://github.com/chef/chef/tree/v15.10.18) (2020-05-06) +<!-- latest_release 15.10.19 --> +## [v15.10.19](https://github.com/chef/chef/tree/v15.10.19) (2020-05-06) #### Merged Pull Requests -- Update omnibus-software for new msys2 path [#9807](https://github.com/chef/chef/pull/9807) ([jaymalasinha](https://github.com/jaymalasinha)) +- Fix for Chocolate_resource options causing extra quotes [#9809](https://github.com/chef/chef/pull/9809) ([btm](https://github.com/btm)) <!-- latest_release --> <!-- release_rollup since=15.10.12 --> ### Changes not yet released to stable #### Merged Pull Requests +- Fix for Chocolate_resource options causing extra quotes [#9809](https://github.com/chef/chef/pull/9809) ([btm](https://github.com/btm)) <!-- 15.10.19 --> - Update omnibus-software for new msys2 path [#9807](https://github.com/chef/chef/pull/9807) ([jaymalasinha](https://github.com/jaymalasinha)) <!-- 15.10.18 --> - Add SLES 15 / Ubuntu 20.04 aarch64 builds [#9761](https://github.com/chef/chef/pull/9761) ([tas50](https://github.com/tas50)) <!-- 15.10.17 --> - Backport #9511 to Chef 15 [#9723](https://github.com/chef/chef/pull/9723) ([jasonwbarnett](https://github.com/jasonwbarnett)) <!-- 15.10.16 --> diff --git a/Gemfile.lock b/Gemfile.lock index 1b7a53ade0..e49ed2edbc 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -27,12 +27,12 @@ GIT PATH remote: . specs: - chef (15.10.18) + chef (15.10.19) addressable bcrypt_pbkdf (~> 1.0) bundler (>= 1.10) - chef-config (= 15.10.18) - chef-utils (= 15.10.18) + chef-config (= 15.10.19) + chef-utils (= 15.10.19) chef-zero (>= 14.0.11) diff-lcs (~> 1.2, >= 1.2.4) ed25519 (~> 1.2) @@ -59,12 +59,12 @@ PATH train-winrm (>= 0.2.5) tty-screen (~> 0.6) uuidtools (~> 2.1.5) - chef (15.10.18-universal-mingw32) + chef (15.10.19-universal-mingw32) addressable bcrypt_pbkdf (~> 1.0) bundler (>= 1.10) - chef-config (= 15.10.18) - chef-utils (= 15.10.18) + chef-config (= 15.10.19) + chef-utils (= 15.10.19) chef-zero (>= 14.0.11) diff-lcs (~> 1.2, >= 1.2.4) ed25519 (~> 1.2) @@ -107,15 +107,15 @@ PATH PATH remote: chef-bin specs: - chef-bin (15.10.18) - chef (= 15.10.18) + chef-bin (15.10.19) + chef (= 15.10.19) PATH remote: chef-config specs: - chef-config (15.10.18) + chef-config (15.10.19) addressable - chef-utils (= 15.10.18) + chef-utils (= 15.10.19) fuzzyurl mixlib-config (>= 2.2.12, < 4.0) mixlib-shellout (>= 2.0, < 4.0) @@ -124,7 +124,7 @@ PATH PATH remote: chef-utils specs: - chef-utils (15.10.18) + chef-utils (15.10.19) GEM remote: https://rubygems.org/ @@ -1 +1 @@ -15.10.18
\ No newline at end of file +15.10.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 4329649c00..deca3b7035 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("../..", __FILE__) - VERSION = "15.10.18".freeze + VERSION = "15.10.19".freeze end # diff --git a/chef-config/lib/chef-config/version.rb b/chef-config/lib/chef-config/version.rb index 3978c406e2..274b83d185 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("../..", __FILE__) - VERSION = "15.10.18".freeze + VERSION = "15.10.19".freeze end diff --git a/chef-utils/lib/chef-utils/version.rb b/chef-utils/lib/chef-utils/version.rb index 15a0aa389b..8b46b6bf17 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("../..", __FILE__) - VERSION = "15.10.18".freeze + VERSION = "15.10.19".freeze end diff --git a/lib/chef/version.rb b/lib/chef/version.rb index ba5f6f549d..c3dac88091 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("../..", __FILE__) - VERSION = Chef::VersionString.new("15.10.18") + VERSION = Chef::VersionString.new("15.10.19") end # |