summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim Smith <tsmith84@gmail.com>2021-04-02 16:17:52 -0700
committerTim Smith <tsmith84@gmail.com>2021-04-02 16:18:19 -0700
commit3c784219563b48d487685e3d73b2c9581ccb9991 (patch)
tree3e6c552fc2e044681f54095f34fed881c062f4c7
parente14f8f205c79f0a5aad2ffe8fe69146a7dfdad59 (diff)
downloadchef-3c784219563b48d487685e3d73b2c9581ccb9991.tar.gz
More release notes updates
Signed-off-by: Tim Smith <tsmith@chef.io>
-rw-r--r--RELEASE_NOTES.md11
1 files changed, 11 insertions, 0 deletions
diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md
index be66aee542..f6bb24e6fe 100644
--- a/RELEASE_NOTES.md
+++ b/RELEASE_NOTES.md
@@ -66,6 +66,10 @@ Verifiers in the `file` resource are only run if the content actually changes. T
The mount resource now properly handles NFS mounts with a root of `/`. Thanks for reporting this [@eheydrick](https://github.com/eheydrick) and thanks for the fix [@ramereth](https://github.com/ramereth)!
+### powershell_script and dsc_script
+
+Our embedded PowerShell libraries have been updated for improved execution of PowerShell and DSC code on Windows systems.
+
### Improved System Detection
Ohai has been updated to better detect system configuration details:
@@ -76,6 +80,13 @@ Ohai has been updated to better detect system configuration details:
- Docker is now properly detected even if it's running on a virtualized system. Thanks [@jaymzh](https://github.com/jaymzh)!
- Alibaba Cloud Linux is now detected as platform `alibabalinux` and platform family `rhel`.
+### Security
+
+Upgraded OpenSSL on macOS hosts to 1.1.1k, which resolves the following CVEs:
+
+- [CVE-2021-3450](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-3450)
+- [CVE-2021-3449](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-3449)
+
## What's New in 16.11.7
### Native Apple M1 Architecture Packages