summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChef Expeditor <eng-services-ops+chef-ci@chef.io>2017-09-29 20:40:47 +0000
committerChef Expeditor <eng-services-ops+chef-ci@chef.io>2017-09-29 20:40:47 +0000
commitaf60f565cceff9241ad9da6af18ab2c4ca674164 (patch)
treed722b7ddced31342f76b4090261d1d0681243735
parent91556e41d9accfc4e3f9fa06ceb7cca0bb6a090d (diff)
downloadchef-af60f565cceff9241ad9da6af18ab2c4ca674164.tar.gz
Bump version to 13.5.6 by Chef Expeditorv13.5.6
-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 602c01b1a5..0f0e6f4c5e 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.5 -->
-## [v13.5.5](https://github.com/chef/chef/tree/v13.5.5) (2017-09-29)
+<!-- latest_release 13.5.6 -->
+## [v13.5.6](https://github.com/chef/chef/tree/v13.5.6) (2017-09-29)
#### Merged Pull Requests
-- Force encoding to UTF_8 in chef-shell to prevent failures [#6447](https://github.com/chef/chef/pull/6447) ([tas50](https://github.com/tas50))
+- Bump InSpec to v1.40.0 [#6460](https://github.com/chef/chef/pull/6460) ([adamleff](https://github.com/adamleff))
<!-- latest_release -->
<!-- release_rollup since=12.21.14 -->
### Changes since 12.21.14 release
#### Merged Pull Requests
+- Bump InSpec to v1.40.0 [#6460](https://github.com/chef/chef/pull/6460) ([adamleff](https://github.com/adamleff)) <!-- 13.5.6 -->
- 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 -->
- only warn about skipping sync once [#6454](https://github.com/chef/chef/pull/6454) ([Happycoil](https://github.com/Happycoil)) <!-- 13.5.4 -->
- 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 a9f6f98127..ee88c25abc 100644
--- a/Gemfile.lock
+++ b/Gemfile.lock
@@ -17,10 +17,10 @@ GIT
PATH
remote: .
specs:
- chef (13.5.5)
+ chef (13.5.6)
addressable
bundler (>= 1.10)
- chef-config (= 13.5.5)
+ chef-config (= 13.5.6)
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.5-universal-mingw32)
+ chef (13.5.6-universal-mingw32)
addressable
bundler (>= 1.10)
- chef-config (= 13.5.5)
+ chef-config (= 13.5.6)
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.5)
+ chef-config (13.5.6)
addressable
fuzzyurl
mixlib-config (~> 2.0)
diff --git a/VERSION b/VERSION
index 4afeb76808..c50c58133e 100644
--- a/VERSION
+++ b/VERSION
@@ -1 +1 @@
-13.5.5 \ No newline at end of file
+13.5.6 \ 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 6256f9fc06..f144a36c63 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.5"
+ VERSION = "13.5.6"
end
#
diff --git a/lib/chef/version.rb b/lib/chef/version.rb
index 3cb78e8422..63fd85c63c 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.5")
+ VERSION = Chef::VersionString.new("13.5.6")
end
#