summaryrefslogtreecommitdiff
path: root/RELEASE_NOTES.md
diff options
context:
space:
mode:
authorTim Smith <tsmith@chef.io>2017-10-24 10:34:22 -0700
committerTim Smith <tsmith@chef.io>2017-10-24 10:34:22 -0700
commitbddbf4768e32d0b6b34ead8277eafb4cc83f2447 (patch)
treead6fc97be42c3f6fea091244597624336f4c8d2f /RELEASE_NOTES.md
parentaee837b65cc3e1fd12bdf737f0d778db9b2bd10a (diff)
downloadohai-bddbf4768e32d0b6b34ead8277eafb4cc83f2447.tar.gz
Release 13.613.6
Signed-off-by: Tim Smith <tsmith@chef.io>
Diffstat (limited to 'RELEASE_NOTES.md')
-rw-r--r--RELEASE_NOTES.md20
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