diff options
author | Chef Versioner <chef-versioner@chef.io> | 2017-01-18 15:09:29 +0000 |
---|---|---|
committer | Chef Versioner <chef-versioner@chef.io> | 2017-01-18 15:09:29 +0000 |
commit | 9b235f9b41c8c2e2b1140b6e4552d20245c53e2b (patch) | |
tree | fbfb556d25167907e4965f80dcbc3f246c695554 | |
parent | f171bb32302b6bd12b001df6f89c35ecc0a84ccc (diff) | |
download | chef-9b235f9b41c8c2e2b1140b6e4552d20245c53e2b.tar.gz |
Bump version of chef to 12.18.38 by Chef Versioner.v12.18.38
-rw-r--r-- | CHANGELOG.md | 11 | ||||
-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, 15 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index ba549822fb..f53eda4cee 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,7 +1,7 @@ This changelog reflects the current state of chef's master branch on github and may not reflect the current released version of chef, which is [](https://badge.fury.io/rb/chef). -## [v12.18.37](https://github.com/chef/chef/tree/v12.18.37) (2017-01-17) -[Full Changelog](https://github.com/chef/chef/compare/v12.17.44...v12.18.37) +## [v12.18.38](https://github.com/chef/chef/tree/v12.18.38) (2017-01-18) +[Full Changelog](https://github.com/chef/chef/compare/v12.17.44...v12.18.38) **Implemented enhancements:** @@ -11,21 +11,18 @@ This changelog reflects the current state of chef's master branch on github and - Code cleanup in the group provider [\#5673](https://github.com/chef/chef/pull/5673) ([lamont-granquist](https://github.com/lamont-granquist)) - Core: Formally deprecate run\_command [\#5666](https://github.com/chef/chef/pull/5666) ([lamont-granquist](https://github.com/lamont-granquist)) - Set MSI Scheduled Task name to match chef-client cookbook managed name [\#5657](https://github.com/chef/chef/pull/5657) ([mwrock](https://github.com/mwrock)) -- remove Chef::Platform::HandlerMap [\#5636](https://github.com/chef/chef/pull/5636) ([lamont-granquist](https://github.com/lamont-granquist)) +- Core: Remove Chef::Platform::HandlerMap [\#5636](https://github.com/chef/chef/pull/5636) ([lamont-granquist](https://github.com/lamont-granquist)) - Core: Properly deprecate old Chef::Platform methods [\#5631](https://github.com/chef/chef/pull/5631) ([lamont-granquist](https://github.com/lamont-granquist)) **Fixed bugs:** +- Core: fix node attribute "unless" API methods [\#5717](https://github.com/chef/chef/pull/5717) ([lamont-granquist](https://github.com/lamont-granquist)) - Fix error thrown by solo when run on Windows as SYSTEM [\#5693](https://github.com/chef/chef/pull/5693) ([scottopherson](https://github.com/scottopherson)) - Report a blank resource if sensitive is enabled [\#5668](https://github.com/chef/chef/pull/5668) ([afiune](https://github.com/afiune)) - Ensure node.docker? returns boolean [\#5645](https://github.com/chef/chef/pull/5645) ([andrewjamesbrown](https://github.com/andrewjamesbrown)) - Fix Data Collector organization parsing regex [\#5630](https://github.com/chef/chef/pull/5630) ([adamleff](https://github.com/adamleff)) - Core: Use object ID when detected unprocessed Resources [\#5604](https://github.com/chef/chef/pull/5604) ([adamleff](https://github.com/adamleff)) -**Merged pull requests:** - -- Core: fix node attribute "unless" API methods [\#5717](https://github.com/chef/chef/pull/5717) ([lamont-granquist](https://github.com/lamont-granquist)) - ## [v12.17.44](https://github.com/chef/chef/tree/v12.17.44) (2016-12-07) [Full Changelog](https://github.com/chef/chef/compare/v12.16.42...v12.17.44) diff --git a/Gemfile.lock b/Gemfile.lock index 7eb8ca4723..ab9a542dff 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -47,11 +47,11 @@ GIT PATH remote: . specs: - chef (12.18.37) + chef (12.18.38) addressable bcrypt_pbkdf (~> 1.0.0) bundler (>= 1.10) - chef-config (= 12.18.37) + chef-config (= 12.18.38) chef-zero (>= 4.8) diff-lcs (~> 1.2, >= 1.2.4) erubis (~> 2.7) @@ -79,11 +79,11 @@ PATH specinfra (~> 2.10) syslog-logger (~> 1.6) uuidtools (~> 2.1.5) - chef (12.18.37-universal-mingw32) + chef (12.18.38-universal-mingw32) addressable bcrypt_pbkdf (~> 1.0.0) bundler (>= 1.10) - chef-config (= 12.18.37) + chef-config (= 12.18.38) chef-zero (>= 4.8) diff-lcs (~> 1.2, >= 1.2.4) erubis (~> 2.7) @@ -126,7 +126,7 @@ PATH PATH remote: chef-config specs: - chef-config (12.18.37) + chef-config (12.18.38) addressable fuzzyurl mixlib-config (~> 2.0) @@ -1 +1 @@ -12.18.37
\ No newline at end of file +12.18.38
\ 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 092b1881eb..4f3d9fad2b 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 = "12.18.37" + VERSION = "12.18.38" end # diff --git a/lib/chef/version.rb b/lib/chef/version.rb index 284665a668..6ebfbb5ea2 100644 --- a/lib/chef/version.rb +++ b/lib/chef/version.rb @@ -21,7 +21,7 @@ class Chef CHEF_ROOT = File.expand_path("../..", __FILE__) - VERSION = "12.18.37" + VERSION = "12.18.38" end # |