summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim Smith <tsmith@chef.io>2018-06-04 16:22:20 -0700
committerGitHub <noreply@github.com>2018-06-04 16:22:20 -0700
commitd9658da197dd4ad32043aec2e56b1b24a870d2e5 (patch)
treead6cfe7e4e52aef4ff78b0b4b5c2e5727f7398f6
parente9a3a9bdf1bbd22e2c4327afea9f544139848701 (diff)
parent7f519be5154d67de351aed727fc4ad68703c48a8 (diff)
downloadohai-d9658da197dd4ad32043aec2e56b1b24a870d2e5.tar.gz
Merge pull request #1205 from chef/13-release
Add release notes for 13.9 and 13.9.2
-rw-r--r--RELEASE_NOTES.md24
1 files changed, 24 insertions, 0 deletions
diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md
index 18cc2b6d..57729f62 100644
--- a/RELEASE_NOTES.md
+++ b/RELEASE_NOTES.md
@@ -1,3 +1,27 @@
+# Ohai Release Notes 13.9.2
+
+## Virtualization detection on AWS
+
+Ohai now detects the virtualization hypervisor `amazonec2` when running on Amazon's new C5/M5 instances.
+
+## Configurable DMI Whitelist
+
+The whitelist of DMI IDs is now user configurable using the `additional_dmi_ids` configuration setting, which takes an Array.
+
+## Filesysem2 on BSD
+
+The Filesystem2 functionality has been backported to BSD systems to provide a consistent filesystem format.
+
+# Ohai Release Notes 13.9.0
+
+## macOS Virtualization
+
+Ohai now detects the hypervisor of macOS guests running on VMware and VirtualBox.
+
+## Azure Metadata
+
+Azure metadata polling has been improved to handle incomplete data and use the updated `2017-08-01` version metadata.
+
# Ohai Release Notes 13.8.0
## Softlayer metadata polling fixed