summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSalim Afiune <afiune@chef.io>2016-12-22 12:41:31 -0500
committerSalim Afiune <afiune@chef.io>2016-12-22 12:47:03 -0500
commitf688b772030e92a02a0fe2bb464ec4c505b31da7 (patch)
treefcdf3df4c15e44f482ca463578b1c70b81c237f1
parent134d02990eeb61ee1f8df124ed726e370cbb0187 (diff)
downloadchef-f688b772030e92a02a0fe2bb464ec4c505b31da7.tar.gz
Added Release Notes
Signed-off-by: Salim Afiune <afiune@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 4d0d50fbcd..6839b640a8 100644
--- a/RELEASE_NOTES.md
+++ b/RELEASE_NOTES.md
@@ -6,6 +6,16 @@ _This file holds "in progress" release notes for the current release under devel
- You can now enable chef-client to run as a scheduled task directly from the client MSI on Windows hosts.
+## 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.
+
+ _Note: Old data that was already sent to Reporting marked as sensitive will continue to be
+ displayed. Apologize._
+
## New deprecations introduced in this release:
### Chef Platform Methods
@@ -13,3 +23,4 @@ _This file holds "in progress" release notes for the current release under devel
- **Deprecation ID**: 13
- **Remediation Docs**: <https://docs.chef.io/chef_platform_methods.html>
- **Expected Removal**: Chef 13 (April 2017)
+