summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim Smith <tsmith@chef.io>2018-09-24 10:43:46 -0700
committerTim Smith <tsmith@chef.io>2018-09-24 10:50:54 -0700
commit58b20e0fbc481707114864a40c8c3d1076e3e785 (patch)
tree36d1063549f1ac8fb3982cacd9476a3d6b1b6a52
parent30ae8c51dee9e281509f126ef44612f7cf5d8ab6 (diff)
downloadchef-58b20e0fbc481707114864a40c8c3d1076e3e785.tar.gz
Add Chef 14.5.33 Release Notes
Small regression release to get the windows_ad_join fix out. Signed-off-by: Tim Smith <tsmith@chef.io>
-rw-r--r--RELEASE_NOTES.md13
1 files changed, 11 insertions, 2 deletions
diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md
index 46ca3601b7..0215a62652 100644
--- a/RELEASE_NOTES.md
+++ b/RELEASE_NOTES.md
@@ -1,6 +1,15 @@
This file holds "in progress" release notes for the current release under development and is intended for consumption by the Chef Documentation team. Please see <https://docs.chef.io/release_notes.html> for the official Chef release notes.
-# Chef Client Release Notes 14.5:
+# Chef Client Release Notes 14.5.33:
+
+This release resolves a regression that caused the ``windows_ad_join`` resource to fail to run. It also makes the following additional fixes:
+ - The ``ohai`` resource's unused ``ohai_name`` property has been deprecated. This will be removed in Chef 15.0.
+ - Error messages in the ``windows_feature`` resources have been improved.
+ - The ``windows_service`` resource will no longer log potentially sensitive information if the ``sensitive`` property is used.
+
+Thanks to @cpjones01, @kitforbes, and @dgreeninger for their help with this release.
+
+# Chef Client Release Notes 14.5.27:
## New Resources
@@ -38,7 +47,7 @@ InSpec has been updated from 2.2.70 to 2.2.102. This new version includes the fo
- A new global attributes concept
- Better error handling with Automate reporting
- Vendor command now vendors profiles when using path://
-
+
## Ohai 14.5
### Windows Improvements