diff options
author | Chef Expeditor <eng-services-ops+chef-ci@chef.io> | 2017-10-26 17:34:06 +0000 |
---|---|---|
committer | Chef Expeditor <eng-services-ops+chef-ci@chef.io> | 2017-10-26 17:34:06 +0000 |
commit | 500ea0d158b25bd105f781144a2308a0fb11f6a7 (patch) | |
tree | b746e990c8912ccdd82dc7d83f1e5de4ece14cbd | |
parent | 92fc799fefe70dcb84dac26a1e5ee3722f568724 (diff) | |
download | chef-500ea0d158b25bd105f781144a2308a0fb11f6a7.tar.gz |
Bump version to 13.5.27 by Expeditorv13.5.27
-rw-r--r-- | CHANGELOG.md | 7 | ||||
-rw-r--r-- | Gemfile.lock | 12 | ||||
-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, 13 insertions, 12 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 417d44d9e9..f1b588e4f0 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.26 --> -## [v13.5.26](https://github.com/chef/chef/tree/v13.5.26) (2017-10-25) +<!-- latest_release 13.5.27 --> +## [v13.5.27](https://github.com/chef/chef/tree/v13.5.27) (2017-10-26) #### Merged Pull Requests -- Include Ohai 13.6 [#6521](https://github.com/chef/chef/pull/6521) ([btm](https://github.com/btm)) +- Use the latest libxml2, libxslt, libyaml, and openssl [#6520](https://github.com/chef/chef/pull/6520) ([tas50](https://github.com/tas50)) <!-- latest_release --> <!-- release_rollup since=13.5.3 --> ### Changes since 13.5.3 release #### Merged Pull Requests +- Use the latest libxml2, libxslt, libyaml, and openssl [#6520](https://github.com/chef/chef/pull/6520) ([tas50](https://github.com/tas50)) <!-- 13.5.27 --> - Include Ohai 13.6 [#6521](https://github.com/chef/chef/pull/6521) ([btm](https://github.com/btm)) <!-- 13.5.26 --> - Deprecate the deploy resource and family [#6468](https://github.com/chef/chef/pull/6468) ([coderanger](https://github.com/coderanger)) <!-- 13.5.25 --> - Fix remote_file with UNC paths failing [#6510](https://github.com/chef/chef/pull/6510) ([tas50](https://github.com/tas50)) <!-- 13.5.24 --> diff --git a/Gemfile.lock b/Gemfile.lock index 8f1d742531..93737af17b 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -17,10 +17,10 @@ GIT PATH remote: . specs: - chef (13.5.26) + chef (13.5.27) addressable bundler (>= 1.10) - chef-config (= 13.5.26) + chef-config (= 13.5.27) 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.26-universal-mingw32) + chef (13.5.27-universal-mingw32) addressable bundler (>= 1.10) - chef-config (= 13.5.26) + chef-config (= 13.5.27) 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.26) + chef-config (13.5.27) addressable fuzzyurl mixlib-config (~> 2.0) @@ -300,7 +300,7 @@ GEM addressable (>= 2.3.5, < 2.6) faraday (~> 0.8, < 1.0) semverse (2.0.0) - serverspec (2.41.1) + serverspec (2.41.2) multi_json rspec (~> 3.0) rspec-its @@ -1 +1 @@ -13.5.26
\ No newline at end of file +13.5.27
\ 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 cdbe0524fb..7623dfc5a3 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.26" + VERSION = "13.5.27" end # diff --git a/lib/chef/version.rb b/lib/chef/version.rb index 545011f945..1978c11ab8 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.26") + VERSION = Chef::VersionString.new("13.5.27") end # |