summaryrefslogtreecommitdiff
path: root/RELEASE_NOTES.md
diff options
context:
space:
mode:
authorTim Smith <tsmith@chef.io>2019-08-08 12:06:55 -0700
committerGitHub <noreply@github.com>2019-08-08 12:06:55 -0700
commit1bda24c6a9edf1d3b846e426278df26234b79cff (patch)
tree566f7385deb81ae2a758a9057170eb2c2ad17d1e /RELEASE_NOTES.md
parent01fca8d73f02edf8195c7905f90075fecf97bc0b (diff)
downloadohai-1bda24c6a9edf1d3b846e426278df26234b79cff.tar.gz
Add 15.1 and 15.2 to the release notes
Diffstat (limited to 'RELEASE_NOTES.md')
-rw-r--r--RELEASE_NOTES.md33
1 files changed, 27 insertions, 6 deletions
diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md
index a3aa1cb8..6ede1779 100644
--- a/RELEASE_NOTES.md
+++ b/RELEASE_NOTES.md
@@ -1,6 +1,31 @@
-# Ohai Release Notes 15.0
+# Ohai Release Notes 15.2
+
+## Openstack Plugin Enhancements
+
+The Openstack plugin now uses data from the Virtualization plugin to determine if a host is running on Openstack. This not only speeds up the plugin, but also better detects when running on Openstack. The plugin has also been updated to run on Windows hosts. Thanks @jjustice6
+
+## other_versions in Packages Plugin
+
+Since multiple versions of the same package can exist on RPM based systems a new `other_versions` field has been introduced to list other versions of packages such as the Linux kernel. Thanks @jjustice6
+
+## Other Enhancements
+
+- When debugging Ohai the elapsed time for plugins will include time spent waiting for programs to shell out, not just time the plugin spent executing Ruby code
+- The Linux Network plugin has been improved to not mark interfaces down if stp_state is marked as down. Thanks @josephmilla
+- Arch running on Arm processors is now detected as the `arm` platform. Thanks @BackSlasher
+
+# Ohai Release Notes 15.1
-This will be updated as the development of Ohai 15 progresses.
+## Virtualbox Plugin Enhancements
+
+The Virtualbox plugin now gathers a large amount of data on Virtualbox hosts. Additionally the plugin has been updated to better detect when running on a Virtualbox guest or host.
+
+## Other Enhancements
+
+- Ohai performance improved by changing how Ruby requires libraries
+- Multiple fixes to the Shard plugin to ensure the hash is created
+
+# Ohai Release Notes 15.0
## Improvements
@@ -81,10 +106,6 @@ BSD-based systems can now detect guests running on KVM and Amazon's hypervisor w
- Antergos Linux now identified as platform_family 'arch'
- Manjaro Linux now identified as platform_family 'arch'
-## VboxHost (VirtualBox) plugin added
-
-Added VboxHost plugin to detect VirtualBox running as a virtualization host. Provides the 'vbox' attribute tree.
-
# Ohai Release Notes 14.6
## Filesystem Plugin on AIX and Solaris