summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChef Expeditor <eng-services-ops+chef-ci@chef.io>2017-11-27 17:51:22 +0000
committerChef Expeditor <eng-services-ops+chef-ci@chef.io>2017-11-27 17:51:22 +0000
commit15aa72d87e63f02c81444aa1b47a97e6885b5cb1 (patch)
tree070c99d7213b388ef6d6513cc65f2c314b0b6b3c
parent469b799212d040ef1b8b99e43ebb56759a627533 (diff)
downloadchef-15aa72d87e63f02c81444aa1b47a97e6885b5cb1.tar.gz
Bump version to 13.6.16 by Expeditorv13.6.16
-rw-r--r--CHANGELOG.md7
-rw-r--r--Gemfile.lock12
-rw-r--r--VERSION2
-rw-r--r--chef-config/lib/chef-config/version.rb2
-rw-r--r--lib/chef/version.rb2
5 files changed, 13 insertions, 12 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 8700788218..d2b81d7e87 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,15 +1,16 @@
<!-- usage documentation: http://expeditor-docs.es.chef.io/configuration/changelog/ -->
-<!-- latest_release 13.6.15 -->
-## [v13.6.15](https://github.com/chef/chef/tree/v13.6.15) (2017-11-23)
+<!-- latest_release 13.6.16 -->
+## [v13.6.16](https://github.com/chef/chef/tree/v13.6.16) (2017-11-27)
#### Merged Pull Requests
-- [MSYS-688] Fixed invalid date and Invalid starttime error [#6544](https://github.com/chef/chef/pull/6544) ([NimishaS](https://github.com/NimishaS))
+- Makes life easier for hook authors switching from the older report handler syntax [#6574](https://github.com/chef/chef/pull/6574) ([coderanger](https://github.com/coderanger))
<!-- latest_release -->
<!-- release_rollup since=13.6.4 -->
### Changes since 13.6.4 release
#### Merged Pull Requests
+- Makes life easier for hook authors switching from the older report handler syntax [#6574](https://github.com/chef/chef/pull/6574) ([coderanger](https://github.com/coderanger)) <!-- 13.6.16 -->
- [MSYS-688] Fixed invalid date and Invalid starttime error [#6544](https://github.com/chef/chef/pull/6544) ([NimishaS](https://github.com/NimishaS)) <!-- 13.6.15 -->
- Selinux shellout fix (#6346) [#6567](https://github.com/chef/chef/pull/6567) ([deltamualpha](https://github.com/deltamualpha)) <!-- 13.6.14 -->
- Switch from the Travis container to the VM [#6600](https://github.com/chef/chef/pull/6600) ([btm](https://github.com/btm)) <!-- 13.6.13 -->
diff --git a/Gemfile.lock b/Gemfile.lock
index 7892bcd5e5..55ad168d9a 100644
--- a/Gemfile.lock
+++ b/Gemfile.lock
@@ -17,10 +17,10 @@ GIT
PATH
remote: .
specs:
- chef (13.6.15)
+ chef (13.6.16)
addressable
bundler (>= 1.10)
- chef-config (= 13.6.15)
+ chef-config (= 13.6.16)
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.6.15-universal-mingw32)
+ chef (13.6.16-universal-mingw32)
addressable
bundler (>= 1.10)
- chef-config (= 13.6.15)
+ chef-config (= 13.6.16)
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.6.15)
+ chef-config (13.6.16)
addressable
fuzzyurl
mixlib-config (~> 2.0)
@@ -160,7 +160,7 @@ GEM
builder (>= 2.1.2)
hashdiff (0.3.7)
hashie (3.5.6)
- highline (1.7.8)
+ highline (1.7.10)
htmlentities (4.3.4)
httpclient (2.8.3)
iniparse (1.4.4)
diff --git a/VERSION b/VERSION
index f792122bba..7cf816f5e5 100644
--- a/VERSION
+++ b/VERSION
@@ -1 +1 @@
-13.6.15 \ No newline at end of file
+13.6.16 \ 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 b1cdb5921c..3c496c685a 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.6.15"
+ VERSION = "13.6.16"
end
#
diff --git a/lib/chef/version.rb b/lib/chef/version.rb
index 454fa415e4..a2c171f7b5 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.6.15")
+ VERSION = Chef::VersionString.new("13.6.16")
end
#