diff options
author | Tim Smith <tsmith84@gmail.com> | 2021-01-06 15:38:10 -0800 |
---|---|---|
committer | Tim Smith <tsmith84@gmail.com> | 2021-01-06 15:38:10 -0800 |
commit | f7d38455deccbd4bc1da8c7a9eb446621fb2b346 (patch) | |
tree | a06c898b8805cd667dc5c8dd81dfd4ae7061eeff | |
parent | 5eab0c6d19dd19abadb9dda440f635a760a98ff5 (diff) | |
download | chef-f7d38455deccbd4bc1da8c7a9eb446621fb2b346.tar.gz |
Add missing 13.8.5 and 13.8.3
Signed-off-by: Tim Smith <tsmith@chef.io>
-rw-r--r-- | RELEASE_NOTES.md | 16 |
1 files changed, 15 insertions, 1 deletions
diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md index d1c3ac498d..7ac789a98f 100644 --- a/RELEASE_NOTES.md +++ b/RELEASE_NOTES.md @@ -4454,7 +4454,21 @@ end - Correctly detect macOS guests on VMware and VirtualBox - Please see the [Ohai Changelog](https://github.com/chef/ohai/blob/master/CHANGELOG.md) for the complete list of changes. -# What's New in 13.8 +## What's New in 13.8.5 + +This is a small bug fix release to resolve two issues we found in the +13.8 release: + +- chef-client run failures due to a failure in a newer version of the FFI gem on RHEL 6.x and 7.x +- knife failures when running `knife cookbook site install` to install a deprecated cookbook that has no replacement + +## What's New in 13.8.3 + +This is a small bug fix release that updates Ohai to properly detect and +poll SoftLayer metadata now that SoftLayer no longer supports TLS +1.0/1.1. This update is only necessary if you're running on Softlayer. + +## What's New in 13.8 ## Revert attributes changes from 13.7 |