summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim Smith <tsmith84@gmail.com>2020-04-02 12:47:18 -0700
committerTim Smith <tsmith84@gmail.com>2020-04-02 12:48:54 -0700
commit07a4b7dcb483d69494c7019b349dadd7e54b1bbd (patch)
tree6f52329db64471f20356edf07efae605396f2ecf
parent94fc55fe9070f247c877e0263995c19d6d39fd90 (diff)
downloadchef-159_notes.tar.gz
Update the 15.9 release notes159_notes
I added more Signed-off-by: Tim Smith <tsmith@chef.io>
-rw-r--r--RELEASE_NOTES.md14
1 files changed, 14 insertions, 0 deletions
diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md
index 7e9440a7de..0b6a851b96 100644
--- a/RELEASE_NOTES.md
+++ b/RELEASE_NOTES.md
@@ -18,6 +18,10 @@ Ohai has been updated to 15.8.0 which includes a fix for failures that occurred
## Resource Improvements
+### build_essential
+
+The `build_essential` resource has been updated to better detect if the Xcode CLI Tools package needs to be installed on macOS and now supports macOS 10.15 (Catalina). Thank you [@w0de](https://github.com/w0de/) for kicking this work off, [@jazaval](https://github.com/jazaval/) for advice on macOS package parsing, and Microsoft for their work in the macOS cookbook.
+
### rhsm_errata / rhsm_errata_level
The `rhsm_errata` and `rhsm_errata_level` resources have been updated to properly function on RHEL 8 systems.
@@ -30,6 +34,16 @@ The `rhsm_register` resource has a new property `https_for_ca_consumer` that ena
Resolved failures in the `windows_share` resource when setting the `path` property. Thanks for reporting this issue [@Kundan22](https://github.com/Kundan22/).
+## Platform Support
+
+### Ubuntu 20.04
+
+Chef Infra Client is now tested on Ubuntu 20.04 with packages available on the [Chef Downloads Page](https://downloads.chef.io/chef).
+
+### Windows 10
+
+Our Windows 10 Chef Infra Client packages now receive an additional layer of testing to ensure they function as expected.
+
# Chef Infra Client 15.8
## New notify_group functionality