summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChef Expeditor <eng-services-ops+chef-ci@chef.io>2017-09-18 06:44:14 +0000
committerChef Expeditor <eng-services-ops+chef-ci@chef.io>2017-09-18 06:44:14 +0000
commitddd9f844ee9e51a1a5f9266b282f16f60f3d246b (patch)
tree9be8668c8f5477ca08daa8a0d505f8ac55807f43
parente2ba293f6119cd215b1bc3f1d26a6503ba9e3841 (diff)
downloadchef-ddd9f844ee9e51a1a5f9266b282f16f60f3d246b.tar.gz
Bump version to 13.4.28 by Chef Expeditorv13.4.28
-rw-r--r--CHANGELOG.md7
-rw-r--r--Gemfile.lock10
-rw-r--r--VERSION2
-rw-r--r--chef-config/lib/chef-config/version.rb2
-rw-r--r--lib/chef/version.rb2
5 files changed, 12 insertions, 11 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index d86be5e100..22389e225f 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,15 +1,16 @@
<!-- usage documentation: http://expeditor-docs.es.chef.io/configuration/changelog/ -->
-<!-- latest_release 13.4.27 -->
-## [v13.4.27](https://github.com/chef/chef/tree/v13.4.27) (2017-09-16)
+<!-- latest_release 13.4.28 -->
+## [v13.4.28](https://github.com/chef/chef/tree/v13.4.28) (2017-09-18)
#### Merged Pull Requests
-- Remove unused requires in yum_repository [#6413](https://github.com/chef/chef/pull/6413) ([tas50](https://github.com/tas50))
+- Open apt resources up to prevent breaking change [#6417](https://github.com/chef/chef/pull/6417) ([tas50](https://github.com/tas50))
<!-- latest_release -->
<!-- release_rollup since=13.4.24 -->
### Changes since 13.4.24 release
#### Merged Pull Requests
+- Open apt resources up to prevent breaking change [#6417](https://github.com/chef/chef/pull/6417) ([tas50](https://github.com/tas50)) <!-- 13.4.28 -->
- Remove unused requires in yum_repository [#6413](https://github.com/chef/chef/pull/6413) ([tas50](https://github.com/tas50)) <!-- 13.4.27 -->
- Quiet the output of the zypper refresh and add force [#6408](https://github.com/chef/chef/pull/6408) ([tas50](https://github.com/tas50)) <!-- 13.4.26 -->
- 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)) <!-- 13.4.25 -->
diff --git a/Gemfile.lock b/Gemfile.lock
index 42ecd44ef8..608b56b7d7 100644
--- a/Gemfile.lock
+++ b/Gemfile.lock
@@ -17,10 +17,10 @@ GIT
PATH
remote: .
specs:
- chef (13.4.27)
+ chef (13.4.28)
addressable
bundler (>= 1.10)
- chef-config (= 13.4.27)
+ chef-config (= 13.4.28)
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.27-universal-mingw32)
+ chef (13.4.28-universal-mingw32)
addressable
bundler (>= 1.10)
- chef-config (= 13.4.27)
+ chef-config (= 13.4.28)
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.27)
+ chef-config (13.4.28)
addressable
fuzzyurl
mixlib-config (~> 2.0)
diff --git a/VERSION b/VERSION
index 3b57c71ee3..c868306920 100644
--- a/VERSION
+++ b/VERSION
@@ -1 +1 @@
-13.4.27 \ No newline at end of file
+13.4.28 \ 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 cc23516676..2c24c8c731 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.27"
+ VERSION = "13.4.28"
end
#
diff --git a/lib/chef/version.rb b/lib/chef/version.rb
index 1a0c20cc75..06233c397d 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.27")
+ VERSION = Chef::VersionString.new("13.4.28")
end
#