summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim Smith <tsmith@chef.io>2019-03-12 16:15:41 -0700
committerGitHub <noreply@github.com>2019-03-12 16:15:41 -0700
commitbd82cb8df423582cc59d4f587c5fb4ba056c5206 (patch)
tree044e2ed666939e0ac0b5e1335ae7db6558840cb3
parent14870e73b475853ad35d8f8344d13807b869a9cf (diff)
downloadchef-bd82cb8df423582cc59d4f587c5fb4ba056c5206.tar.gz
Add audit mode to the release notes for Chef 15
-rw-r--r--RELEASE_NOTES.md4
1 files changed, 4 insertions, 0 deletions
diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md
index 3932fdb15a..b9858614e9 100644
--- a/RELEASE_NOTES.md
+++ b/RELEASE_NOTES.md
@@ -6,6 +6,10 @@ Chef 15 release notes will be added here as development progresses.
## Breaking Changes
+### Audit Mode
+
+Chef's Audit mode was introduced in 2015 as a beta that needed to be enabled via client.rb. Its functionality has been superceded by InSpec and has been removed.
+
### powershell_script now allows overriding the default flags
We now append `powershell_script` user flags to the default flags, rather than the other way around, making user flags override the defaults. This is the correct behavior, but it may cause scripts to execute differently than in previous Chef releases.