summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim Smith <tsmith@chef.io>2019-11-19 14:01:16 -0800
committerGitHub <noreply@github.com>2019-11-19 14:01:16 -0800
commit8c2b403c6e4fcb9fe91c258d55766f5135f45875 (patch)
treef32e6f429104834705a5451762cd162141a1d76b
parentf1f5ad1b8506148383ce3cc94b22963d7e58b5c2 (diff)
parent152992bdb7fd324a84084028d6f13e9787c06cc6 (diff)
downloadchef-8c2b403c6e4fcb9fe91c258d55766f5135f45875.tar.gz
Merge pull request #9113 from chef/release155_hotfix
Add 15.5.15 release notes
-rw-r--r--RELEASE_NOTES.md8
1 files changed, 7 insertions, 1 deletions
diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md
index 47cbf783a4..3e2d7a2a84 100644
--- a/RELEASE_NOTES.md
+++ b/RELEASE_NOTES.md
@@ -1,6 +1,12 @@
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 Infra Client 15.5
+# Chef Infra Client 15.5.15
+
+The Chef Infra Client 15.5.15 release includes fixes for two regressions. A regression in the `build_essential` resource caused failures on `rhel` platforms and a second regression caused Chef Infra Client to fail when starting with `enforce_path_sanity` enabled. As part of this fix we've added a new property, `raise_if_unsupported`, to the `build-essential` resource. Instead of silently continuing, this property will fail a Chef Infra Client run if an unknown platform is encountered.
+
+We've also updated the `windows_package` resource. The resource will now provide better error messages if invalid options are passed to the `installer_type` property and the `checksum` property will now accept uppercase SHA256 checksums.
+
+# Chef Infra Client 15.5.9
## New Cookbook Helpers