summaryrefslogtreecommitdiff
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
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>
-rw-r--r--RELEASE_NOTES.md17
-rw-r--r--VERSION2
2 files changed, 18 insertions, 1 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
diff --git a/VERSION b/VERSION
index becaa8c0..7b3b6e02 100644
--- a/VERSION
+++ b/VERSION
@@ -1 +1 @@
-14.0.34 \ No newline at end of file
+14.1.0