summaryrefslogtreecommitdiff
path: root/RELEASE_NOTES.md
diff options
context:
space:
mode:
authorTim Smith <tsmith@chef.io>2018-09-14 15:00:00 -0700
committerTim Smith <tsmith@chef.io>2018-09-14 15:00:00 -0700
commit370dcb279760967ea5100690987e5ac8ee8ddc30 (patch)
tree8d0ed836c7491759e5a90defc652be8bc43521ac /RELEASE_NOTES.md
parent6bef9594f0b1c022e4e5ebbabec645c71a75e4ae (diff)
downloadohai-370dcb279760967ea5100690987e5ac8ee8ddc30.tar.gz
Add 14.5 release notes
Signed-off-by: Tim Smith <tsmith@chef.io>
Diffstat (limited to 'RELEASE_NOTES.md')
-rw-r--r--RELEASE_NOTES.md14
1 files changed, 14 insertions, 0 deletions
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