diff options
author | Chef Expeditor <eng-services-ops+chef-ci@chef.io> | 2018-09-21 19:31:58 +0000 |
---|---|---|
committer | Chef Expeditor <eng-services-ops+chef-ci@chef.io> | 2018-09-21 19:31:58 +0000 |
commit | 21f63a3e334644e62c9ee1256035e9961175d75a (patch) | |
tree | 7234f1daa8bbd092ddcaca0fc8832ff60ff7a351 | |
parent | 0ac9b2ba55ff1ad5a5426121f9035c0672626e94 (diff) | |
download | chef-21f63a3e334644e62c9ee1256035e9961175d75a.tar.gz |
Bump version to 14.5.32 by Chef Expeditorv14.5.32
Obvious fix; these changes are the result of automation not creative thinking.
-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 959354bac6..21b4e5117e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,15 +1,16 @@ <!-- usage documentation: http://expeditor-docs.es.chef.io/configuration/changelog/ --> -<!-- latest_release 14.5.31 --> -## [v14.5.31](https://github.com/chef/chef/tree/v14.5.31) (2018-09-21) +<!-- latest_release 14.5.32 --> +## [v14.5.32](https://github.com/chef/chef/tree/v14.5.32) (2018-09-21) #### Merged Pull Requests -- Deprecate ohai resource's ohai_name property [#7667](https://github.com/chef/chef/pull/7667) ([tas50](https://github.com/tas50)) +- Fix failures in windows_ad_join in 14.5.27 [#7673](https://github.com/chef/chef/pull/7673) ([tas50](https://github.com/tas50)) <!-- latest_release --> <!-- release_rollup since=14.5.27 --> ### Changes since 14.5.27 release #### Merged Pull Requests +- Fix failures in windows_ad_join in 14.5.27 [#7673](https://github.com/chef/chef/pull/7673) ([tas50](https://github.com/tas50)) <!-- 14.5.32 --> - Deprecate ohai resource's ohai_name property [#7667](https://github.com/chef/chef/pull/7667) ([tas50](https://github.com/tas50)) <!-- 14.5.31 --> - Add @jjlimepoint as a maintainer for chef-provisioning [#7649](https://github.com/chef/chef/pull/7649) ([jjlimepoint](https://github.com/jjlimepoint)) <!-- 14.5.30 --> - windows_feature: Fix exception message grammar [#7669](https://github.com/chef/chef/pull/7669) ([dgreeninger](https://github.com/dgreeninger)) <!-- 14.5.29 --> diff --git a/Gemfile.lock b/Gemfile.lock index 4ca625af6b..c7780e8e99 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -9,10 +9,10 @@ GIT PATH remote: . specs: - chef (14.5.31) + chef (14.5.32) addressable bundler (>= 1.10) - chef-config (= 14.5.31) + chef-config (= 14.5.32) chef-zero (>= 13.0) diff-lcs (~> 1.2, >= 1.2.4) erubis (~> 2.7) @@ -40,10 +40,10 @@ PATH specinfra (~> 2.10) syslog-logger (~> 1.6) uuidtools (~> 2.1.5) - chef (14.5.31-universal-mingw32) + chef (14.5.32-universal-mingw32) addressable bundler (>= 1.10) - chef-config (= 14.5.31) + chef-config (= 14.5.32) chef-zero (>= 13.0) diff-lcs (~> 1.2, >= 1.2.4) erubis (~> 2.7) @@ -86,7 +86,7 @@ PATH PATH remote: chef-config specs: - chef-config (14.5.31) + chef-config (14.5.32) addressable fuzzyurl mixlib-config (>= 2.2.12, < 3.0) @@ -1 +1 @@ -14.5.31
\ No newline at end of file +14.5.32
\ 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 3c3a50948e..5d13123a9f 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.5.31".freeze + VERSION = "14.5.32".freeze end # diff --git a/lib/chef/version.rb b/lib/chef/version.rb index cc73825fa0..9d75c64553 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.5.31") + VERSION = Chef::VersionString.new("14.5.32") end # |