summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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