summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBryan McLellan <btm@loftninjas.org>2014-05-07 17:05:58 -0400
committerBryan McLellan <btm@loftninjas.org>2014-05-07 17:06:44 -0400
commit957702f1dfb0906fbe509068434ad6202c11617b (patch)
tree1129ebc17dcc308902bb91d9edd094e4815dcfdf
parentcc28daef0a149cea1cff44a72f15889d8f90e7a4 (diff)
downloadohai-957702f1dfb0906fbe509068434ad6202c11617b.tar.gz
OHAI-182: release notes
-rw-r--r--CHANGELOG.md2
-rw-r--r--CONTRIBUTIONS.md1
-rw-r--r--RELEASE_NOTES.md2
3 files changed, 4 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 8c984a38..0435ee86 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -6,7 +6,7 @@
`Ohai::Exceptions::AttributeNotFound` errors in Chef's ohai resource
* Added platform_family support for ibm_powerkvm (OHAI-558)
* EC2 metadata errors are unhelpful (OHAI-566)
-
+* Support deep virtualization systems in node[:virtualization][:systems] (OHAI-182)
## Last Release: 7.0.0 (04/01/2014)
diff --git a/CONTRIBUTIONS.md b/CONTRIBUTIONS.md
index 94acb8ab..032786ac 100644
--- a/CONTRIBUTIONS.md
+++ b/CONTRIBUTIONS.md
@@ -7,3 +7,4 @@ Example Contribution:
# OHAI Contributions:
* **lbragstad**: Added platform\_family support for ibm\_powerkvm
* **pcarrier**: ec2\_metadata: specify path in exception
+* **glensc**: Support deep virtualization systems
diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md
index 3c4130be..9f575b12 100644
--- a/RELEASE_NOTES.md
+++ b/RELEASE_NOTES.md
@@ -8,5 +8,7 @@ Details about the thing that changed that needs to get included in the Release N
-->
# Ohai Release Notes:
+Chained virtualization systems, such as containers running on virtual machines, can now be tracked in
+node[:virtualization][:systems].
# Ohai Breaking Changes: