summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChef Expeditor <eng-services-ops+chef-ci@chef.io>2017-09-29 19:38:04 +0000
committerChef Expeditor <eng-services-ops+chef-ci@chef.io>2017-09-29 19:38:04 +0000
commitab8b99f07aef3f51d809ac65b87fae3c90075a65 (patch)
tree39771e408a5e419ac470da8bb2b070da823e0237
parented6ab3619a28c6795b8acda39161ed8ef72c51b2 (diff)
downloadchef-13.5.5.tar.gz
Bump version to 13.5.5 by Chef Expeditorv13.5.5
-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 cb37bc5200..602c01b1a5 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.4 -->
-## [v13.5.4](https://github.com/chef/chef/tree/v13.5.4) (2017-09-29)
+<!-- latest_release 13.5.5 -->
+## [v13.5.5](https://github.com/chef/chef/tree/v13.5.5) (2017-09-29)
#### Merged Pull Requests
-- only warn about skipping sync once [#6454](https://github.com/chef/chef/pull/6454) ([Happycoil](https://github.com/Happycoil))
+- Force encoding to UTF_8 in chef-shell to prevent failures [#6447](https://github.com/chef/chef/pull/6447) ([tas50](https://github.com/tas50))
<!-- latest_release -->
<!-- release_rollup since=12.21.14 -->
### Changes since 12.21.14 release
#### 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)) <!-- 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 -->
- 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 -->
diff --git a/Gemfile.lock b/Gemfile.lock
index 890a6093ee..20a553e8f7 100644
--- a/Gemfile.lock
+++ b/Gemfile.lock
@@ -17,10 +17,10 @@ GIT
PATH
remote: .
specs:
- chef (13.5.4)
+ chef (13.5.5)
addressable
bundler (>= 1.10)
- chef-config (= 13.5.4)
+ chef-config (= 13.5.5)
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.4-universal-mingw32)
+ chef (13.5.5-universal-mingw32)
addressable
bundler (>= 1.10)
- chef-config (= 13.5.4)
+ chef-config (= 13.5.5)
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.4)
+ chef-config (13.5.5)
addressable
fuzzyurl
mixlib-config (~> 2.0)
diff --git a/VERSION b/VERSION
index 3330217f20..4afeb76808 100644
--- a/VERSION
+++ b/VERSION
@@ -1 +1 @@
-13.5.4 \ No newline at end of file
+13.5.5 \ 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 7bdf1b18f8..6256f9fc06 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.4"
+ VERSION = "13.5.5"
end
#
diff --git a/lib/chef/version.rb b/lib/chef/version.rb
index b58687a918..3cb78e8422 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.4")
+ VERSION = Chef::VersionString.new("13.5.5")
end
#