summaryrefslogtreecommitdiff
path: root/RELEASE_NOTES.md
diff options
context:
space:
mode:
authorTim Smith <tsmith@chef.io>2018-06-04 15:50:19 -0700
committerTim Smith <tsmith@chef.io>2018-06-04 15:50:19 -0700
commit835d6ebe50226268ddfee00b969d05f05ec274ab (patch)
tree346972877c252509a70311531bd5e5e058f18f6c /RELEASE_NOTES.md
parent90f26b8cf5826f6288a78c3f9a4669e60161e03a (diff)
downloadohai-835d6ebe50226268ddfee00b969d05f05ec274ab.tar.gz
Add 14.2 release notes
Signed-off-by: Tim Smith <tsmith@chef.io>
Diffstat (limited to 'RELEASE_NOTES.md')
-rw-r--r--RELEASE_NOTES.md13
1 files changed, 8 insertions, 5 deletions
diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md
index 621cdb24..d29843bc 100644
--- a/RELEASE_NOTES.md
+++ b/RELEASE_NOTES.md
@@ -1,15 +1,18 @@
+# Ohai Release Notes 14.2
+
+## Virtualization detection on AWS
+
+Ohai now detects the virtualization hypervisor `amazonec2` when running on Amazon's new C5/M5 instances.
+
# Ohai Release Notes 14.1
## Configurable DMI Whitelist
-The whitelist of DMI IDs is now user configurable using the
-`additional_dmi_ids` configuration setting, which takes an Array.
+The whitelist of DMI IDs is now user configurable using the `additional_dmi_ids` configuration setting, which takes an Array.
## Shard plugin
-The Shard plugin has been returned to a default plugin rather than an
-optional one. To ensure we work in FIPS environments, the plugin will
-use SHA256 rather than MD5 in those environments.
+The Shard plugin has been returned to a default plugin rather than an optional one. To ensure we work in FIPS environments, the plugin will use SHA256 rather than MD5 in those environments.
## SCSI plugin