From 4b0f86ca21fc7f0e475234fb19db9171ac01db69 Mon Sep 17 00:00:00 2001 From: Tim Smith Date: Wed, 8 Aug 2018 10:41:55 -0700 Subject: Add release notes for 14.4 Signed-off-by: Tim Smith --- RELEASE_NOTES.md | 16 +++++++++++++++- 1 file changed, 15 insertions(+), 1 deletion(-) (limited to 'RELEASE_NOTES.md') 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 -- cgit v1.2.1