summaryrefslogtreecommitdiff
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorChef Versioner <chef-versioner@chef.io>2017-01-03 22:45:31 +0000
committerChef Versioner <chef-versioner@chef.io>2017-01-03 22:45:31 +0000
commitb6c2b22e490e90ebcabf31325d25218c21369f4d (patch)
tree1767c1e8fd28ad697e96f4c5ff8b68345cd9ea25 /CHANGELOG.md
parent069ab25bb5a4e1bcfcb707bee025f49838ed49ab (diff)
downloadchef-b6c2b22e490e90ebcabf31325d25218c21369f4d.tar.gz
Bump version of chef to 12.18.17 by Chef Versioner.v12.18.17
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md6
1 files changed, 3 insertions, 3 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 682bf1caa2..223fa9dce2 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 [![Gem Version](https://badge.fury.io/rb/chef.svg)](https://badge.fury.io/rb/chef).
-## [v12.18.16](https://github.com/chef/chef/tree/v12.18.16) (2016-12-22)
-[Full Changelog](https://github.com/chef/chef/compare/v12.17.44...v12.18.16)
+## [v12.18.17](https://github.com/chef/chef/tree/v12.18.17) (2017-01-03)
+[Full Changelog](https://github.com/chef/chef/compare/v12.17.44...v12.18.17)
**Implemented enhancements:**
@@ -11,10 +11,10 @@ This changelog reflects the current state of chef's master branch on github and
- 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:**
+- 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))