diff options
author | Tim Smith <tsmith84@gmail.com> | 2020-12-11 13:57:31 -0800 |
---|---|---|
committer | Tim Smith <tsmith84@gmail.com> | 2020-12-11 14:39:16 -0800 |
commit | 1456e6fda74e1b240207f3f993de0715a0781832 (patch) | |
tree | ade2b08223f4c9b43c1e1ef98d4f21f09140c950 /RELEASE_NOTES.md | |
parent | de81c1f180fb95fdeb25e1ad948598f67fdb3870 (diff) | |
download | chef-1456e6fda74e1b240207f3f993de0715a0781832.tar.gz |
Add release notes for 16.8.14notes
Signed-off-by: Tim Smith <tsmith@chef.io>
Co-authored-by: Ian Maddaus <IanMadd@users.noreply.github.com>
Co-authored-by: pete higgins <pete@peterhiggins.org>
Diffstat (limited to 'RELEASE_NOTES.md')
-rw-r--r-- | RELEASE_NOTES.md | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md index f65e8e2b7d..a8e1b732eb 100644 --- a/RELEASE_NOTES.md +++ b/RELEASE_NOTES.md @@ -1,5 +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/> for the official Chef release notes. +# What's New in 16.8.14 + +- Updated openSSL to 1.0.2x to resolve [CVE-2020-1971](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2020-1971). +- Updated libarchive to 3.5.0, which powers the `archive_file` resource. This new release resolves extraction failures and better handles symlinks in archives. +- `knife ssh` with the `--sudo` flag will no longer silently fail. Thanks for the fix [@rveznaver](https://github.com/rveznaver)! +- Resolve failures running the Compliance Phase introduced in the 16.8.9 release. Thanks for reporting this issue [@axelrtgs](https://github.com/axelrtgs)! + # What's New in 16.8 ## Chef InSpec 4.24 |