From 370dcb279760967ea5100690987e5ac8ee8ddc30 Mon Sep 17 00:00:00 2001 From: Tim Smith Date: Fri, 14 Sep 2018 15:00:00 -0700 Subject: Add 14.5 release notes Signed-off-by: Tim Smith --- RELEASE_NOTES.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) (limited to 'RELEASE_NOTES.md') diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md index c3f1f065..5dcace7e 100644 --- a/RELEASE_NOTES.md +++ b/RELEASE_NOTES.md @@ -1,3 +1,17 @@ +# Ohai Release Notes 14.5 + +## Windows Improvements + +How we detect the `root_group` attribute on Windows has been simplified and improved to properly support non-English systems. With this change we've also deprecated the `Ohai::Util::Win32::GroupHelper` helper, which is no longer necessary. Thanks to @jugatsu for putting this together. + +We've also added a new `encryption_status` attribute to volumes on Windows. Thanks to @kmf for suggesting this new feature. + +## Configuration Improvements + +The timeout period for communicating with OpenStack metadata servers can now be configured with the `openstack_metadata_timeout` config option. Thanks to @sawanoboly for this improvement. + +Ohai now properly handles relative paths to config files when running on the command line. This means commands like `ohai -c ../client.rb` will now properly use your config values. + # Ohai Release Notes 14.4 ## Multiple plugin directories -- cgit v1.2.1