summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim Smith <tsmith84@gmail.com>2020-08-12 15:59:07 -0700
committerTim Smith <tsmith84@gmail.com>2020-08-14 16:15:02 -0700
commitb829fd9d0df969906b45cb5e2c5896ad446cd9c6 (patch)
treee87c8eca1e389d9be5241cfc90931d3ebae47b2a
parent9851800cb4bcc481a00c949da2a86e15a94652f6 (diff)
downloadchef-b829fd9d0df969906b45cb5e2c5896ad446cd9c6.tar.gz
Add 16.4 release notes
Signed-off-by: Tim Smith <tsmith@chef.io>
-rw-r--r--RELEASE_NOTES.md46
1 files changed, 46 insertions, 0 deletions
diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md
index 4de2c94b09..a31948c96e 100644
--- a/RELEASE_NOTES.md
+++ b/RELEASE_NOTES.md
@@ -1,5 +1,51 @@
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.4
+
+## Resource Updates
+
+### chef_client_systemd_timer
+
+The `chef_client_systemd_timer` has been updated to prevent failures running the `:remove` action.
+
+### openssl resource
+
+The various openssl_* resources were refactored to better report the changed state of the resource to Automate or other handlers.
+
+### osx_profile
+
+The `osx_profile` has been refactored as a custom resource internally. This update also better reports the changed state of the resource to Automate or other handlers and no longer silently continues if the attempts to shellout fail.
+
+### powershell_package_source.rb
+
+The `powershell_package_source` resource no longer requires the `url` property to be set when using the `:unregister` action. Thanks for this fix [@kimbernator](https://github.com/kimbernator)
+
+### powershell_script
+
+The `powershell_script` resource has been refactored to better report the changed state of the resource to Automate or other handlers.
+
+### windows_feature
+
+The `windows_feature` resource has been updated to allow installing features that have been removed if a source location is provided. Thanks for for reporting this [@stefanwb](https://github.com/stefanwb)
+
+### windows_font
+
+The `windows_font` resource will no longer fail if a font has already been installed on newer releases of Windows. Thanks for for reporting this [@bmiller08](https://github.com/bmiller08)
+
+### windows_workgroup
+
+The `windows_workgroup` resource has been updated to treat the `password` property as a sensitive property. The value of the `password` property will no longer be shown in logs or handlers.
+
+## Security
+
+### CA Root Certificates
+
+The included `cacerts` bundle in Chef Infra Client has been updated to the 7-22-2020 release. This new release removes 4 legacy root certificates and adds 4 additional root certificates.
+
+### Reduced Dependencies
+
+We've audited the included dependencies that we ship with Chef Infra Client to reduce the 3rd party codd we ship. We've removed many of the embededded binaries that shipped with the client in the past, but we not directly used. We've also reduced the feature set built into many of the libraries we depend on, and removed several Ruby gem dependencies that were no longer necessary. This reduces the future potential for CVEs in the product and reduces package size at the same time.
+
# What's New in 16.3.45
- Resolved failures negotiating protocol versions with the Chef Infra Server.