summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim Smith <tsmith@chef.io>2018-10-03 15:46:46 -0700
committerTim Smith <tsmith@chef.io>2018-10-03 15:46:46 -0700
commitdfeeab8c3b434b950c602bd68ff610e192786d1a (patch)
treee2df79530282414b512530e0b14d63e1a6462a7d
parent54c256ca65bec2f33648cf6b7a7c6c7ec41d125b (diff)
downloadohai-deprecate.tar.gz
Deprecate the system_profile plugindeprecate
1) It's broken 2) It's a huge amount of data on the node 3) It takes 3 seconds to run 4) Hardware plugin does the same thing, but better Signed-off-by: Tim Smith <tsmith@chef.io>
-rw-r--r--RELEASE_NOTES.md8
1 files changed, 8 insertions, 0 deletions
diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md
index 2323ca25..478f0568 100644
--- a/RELEASE_NOTES.md
+++ b/RELEASE_NOTES.md
@@ -1,3 +1,11 @@
+# Unreleased
+
+## New Deprecations
+
+### system_profile plugin
+
+The system_profile plugin will be removed from Chef/Ohai 15 in April 2019. This plugin does not correctly return data on modern Mac systems. Additionally the same data is provided by the hardware plugin, which has a format that is simpler to consume. Removing this plugin will reduce Ohai return by ~3 seconds and greatly reduce the size of the node object on the Chef server.
+
# Ohai Release Notes 14.5
## Windows Improvements