diff options
author | Chef Expeditor <eng-services-ops+chef-ci@chef.io> | 2018-03-28 22:43:56 +0000 |
---|---|---|
committer | Chef Expeditor <eng-services-ops+chef-ci@chef.io> | 2018-03-28 22:43:56 +0000 |
commit | ff4656d9ae70d2e8810ec0a45f322b394c31083d (patch) | |
tree | 17296d683239f4bf289ca67652088139f4410cf6 | |
parent | eb509e6714922d1653b106bbfc7d0a7b7b2f0c5a (diff) | |
download | chef-ff4656d9ae70d2e8810ec0a45f322b394c31083d.tar.gz |
Bump version to 14.0.175 by Expeditorv14.0.175
-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 4feb944cc1..eda2422295 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.174 --> -## [v14.0.174](https://github.com/chef/chef/tree/v14.0.174) (2018-03-28) +<!-- latest_release 14.0.175 --> +## [v14.0.175](https://github.com/chef/chef/tree/v14.0.175) (2018-03-28) #### Merged Pull Requests -- 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)) +- windows_feature_dism: Be case insensitive with feature names [#7079](https://github.com/chef/chef/pull/7079) ([tas50](https://github.com/tas50)) <!-- latest_release --> <!-- release_rollup since=13.8.5 --> ### Changes since 13.8.5 release #### 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)) <!-- 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 --> - Add Chef 13.8 and 14.0 release notes [#7074](https://github.com/chef/chef/pull/7074) ([tas50](https://github.com/tas50)) <!-- 14.0.172 --> diff --git a/Gemfile.lock b/Gemfile.lock index 7688a6731d..c9a72bbdd1 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -15,10 +15,10 @@ GIT PATH remote: . specs: - chef (14.0.174) + chef (14.0.175) addressable bundler (>= 1.10) - chef-config (= 14.0.174) + chef-config (= 14.0.175) 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.174-universal-mingw32) + chef (14.0.175-universal-mingw32) addressable bundler (>= 1.10) - chef-config (= 14.0.174) + chef-config (= 14.0.175) 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.174) + chef-config (14.0.175) addressable fuzzyurl mixlib-config (~> 2.0) @@ -1 +1 @@ -14.0.174
\ No newline at end of file +14.0.175
\ 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 c1ba94d9b8..298c6bc306 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.174" + VERSION = "14.0.175" end # diff --git a/lib/chef/version.rb b/lib/chef/version.rb index 223383c58f..780cc5149f 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.174") + VERSION = Chef::VersionString.new("14.0.175") end # |