diff options
author | Chef Expeditor <eng-services-ops+chef-ci@chef.io> | 2017-10-03 21:14:46 +0000 |
---|---|---|
committer | Chef Expeditor <eng-services-ops+chef-ci@chef.io> | 2017-10-03 21:14:46 +0000 |
commit | 00e10b3fa2be1f572be207fcb3b1d3bdf135690e (patch) | |
tree | 29bfa946caeb05766b3909da6a1d5af82e11ac4b | |
parent | 913ea3f7f8e3363caa71db6b4e16cbf2ed481363 (diff) | |
download | chef-00e10b3fa2be1f572be207fcb3b1d3bdf135690e.tar.gz |
Bump version to 13.5.8 by Chef Expeditorv13.5.8
-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 a471e7b79c..6d20d63ebd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,15 +1,16 @@ <!-- usage documentation: http://expeditor-docs.es.chef.io/configuration/changelog/ --> -<!-- latest_release 13.5.7 --> -## [v13.5.7](https://github.com/chef/chef/tree/v13.5.7) (2017-10-03) +<!-- latest_release 13.5.8 --> +## [v13.5.8](https://github.com/chef/chef/tree/v13.5.8) (2017-10-03) #### Merged Pull Requests -- Import the zypper GPG key before templating the repo [#6410](https://github.com/chef/chef/pull/6410) ([tas50](https://github.com/tas50)) +- Fixes to package upgrade behaviour [#6428](https://github.com/chef/chef/pull/6428) ([jonlives](https://github.com/jonlives)) <!-- latest_release --> <!-- release_rollup since=13.5.3 --> ### Changes since 13.5.3 release #### Merged Pull Requests +- Fixes to package upgrade behaviour [#6428](https://github.com/chef/chef/pull/6428) ([jonlives](https://github.com/jonlives)) <!-- 13.5.8 --> - Import the zypper GPG key before templating the repo [#6410](https://github.com/chef/chef/pull/6410) ([tas50](https://github.com/tas50)) <!-- 13.5.7 --> - only warn about skipping sync once [#6454](https://github.com/chef/chef/pull/6454) ([Happycoil](https://github.com/Happycoil)) <!-- 13.5.4 --> - Force encoding to UTF_8 in chef-shell to prevent failures [#6447](https://github.com/chef/chef/pull/6447) ([tas50](https://github.com/tas50)) <!-- 13.5.5 --> diff --git a/Gemfile.lock b/Gemfile.lock index a78e289032..6b60b069d9 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -17,10 +17,10 @@ GIT PATH remote: . specs: - chef (13.5.7) + chef (13.5.8) addressable bundler (>= 1.10) - chef-config (= 13.5.7) + chef-config (= 13.5.8) chef-zero (>= 13.0) diff-lcs (~> 1.2, >= 1.2.4) erubis (~> 2.7) @@ -47,10 +47,10 @@ PATH specinfra (~> 2.10) syslog-logger (~> 1.6) uuidtools (~> 2.1.5) - chef (13.5.7-universal-mingw32) + chef (13.5.8-universal-mingw32) addressable bundler (>= 1.10) - chef-config (= 13.5.7) + chef-config (= 13.5.8) chef-zero (>= 13.0) diff-lcs (~> 1.2, >= 1.2.4) erubis (~> 2.7) @@ -92,7 +92,7 @@ PATH PATH remote: chef-config specs: - chef-config (13.5.7) + chef-config (13.5.8) addressable fuzzyurl mixlib-config (~> 2.0) @@ -1 +1 @@ -13.5.7
\ No newline at end of file +13.5.8
\ 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 e97667f1f3..b5e461f962 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 = "13.5.7" + VERSION = "13.5.8" end # diff --git a/lib/chef/version.rb b/lib/chef/version.rb index b16c29cfdf..01139015cf 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("13.5.7") + VERSION = Chef::VersionString.new("13.5.8") end # |