diff options
author | Chef Expeditor <chef-ci@chef.io> | 2018-10-17 10:33:28 +0000 |
---|---|---|
committer | Chef Expeditor <chef-ci@chef.io> | 2018-10-17 10:33:28 +0000 |
commit | 127066bbdf57f8ab1ec4e8e7b8e283364131e318 (patch) | |
tree | 65d4b0e0192c1fc96dded254817c79f4e2399fd0 | |
parent | 88dcb9206df6bc3de2f94e7dd31b464380224159 (diff) | |
download | chef-127066bbdf57f8ab1ec4e8e7b8e283364131e318.tar.gz |
Bump version to 14.6.32 by Chef Expeditorv14.6.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 3201523c22..f25f027d96 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,15 +1,16 @@ <!-- usage documentation: http://expeditor-docs.es.chef.io/configuration/changelog/ --> -<!-- latest_release 14.6.31 --> -## [v14.6.31](https://github.com/chef/chef/tree/v14.6.31) (2018-10-17) +<!-- latest_release 14.6.32 --> +## [v14.6.32](https://github.com/chef/chef/tree/v14.6.32) (2018-10-17) #### Merged Pull Requests -- Add support for localized system account to windows_task resource [#7679](https://github.com/chef/chef/pull/7679) ([jugatsu](https://github.com/jugatsu)) +- Update omnibus to use ruby-cleanup definition [#7757](https://github.com/chef/chef/pull/7757) ([tas50](https://github.com/tas50)) <!-- latest_release --> <!-- release_rollup since=14.5.33 --> ### Changes since 14.5.33 release #### Merged Pull Requests +- Update omnibus to use ruby-cleanup definition [#7757](https://github.com/chef/chef/pull/7757) ([tas50](https://github.com/tas50)) <!-- 14.6.32 --> - Add support for localized system account to windows_task resource [#7679](https://github.com/chef/chef/pull/7679) ([jugatsu](https://github.com/jugatsu)) <!-- 14.6.31 --> - Run more Travis tests on Ruby 2.5.1 [#7755](https://github.com/chef/chef/pull/7755) ([tas50](https://github.com/tas50)) <!-- 14.6.30 --> - File provider: fix sticky bits management / preservation [#7753](https://github.com/chef/chef/pull/7753) ([lamont-granquist](https://github.com/lamont-granquist)) <!-- 14.6.29 --> diff --git a/Gemfile.lock b/Gemfile.lock index 7b1635606e..682dc18229 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -9,10 +9,10 @@ GIT PATH remote: . specs: - chef (14.6.31) + chef (14.6.32) addressable bundler (>= 1.10) - chef-config (= 14.6.31) + chef-config (= 14.6.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.6.31-universal-mingw32) + chef (14.6.32-universal-mingw32) addressable bundler (>= 1.10) - chef-config (= 14.6.31) + chef-config (= 14.6.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.6.31) + chef-config (14.6.32) addressable fuzzyurl mixlib-config (>= 2.2.12, < 3.0) @@ -1 +1 @@ -14.6.31
\ No newline at end of file +14.6.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 c7e0985eeb..9c02cba518 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.6.31".freeze + VERSION = "14.6.32".freeze end # diff --git a/lib/chef/version.rb b/lib/chef/version.rb index 10b6582e38..3eacd09c2b 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.6.31") + VERSION = Chef::VersionString.new("14.6.32") end # |