summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim Smith <tsmith@chef.io>2017-10-26 10:51:16 -0700
committerTim Smith <tsmith@chef.io>2017-10-26 10:51:16 -0700
commit1bb2e6c626a803e3f18f2c6570d5e540eecd3168 (patch)
tree337a48d67cf8902f4bca254527dd1244a83e1be7
parent500ea0d158b25bd105f781144a2308a0fb11f6a7 (diff)
downloadchef-1bb2e6c626a803e3f18f2c6570d5e540eecd3168.tar.gz
Update the Ohai 13.6 release notesdeprecation_notes
Signed-off-by: Tim Smith <tsmith@chef.io>
-rw-r--r--RELEASE_NOTES.md4
1 files changed, 4 insertions, 0 deletions
diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md
index f30417984c..8c64b88e0b 100644
--- a/RELEASE_NOTES.md
+++ b/RELEASE_NOTES.md
@@ -33,6 +33,10 @@ Windows nodes running on Rackspace will now properly detect themselves as runnin
The Packages plugin now supports gathering packages data on Amazon Linux
+### Deprecation updates
+
+In Ohai 13 we replaced the filesystem and cloud plugins with the filesystem2 and cloud_v2 plugins. To maintain compatibility with users of the previous V2 plugins we write data to both locations. We had originally planned to continue writing data to both locations until Chef 15. Instead due to the large amount of duplicate node data this introduces we are updating OHAI-11 and OHAI-12 deprecations to remove node['cloud_v2'] and node['filesystem2'] with the release of Chef 14 in April 2018.
+
# Chef Client Release Notes 13.5:
## Mount's password property is now marked as sensitive