summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim Smith <tsmith@chef.io>2018-06-04 15:55:45 -0700
committerTim Smith <tsmith@chef.io>2018-06-04 15:55:45 -0700
commit7f519be5154d67de351aed727fc4ad68703c48a8 (patch)
treef4dc148d9fadbeedcb7a04c25dbf8e7a2b39a86a
parenta5e9eeff6e4ddc57346c8361d39aa7966e5d3583 (diff)
downloadohai-7f519be5154d67de351aed727fc4ad68703c48a8.tar.gz
Add release notes for 13.9 and 13.9.2
Signed-off-by: Tim Smith <tsmith@chef.io>
-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