summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim Smith <tsmith@chef.io>2018-09-25 10:09:55 -0700
committerGitHub <noreply@github.com>2018-09-25 10:09:55 -0700
commit3e62d56eeff8bdd090222fab5f393df71d6916d0 (patch)
tree45bd7ce3d519227493a7c0a13d139ccde4723266
parent1c4217d0f97d6c6cfe46a9d373898ff9ecb8a76f (diff)
parent58b20e0fbc481707114864a40c8c3d1076e3e785 (diff)
downloadchef-3e62d56eeff8bdd090222fab5f393df71d6916d0.tar.gz
Merge pull request #7678 from chef/release_notes
Add Chef 14.5.33 Release Notes
-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