summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim Smith <tsmith@chef.io>2018-11-28 11:18:45 -0800
committerGitHub <noreply@github.com>2018-11-28 11:18:45 -0800
commita4925e694eb0b7485b64ca4d092aaae158926a58 (patch)
treed4787cb4dcf7f0786b9f85562b2ef404fbac39a9
parent1c0c302903476073733f0ca75bc11b227e091c98 (diff)
parent4a873e2d731b1171b510b8bc449b945c5840fcef (diff)
downloadchef-a4925e694eb0b7485b64ca4d092aaae158926a58.tar.gz
Merge pull request #7965 from chef/release_notes2
Add new items from the Ohai release notes
-rw-r--r--RELEASE_NOTES.md8
1 files changed, 8 insertions, 0 deletions
diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md
index 797154c732..cf162cb7e5 100644
--- a/RELEASE_NOTES.md
+++ b/RELEASE_NOTES.md
@@ -123,6 +123,14 @@ node.default["foo"][0][:bar] # does not work due to the sub-Hash not
The new behavior uses a Mash so that the attributes will work as expected.
+### Ohai's system_profile plugin for macOS removed
+
+We removed the system_profile plugin because it incorrectly returned data on modern Mac systems. If you relied on this plugin, you'll want to update recipes to use `node['hardware']` instead, which correctly returns the same data, but in a more easily consumed format. Removing this plugin speeds up Ohai (and Chef) by ~3 seconds and dramatically reduces the size of the node object on the Chef server.
+
+### Ohai's Ohai::Util::Win32::GroupHelper class has been removed
+
+We removed the Ohai::Util::Win32::GroupHelper helper class from Ohai. This class was intended for use internally in several Windows plugins, but it was never marked private in the codebase. If any of your Ohai plugins rely on this helper class, you will need to update your plugins for Ohai 15.
+
# Chef Client Release Notes 14.7:
## New Resources