summaryrefslogtreecommitdiff
path: root/RELEASE_NOTES.md
diff options
context:
space:
mode:
authorTim Smith <tsmith@chef.io>2018-08-08 10:41:55 -0700
committerTim Smith <tsmith@chef.io>2018-08-08 10:41:55 -0700
commit4b0f86ca21fc7f0e475234fb19db9171ac01db69 (patch)
treed21383dbff8ee6ad1e3c3d12129eab20c3ecac1a /RELEASE_NOTES.md
parentde61ec5009ee7a558e5d59d39bf5cbffc4ff0c5c (diff)
downloadohai-4b0f86ca21fc7f0e475234fb19db9171ac01db69.tar.gz
Add release notes for 14.4
Signed-off-by: Tim Smith <tsmith@chef.io>
Diffstat (limited to 'RELEASE_NOTES.md')
-rw-r--r--RELEASE_NOTES.md16
1 files changed, 15 insertions, 1 deletions
diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md
index b104e9ad..c3f1f065 100644
--- a/RELEASE_NOTES.md
+++ b/RELEASE_NOTES.md
@@ -1,4 +1,4 @@
-# UNRELEASED
+# Ohai Release Notes 14.4
## Multiple plugin directories
@@ -9,6 +9,20 @@ Example:
ohai -d /path/to/more/plugins -d /another/path/to/more/plugins
```
+Thanks @jaymzh for reporting this.
+
+## Shellout Timeout Configuration
+
+By default the timeout for any shellout in Ohai is 30 seconds. If this is too short for you due to slow systems or large numbers of mounts you may need to increase this timeout. You can now configure your own timeout (lower or higher) via the new `shellout_timeout` config setting.
+
+Thanks @WheresAlice for this change.
+
+## System Enclosure Plugin
+
+On Windows we have a new System Enclosure plugin that provides you with the `manufacturer` and `serialnumber` of the underlying system.
+
+Thanks @kmf for suggesting this plugin.
+
# Ohai Release Notes 14.3
## Detection of Amazon Linux 2.0