summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim Smith <tsmith84@gmail.com>2019-10-02 09:14:07 -0700
committerTim Smith <tsmith84@gmail.com>2019-10-02 09:14:07 -0700
commitb00e8cba4f05675cb14bb8d668f7ed93b3e4960a (patch)
tree667fbf8db41ec5bccd5070daa047cc64652af37b
parentde5b254cf930ca9d8e4ad94fca0b9c77322e74c9 (diff)
downloadchef-b00e8cba4f05675cb14bb8d668f7ed93b3e4960a.tar.gz
Updates based on new PRs
Signed-off-by: Tim Smith <tsmith@chef.io>
-rw-r--r--RELEASE_NOTES.md5
1 files changed, 5 insertions, 0 deletions
diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md
index cdee8498f5..0eb1e6b208 100644
--- a/RELEASE_NOTES.md
+++ b/RELEASE_NOTES.md
@@ -8,6 +8,7 @@ This file holds "in progress" release notes for the current release under develo
The following platforms are now packaged and tested for Chef Infra Client:
+- Red Hat 8
- FreeBSD 12
- macOS 10.15
- Windows 2019
@@ -34,6 +35,10 @@ The `dnf_package` resource has been updated to fully support RHEL 8.
The `zypper_package` resource has been updated to properly update packages when using the `:upgrade` action.
+### remote_file
+
+The `remote_file` resource now properly shows download progress when the `show_progress` property is set to true.
+
## Improvements
## Custom Resource Unified Mode