From 21cf57404b5b5a771e05be12a8daf906e76b4553 Mon Sep 17 00:00:00 2001 From: Chef Expeditor Date: Sat, 16 Sep 2017 14:47:44 +0000 Subject: Bump version to 13.4.27 by Chef Expeditor --- CHANGELOG.md | 7 ++++--- Gemfile.lock | 10 +++++----- VERSION | 2 +- chef-config/lib/chef-config/version.rb | 2 +- lib/chef/version.rb | 2 +- 5 files changed, 12 insertions(+), 11 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1cfb9ae862..d86be5e100 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,15 +1,16 @@ - -## [v13.4.26](https://github.com/chef/chef/tree/v13.4.26) (2017-09-15) + +## [v13.4.27](https://github.com/chef/chef/tree/v13.4.27) (2017-09-16) #### Merged Pull Requests -- Quiet the output of the zypper refresh and add force [#6408](https://github.com/chef/chef/pull/6408) ([tas50](https://github.com/tas50)) +- Remove unused requires in yum_repository [#6413](https://github.com/chef/chef/pull/6413) ([tas50](https://github.com/tas50)) ### Changes since 13.4.24 release #### Merged Pull Requests +- Remove unused requires in yum_repository [#6413](https://github.com/chef/chef/pull/6413) ([tas50](https://github.com/tas50)) - Quiet the output of the zypper refresh and add force [#6408](https://github.com/chef/chef/pull/6408) ([tas50](https://github.com/tas50)) - Replace which apt-get check with simple debian check in apt resources [#6409](https://github.com/chef/chef/pull/6409) ([tas50](https://github.com/tas50)) diff --git a/Gemfile.lock b/Gemfile.lock index 540fa79df8..42ecd44ef8 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -17,10 +17,10 @@ GIT PATH remote: . specs: - chef (13.4.26) + chef (13.4.27) addressable bundler (>= 1.10) - chef-config (= 13.4.26) + chef-config (= 13.4.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.4.26-universal-mingw32) + chef (13.4.27-universal-mingw32) addressable bundler (>= 1.10) - chef-config (= 13.4.26) + chef-config (= 13.4.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.4.26) + chef-config (13.4.27) addressable fuzzyurl mixlib-config (~> 2.0) diff --git a/VERSION b/VERSION index a452a0cd6c..3b57c71ee3 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -13.4.26 \ No newline at end of file +13.4.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 37d4d27f00..cc23516676 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.4.26" + VERSION = "13.4.27" end # diff --git a/lib/chef/version.rb b/lib/chef/version.rb index 04f4e3f229..1a0c20cc75 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.4.26") + VERSION = Chef::VersionString.new("13.4.27") end # -- cgit v1.2.1