summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim Smith <tsmith@chef.io>2018-12-05 11:59:55 -0800
committerTim Smith <tsmith@chef.io>2018-12-05 11:59:55 -0800
commit82e3f51cefdc3ee458e150b7780369e789d3c706 (patch)
treee128224a84e8e3bbf9b08deb3c71e542519b0da1
parent04e4472fb6f3c3c462fc480e2e61bd8b4da3ae3f (diff)
downloadohai-82e3f51cefdc3ee458e150b7780369e789d3c706.tar.gz
Add final notes for Ohai 14.8
Signed-off-by: Tim Smith <tsmith@chef.io>
-rw-r--r--RELEASE_NOTES.md26
1 files changed, 21 insertions, 5 deletions
diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md
index a2d88d8a..54d29be3 100644
--- a/RELEASE_NOTES.md
+++ b/RELEASE_NOTES.md
@@ -1,10 +1,8 @@
-# Unreleased
+# Ohai 14.8
-## openSUSE 15
+## Improved Virtualization Detection
-Ohai now properly detects the openSUSE 15.X platform. Thank you [@megamorf](https://github.com/megamorf) for reporting this issue.
-
-## Hyper-V Hypervisor Detection
+### Hyper-V Hypervisor Detection
Detection of Linux guests running on Hyper-V has been improved. In addition, Linux guests on Hyper-V hypervisors will also now detect their hypervisor's hostname. Thank you [@safematix](https://github.com/safematix) for contributing this enhancement.
@@ -20,6 +18,24 @@ Example `node['virtualization']` data:
}
```
+### LXC / LXD Detection
+
+On Linux systems running lxc or lxd containers the lxc/lxd virtualization system will now properly populate the `node['virtualization']['systems']` attribute.
+
+
+### BSD Hypervisor Detection
+
+BSD based system can now detect guests running on KVM and Amazon's hypervisor without the need for the dmidecode package.
+
+## New Platform Support
+
+- Ohai now properly detects the openSUSE 15.X platform. Thank you [@megamorf](https://github.com/megamorf) for reporting this issue.
+- Suse Linux Enterprise Desktop now identified as platform_family 'suse'
+- XCP-NG is now identified as platform 'xcp' and platform_family 'rhel'. Thank you [@heyjodom](http://github.com/heyjodom) for submitting this enhancement.
+- Mangeia Linux is now identified as platform 'mangeia' and platform_family 'mandriva'
+- Antergos Linux now identified as platform_family 'arch'
+- Manjaro Linux now identified as platform_family 'arch'
+
# Ohai Release Notes 14.6
## Filesystem Plugin on AIX and Solaris