summaryrefslogtreecommitdiff
path: root/RELEASE_NOTES.md
diff options
context:
space:
mode:
authorTim Smith <tsmith@chef.io>2016-03-02 12:15:23 -0800
committerTim Smith <tsmith@chef.io>2016-03-02 12:15:23 -0800
commit63e1b75f7661cb0379aea636f2e1d15127133117 (patch)
tree6ba8378f1de5e8bfe459609f6c8785c30dd957d6 /RELEASE_NOTES.md
parent67d753404dc3cb630b7ee7702cde66b01bd5d4e3 (diff)
downloadohai-63e1b75f7661cb0379aea636f2e1d15127133117.tar.gz
Update RELEASE_NOTES.md
Diffstat (limited to 'RELEASE_NOTES.md')
-rw-r--r--RELEASE_NOTES.md7
1 files changed, 7 insertions, 0 deletions
diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md
index cc595fd8..81c295a5 100644
--- a/RELEASE_NOTES.md
+++ b/RELEASE_NOTES.md
@@ -14,3 +14,10 @@ Details about the thing that changed that needs to get included in the Release N
## Amazon EC2
- Linux hosts that include the ec2metadata command line tool will now be detected as running in EC2
+- EC2 nodes will now be able to use EC2 metadata versions 2014-11-05 and 2014-02-25 if available for increased instance information
+
+## OS X
+- The plist gem is now a required gem for Ohai, which allows the system_profile data to be collected without the need to install the gem manually
+
+## run_command Deprecation
+- The run_command method in the Command mixin has been deprecated, and will be removed from Ohai 9.0.0. Shelling out should be accomplished using the shell_out method in that same mixin.