summaryrefslogtreecommitdiff
path: root/RELEASE_NOTES.md
diff options
context:
space:
mode:
authorThom May <thom@chef.io>2018-05-03 12:06:12 +0100
committerThom May <thom@chef.io>2018-05-04 12:11:26 +0100
commita116019bb36cd36ae36e5325fa8eb1fc3627a3f7 (patch)
tree74b71ae05db4ccd42cb4e298d371902f46a6e167 /RELEASE_NOTES.md
parentf778ab34c3af364855dac3c9185c6325639682da (diff)
downloadohai-tm/14_1_relnotes.tar.gz
Update Release Notes for 14.1tm/14_1_relnotes
Signed-off-by: Thom May <thom@chef.io>
Diffstat (limited to 'RELEASE_NOTES.md')
-rw-r--r--RELEASE_NOTES.md17
1 files changed, 17 insertions, 0 deletions
diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md
index b4f0c6be..621cdb24 100644
--- a/RELEASE_NOTES.md
+++ b/RELEASE_NOTES.md
@@ -1,3 +1,20 @@
+# 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.
+
+## 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.
+
+## SCSI plugin
+
+A new plugin to enumerate SCSI devices has been added. This plugin is optional.
+
# Ohai Release Notes 14.0
## Windows Kernel information