summaryrefslogtreecommitdiff
path: root/RELEASE_NOTES.md
diff options
context:
space:
mode:
authorTim Smith <tsmith84@gmail.com>2016-04-08 13:36:17 -0700
committerTim Smith <tsmith84@gmail.com>2016-04-08 13:36:17 -0700
commitd840e5afb5fce06cb61bbdf17f25c4eca728b3f4 (patch)
tree76706de7103dc718b28fc310047f8bce7c1eb542 /RELEASE_NOTES.md
parentffb1397aa4d9e5e91655aba2d81ca4bd45107460 (diff)
downloadohai-d840e5afb5fce06cb61bbdf17f25c4eca728b3f4.tar.gz
Update release notes
Diffstat (limited to 'RELEASE_NOTES.md')
-rw-r--r--RELEASE_NOTES.md29
1 files changed, 6 insertions, 23 deletions
diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md
index 39c2519c..c5741c00 100644
--- a/RELEASE_NOTES.md
+++ b/RELEASE_NOTES.md
@@ -9,32 +9,15 @@ Details about the thing that changed that needs to get included in the Release N
# Ohai Release Notes:
-## Microsoft Azure
-
-- Hosts running on Microsoft Azure will now be better detected as Azure hosts when they don't have a cloud hint file. The presence of the waagent on Windows and Linux or the presence of DHCP option 245 on Linux will mark a host as running in Azure.
-
## 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
-
-## Virtualization Improvements:
-
-- Openstack hosts are now detected if Nova is installed
-- KVM detection has been improved to better detect Linux guests running on KVM, and to properly detect KVM hosts
-- Solaris guests running on various hypervisors are now detected, and the node['virutalization']['systems'] attribute is now set as we do on other platforms
-- bhyve hosts and guests on FreeBSD are now detected
-- FreeBSD guests on VMware, Xen, and Hyper-V are now detected even if dmidecode isn't installed
-- Virsh detection no longer requires the hpricot gem to be installed, and no longer returns XML data
-
-## 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
+- Windows instances running Amazon created AMIs will now be automatically detected as running in AWS
+- Linux AWS detect has been improved and false detection of systems running in other clouds have been resolved.
-## run_command Deprecation
+## Packages Plugin
-- 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.
+The packages plugin no longer requires Ohai configuration to enable the plugin. Any existing configuration will be ignored and can be removed.
-## New Sessions Plugin
+## Shell Out Timeout
-- A new plugin Sessions plugin has been added for Linux hosts to collect systemd sessions information using loginctl
+Plugins that shellout via the shell_out helper will now timeout after 30 seconds to prevent hung runs. The helper also includes the ability to change this time if necessary in your own plugins.