diff options
author | Chef Expeditor <eng-services-ops+chef-ci@chef.io> | 2018-03-29 05:34:13 +0000 |
---|---|---|
committer | Chef Expeditor <eng-services-ops+chef-ci@chef.io> | 2018-03-29 05:34:13 +0000 |
commit | 841a8a9f667e0499af34abc9f31b46b112852b66 (patch) | |
tree | 1d5f537b1ec46c71d76fd8e0419c4d270e6c8e6a | |
parent | 7e5e5820ad5865c91f962b2c2fbf8fc0f40e0867 (diff) | |
download | chef-841a8a9f667e0499af34abc9f31b46b112852b66.tar.gz |
Bump version to 14.0.176 by Expeditorv14.0.176
-rw-r--r-- | CHANGELOG.md | 7 | ||||
-rw-r--r-- | Gemfile.lock | 10 | ||||
-rw-r--r-- | VERSION | 2 | ||||
-rw-r--r-- | chef-config/lib/chef-config/version.rb | 2 | ||||
-rw-r--r-- | lib/chef/version.rb | 2 |
5 files changed, 12 insertions, 11 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index eda2422295..e93f4b500c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,15 +1,16 @@ <!-- usage documentation: http://expeditor-docs.es.chef.io/configuration/changelog/ --> -<!-- latest_release 14.0.175 --> -## [v14.0.175](https://github.com/chef/chef/tree/v14.0.175) (2018-03-28) +<!-- latest_release 14.0.176 --> +## [v14.0.176](https://github.com/chef/chef/tree/v14.0.176) (2018-03-29) #### Merged Pull Requests -- windows_feature_dism: Be case insensitive with feature names [#7079](https://github.com/chef/chef/pull/7079) ([tas50](https://github.com/tas50)) +- Add basic hostname validation on Windows [#7087](https://github.com/chef/chef/pull/7087) ([tas50](https://github.com/tas50)) <!-- latest_release --> <!-- release_rollup since=13.8.5 --> ### Changes since 13.8.5 release #### Merged Pull Requests +- Add basic hostname validation on Windows [#7087](https://github.com/chef/chef/pull/7087) ([tas50](https://github.com/tas50)) <!-- 14.0.176 --> - windows_feature_dism: Be case insensitive with feature names [#7079](https://github.com/chef/chef/pull/7079) ([tas50](https://github.com/tas50)) <!-- 14.0.175 --> - Setting nil to properties with implicit nil sets default value [#7037](https://github.com/chef/chef/pull/7037) ([lamont-granquist](https://github.com/lamont-granquist)) <!-- 14.0.174 --> - Fix array parsing in windows_feature_dism / windows_feature_powershell [#7078](https://github.com/chef/chef/pull/7078) ([tas50](https://github.com/tas50)) <!-- 14.0.173 --> diff --git a/Gemfile.lock b/Gemfile.lock index c9a72bbdd1..5b3eacb82f 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -15,10 +15,10 @@ GIT PATH remote: . specs: - chef (14.0.175) + chef (14.0.176) addressable bundler (>= 1.10) - chef-config (= 14.0.175) + chef-config (= 14.0.176) chef-zero (>= 13.0) diff-lcs (~> 1.2, >= 1.2.4) erubis (~> 2.7) @@ -45,10 +45,10 @@ PATH specinfra (~> 2.10) syslog-logger (~> 1.6) uuidtools (~> 2.1.5) - chef (14.0.175-universal-mingw32) + chef (14.0.176-universal-mingw32) addressable bundler (>= 1.10) - chef-config (= 14.0.175) + chef-config (= 14.0.176) chef-zero (>= 13.0) diff-lcs (~> 1.2, >= 1.2.4) erubis (~> 2.7) @@ -90,7 +90,7 @@ PATH PATH remote: chef-config specs: - chef-config (14.0.175) + chef-config (14.0.176) addressable fuzzyurl mixlib-config (~> 2.0) @@ -1 +1 @@ -14.0.175
\ No newline at end of file +14.0.176
\ 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 298c6bc306..3afb67da08 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.0.175" + VERSION = "14.0.176" end # diff --git a/lib/chef/version.rb b/lib/chef/version.rb index 780cc5149f..7e00903c4e 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.0.175") + VERSION = Chef::VersionString.new("14.0.176") end # |