diff options
author | Lamont Granquist <lamont@scriptkiddie.org> | 2017-10-24 14:43:59 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-10-24 14:43:59 -0700 |
commit | 6c58ca9df17971e71dca6c4e4c73406cfad86bcd (patch) | |
tree | ad6fc97be42c3f6fea091244597624336f4c8d2f /RELEASE_NOTES.md | |
parent | aee837b65cc3e1fd12bdf737f0d778db9b2bd10a (diff) | |
parent | bddbf4768e32d0b6b34ead8277eafb4cc83f2447 (diff) | |
download | ohai-6c58ca9df17971e71dca6c4e4c73406cfad86bcd.tar.gz |
Merge pull request #1079 from chef/13.6v13.6.0
Release 13.6
Diffstat (limited to 'RELEASE_NOTES.md')
-rw-r--r-- | RELEASE_NOTES.md | 20 |
1 files changed, 12 insertions, 8 deletions
diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md index 71e7a524..b53c7f35 100644 --- a/RELEASE_NOTES.md +++ b/RELEASE_NOTES.md @@ -1,4 +1,4 @@ -# Unreleased +# Ohai Release Notes 13.6 ### Critical Plugins @@ -10,21 +10,25 @@ ohai.critical_plugins << :Filesystem ### Filesystem now has a `allow_partial_data` configuration option -The Filesystem plugin now has a `allow_partial_data` configuration option. If -set, the filesystem will return whatever data it can even if some commands it -ran failed. +The Filesystem plugin now has a `allow_partial_data` configuration option. If set, the filesystem will return whatever data it can even if some commands it ran failed. + +### Rackspace detection on Windows + +Windows nodes running on Rackspace will now properly detect themselves as running on Rackspace without a hint file. + +### Package data on Amazon Linux + +The Packages plugin now supports gathering packages data on Amazon Linux # Ohai Release Notes 13.5 ### Correctly detect IPv6 routes ending in :: -Previously we would ignore routes that ended `::`, and now we properly -detect them. +Previously we would ignore routes that ended `::`, and now we properly detect them. ### Plugin run time is now measured -Debug logs will show the length of time each plugin takes to run, making -debugging of long ohai runs easier. +Debug logs will show the length of time each plugin takes to run, making debugging of long ohai runs easier. # Ohai Release Notes 13.4 |