summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim Smith <tsmith@chef.io>2018-12-05 12:16:11 -0800
committerGitHub <noreply@github.com>2018-12-05 12:16:11 -0800
commit14d92fc827e67296b9780f549ce3862f4d664c2a (patch)
treeaf29ac2543895383cde1bb02f00b77974b672d98
parent519c55f2a82114fab068c42a1252d8aa2b4841e8 (diff)
parente745d55060a9c133cb2da757ae4bdd570d666833 (diff)
downloadohai-14d92fc827e67296b9780f549ce3862f4d664c2a.tar.gz
Merge pull request #1331 from chef/release_notes_14_round2
Add final notes for Ohai 14.8
-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..f52cffb1 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 systems 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