summaryrefslogtreecommitdiff
path: root/RELEASE_NOTES.md
diff options
context:
space:
mode:
authorBryan McLellan <btm@getchef.com>2014-05-15 08:24:54 -0700
committerBryan McLellan <btm@getchef.com>2014-05-15 08:24:54 -0700
commitea0fb3f8df17c37589427a665880abce5ea1b6f6 (patch)
tree6e19efdf1276e05e5ff0fda2e9a9e5ec728fc200 /RELEASE_NOTES.md
parent77eff0652165a229d9f04ba0bcb1205ebd1c9af3 (diff)
downloadohai-ea0fb3f8df17c37589427a665880abce5ea1b6f6.tar.gz
OHAI-568, OHAI-575, OHAI-578: Release notes
Diffstat (limited to 'RELEASE_NOTES.md')
-rw-r--r--RELEASE_NOTES.md6
1 files changed, 6 insertions, 0 deletions
diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md
index 4993e662..2dcecfb4 100644
--- a/RELEASE_NOTES.md
+++ b/RELEASE_NOTES.md
@@ -8,6 +8,8 @@ Details about the thing that changed that needs to get included in the Release N
-->
# Ohai Release Notes:
+### Virtualization
+
Chained virtualization systems, such as containers running on virtual machines, can now be tracked in
node[:virtualization][:systems]. This is in addition to the former system under node[:virtualization][:role] and
node[:virtualization][:system]. For example, a node could have all of these attributes at once:
@@ -22,4 +24,8 @@ node[:virtualization][:systems][:vmware] = "guest"
Due to the requirements for being an LXC host being easily fulfilled, we only
populate the old system (role & system) with LXC if there are no other virtualization systems detected.
+### Miscellaneous
+
+* Ohai now collects mdadm RAID information.
+
# Ohai Breaking Changes: