diff options
author | Tim Smith <tsmith@chef.io> | 2017-01-23 15:00:28 -0800 |
---|---|---|
committer | Tim Smith <tsmith@chef.io> | 2017-01-23 15:09:04 -0800 |
commit | 024596cca17559f7a14a1ebbb02c21b58bbce745 (patch) | |
tree | c1e0828fb2abedd64eb3eba7c3e4a8dd5ec95105 /RELEASE_NOTES.md | |
parent | 424a783adf3bc27a10553b8655b7bf82fce053bc (diff) | |
download | chef-024596cca17559f7a14a1ebbb02c21b58bbce745.tar.gz |
Add 2 missing items to the release notes
Signed-off-by: Tim Smith <tsmith@chef.io>
Diffstat (limited to 'RELEASE_NOTES.md')
-rw-r--r-- | RELEASE_NOTES.md | 9 |
1 files changed, 3 insertions, 6 deletions
diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md index e3c12dc72f..d9c33dc769 100644 --- a/RELEASE_NOTES.md +++ b/RELEASE_NOTES.md @@ -6,16 +6,13 @@ _This file holds "in progress" release notes for the current release under devel - You can now specify the acceptable return codes from the chocolatey_package resource using the returns property. - You can now enable chef-client to run as a scheduled task directly from the client MSI on Windows hosts. +- The package provider now supports DNF packages for Fedora and upcoming RHEL releases ## Highlighted bug fixes for this release: -- Fixed exposure of sensitive data of resources marked as sensitive inside Reporting. Before you - were able to see the sensitive data on the Run History tab in the Chef Manage Console. Now we - are sending a new blank resource if the resource is marked as sensitive, this way we will not - compromise any sensitive data. +- Fixed exposure of sensitive data of resources marked as sensitive inside Reporting. Before you were able to see the sensitive data on the Run History tab in the Chef Manage Console. Now we are sending a new blank resource if the resource is marked as sensitive, this way we will not compromise any sensitive data. - _Note: Old data that was already sent to Reporting marked as sensitive will continue to be - displayed. Apologies._ + _Note: Old data that was already sent to Reporting marked as sensitive will continue to be displayed. Apologies._ ## New deprecations introduced in this release: |