summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChef Expeditor <eng-services-ops+chef-ci@chef.io>2018-05-18 00:21:07 +0000
committerChef Expeditor <eng-services-ops+chef-ci@chef.io>2018-05-18 00:21:07 +0000
commit2f2336327eb672df18e2b6876a4aa555b7aa5a5e (patch)
tree1a4509cea199f62f63859ed803cc765e9eed9645
parentb13936fa3e413b3e0d9d588277176336ff8bc910 (diff)
downloadchef-2f2336327eb672df18e2b6876a4aa555b7aa5a5e.tar.gz
Bump version to 14.1.18 by Chef Expeditorv14.1.18
-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 32b1e99ca4..8e72ba9e25 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,15 +1,16 @@
<!-- usage documentation: http://expeditor-docs.es.chef.io/configuration/changelog/ -->
-<!-- latest_release 14.1.17 -->
-## [v14.1.17](https://github.com/chef/chef/tree/v14.1.17) (2018-05-17)
+<!-- latest_release 14.1.18 -->
+## [v14.1.18](https://github.com/chef/chef/tree/v14.1.18) (2018-05-18)
#### Merged Pull Requests
-- [MSYS-817] fix for windows_task does not parse backslashes in the commad property [#7281](https://github.com/chef/chef/pull/7281) ([Vasu1105](https://github.com/Vasu1105))
+- object validation for DataHandlerBase#normalize_hash [#7264](https://github.com/chef/chef/pull/7264) ([jeremymv2](https://github.com/jeremymv2))
<!-- latest_release -->
<!-- release_rollup since=14.1.12 -->
### Changes since 14.1.12 release
#### Merged Pull Requests
+- object validation for DataHandlerBase#normalize_hash [#7264](https://github.com/chef/chef/pull/7264) ([jeremymv2](https://github.com/jeremymv2)) <!-- 14.1.18 -->
- [MSYS-817] fix for windows_task does not parse backslashes in the commad property [#7281](https://github.com/chef/chef/pull/7281) ([Vasu1105](https://github.com/Vasu1105)) <!-- 14.1.17 -->
- UID now starts at 501, uses createhomedir instead [#4903](https://github.com/chef/chef/pull/4903) ([nmcspadden](https://github.com/nmcspadden)) <!-- 14.1.16 -->
- Add default_action to the resource inspector [#7276](https://github.com/chef/chef/pull/7276) ([tas50](https://github.com/tas50)) <!-- 14.1.15 -->
diff --git a/Gemfile.lock b/Gemfile.lock
index 32b3d1d066..bf853350eb 100644
--- a/Gemfile.lock
+++ b/Gemfile.lock
@@ -15,10 +15,10 @@ GIT
PATH
remote: .
specs:
- chef (14.1.17)
+ chef (14.1.18)
addressable
bundler (>= 1.10)
- chef-config (= 14.1.17)
+ chef-config (= 14.1.18)
chef-zero (>= 13.0)
diff-lcs (~> 1.2, >= 1.2.4)
erubis (~> 2.7)
@@ -46,10 +46,10 @@ PATH
specinfra (~> 2.10)
syslog-logger (~> 1.6)
uuidtools (~> 2.1.5)
- chef (14.1.17-universal-mingw32)
+ chef (14.1.18-universal-mingw32)
addressable
bundler (>= 1.10)
- chef-config (= 14.1.17)
+ chef-config (= 14.1.18)
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 (14.1.17)
+ chef-config (14.1.18)
addressable
fuzzyurl
mixlib-config (~> 2.0)
diff --git a/VERSION b/VERSION
index 66a16a3515..1adffc6efe 100644
--- a/VERSION
+++ b/VERSION
@@ -1 +1 @@
-14.1.17 \ No newline at end of file
+14.1.18 \ 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 80c2ba7542..2632db07c9 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 = "14.1.17"
+ VERSION = "14.1.18"
end
#
diff --git a/lib/chef/version.rb b/lib/chef/version.rb
index 98e584b27c..fba5724222 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("14.1.17")
+ VERSION = Chef::VersionString.new("14.1.18")
end
#