diff options
author | Tim Smith <tsmith@chef.io> | 2018-10-10 16:48:48 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-10-10 16:48:48 -0700 |
commit | e9924ecca4f1fd239059a5c6bd64e248d5a7cd17 (patch) | |
tree | c7580491b12ca853a8222d8cb9dcdddfe4f6a730 | |
parent | b6961402ee8f42114972e38ea5a23fcc362646ee (diff) | |
parent | dfeeab8c3b434b950c602bd68ff610e192786d1a (diff) | |
download | ohai-e9924ecca4f1fd239059a5c6bd64e248d5a7cd17.tar.gz |
Merge pull request #1264 from chef/deprecate
Deprecate the system_profile plugin
-rw-r--r-- | RELEASE_NOTES.md | 8 |
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 |