diff options
author | Tim Smith <tsmith84@gmail.com> | 2019-11-19 09:47:26 -0800 |
---|---|---|
committer | Tim Smith <tsmith84@gmail.com> | 2019-11-19 09:47:26 -0800 |
commit | 6f4f1ea2a226d853b4fa33987fefc5b25f40ebaf (patch) | |
tree | 1130334e15955057ceff1f5495195e03e918bcff | |
parent | 555eba5957ff9c26f296c932e5802e59b2179a1b (diff) | |
download | chef-6f4f1ea2a226d853b4fa33987fefc5b25f40ebaf.tar.gz |
Add 15.5.14 release notes
Signed-off-by: Tim Smith <tsmith@chef.io>
-rw-r--r-- | RELEASE_NOTES.md | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md index 47cbf783a4..78b6c151f8 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.14 + +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. + +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. + +# Chef Infra Client 15.5.9 ## New Cookbook Helpers |