diff options
author | Chef Versioner <chef-versioner@chef.io> | 2016-12-22 21:05:10 +0000 |
---|---|---|
committer | Chef Versioner <chef-versioner@chef.io> | 2016-12-22 21:05:10 +0000 |
commit | 155f40ec4d95b02bd38fbed427c41f69abbb75ea (patch) | |
tree | 719fa058e2b75bb0232ad593d7265657692043cb /CHANGELOG.md | |
parent | 9086cdc3bd18b1ff02e29913c6201f3f07eb741b (diff) | |
download | chef-155f40ec4d95b02bd38fbed427c41f69abbb75ea.tar.gz |
Bump version of chef to 12.18.13 by Chef Versioner.v12.18.13
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r-- | CHANGELOG.md | 10 |
1 files changed, 7 insertions, 3 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index dcb8cd6c5d..32ad0ba972 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,17 +1,21 @@ 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 [![Gem Version](https://badge.fury.io/rb/chef.svg)](https://badge.fury.io/rb/chef). -## [v12.18.12](https://github.com/chef/chef/tree/v12.18.12) (2016-12-22) -[Full Changelog](https://github.com/chef/chef/compare/v12.17.44...v12.18.12) +## [v12.18.13](https://github.com/chef/chef/tree/v12.18.13) (2016-12-22) +[Full Changelog](https://github.com/chef/chef/compare/v12.17.44...v12.18.13) **Implemented enhancements:** -- Use the same task name used by the chef-client cookbook so that the task can be managed by its task recipie [\#5657](https://github.com/chef/chef/pull/5657) ([mwrock](https://github.com/mwrock)) +- Code cleanup in the user provider [\#5674](https://github.com/chef/chef/pull/5674) ([lamont-granquist](https://github.com/lamont-granquist)) +- Code cleanup in the group provider [\#5673](https://github.com/chef/chef/pull/5673) ([lamont-granquist](https://github.com/lamont-granquist)) +- 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: Properly deprecate old Chef::Platform methods [\#5631](https://github.com/chef/chef/pull/5631) ([lamont-granquist](https://github.com/lamont-granquist)) - Windows: PowerShell module output pass through [\#5549](https://github.com/chef/chef/pull/5549) ([coolmacool](https://github.com/coolmacool)) **Fixed bugs:** +- 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)) |