summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim Smith <tsmith84@gmail.com>2019-11-19 10:29:32 -0800
committerTim Smith <tsmith84@gmail.com>2019-11-19 10:29:32 -0800
commitc7cc0a3da3ebdfc467bcd8fad12117f88819ddea (patch)
tree626c034acf0a0ff5b2e9afbb8f1114c31db7f3d5
parent6f4f1ea2a226d853b4fa33987fefc5b25f40ebaf (diff)
downloadchef-c7cc0a3da3ebdfc467bcd8fad12117f88819ddea.tar.gz
Update for 15.5.15
Signed-off-by: Tim Smith <tsmith@chef.io>
-rw-r--r--RELEASE_NOTES.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md
index 78b6c151f8..1584fbfdbe 100644
--- a/RELEASE_NOTES.md
+++ b/RELEASE_NOTES.md
@@ -1,8 +1,8 @@
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.14
+# Chef Infra Client 15.5.15
-The Chef Infra Client 15.5.14 release includes a fix for a regression in the `build_essential` resource that caused failures on `rhel` platforms. As part of this fix we've added a new property `raise_if_unsupported` which will cause the Chef Infra Client run to fail if an unknown platform is encountered instead of silently continuing.
+The Chef Infra Client 15.5.15 release includes fixes for a regression in the `build_essential` resource that caused failures on `rhel` platforms as well as a regression in starting Chef Infra Client with `enforce_path_sanity` enabled. As part of this fix we've added a new property `raise_if_unsupported` to the `build-essential` resource, which will cause the Chef Infra Client run to fail if an unknown platform is encountered instead of silently continuing.
We've also included updates to the `windows_package` resource to make the `checksum` property accept uppercase SHA256 checksums, and to provide better error messages if invalid options are passed to the `installer_type` property.