diff options
author | Tim Smith <tsmith@chef.io> | 2018-12-05 14:38:21 -0800 |
---|---|---|
committer | Tim Smith <tsmith@chef.io> | 2018-12-05 14:38:21 -0800 |
commit | 44017ef9480a50450a4b8e697e471b17245721e8 (patch) | |
tree | 3e94b996fc726f29021f8efdd0c347d3cc852e8b /RELEASE_NOTES.md | |
parent | 8e4b93e68bf25561ccd353d5db93b8fa66c84d3e (diff) | |
download | chef-44017ef9480a50450a4b8e697e471b17245721e8.tar.gz |
Pull in the latest Ohai 14 release notes
Signed-off-by: Tim Smith <tsmith@chef.io>
Diffstat (limited to 'RELEASE_NOTES.md')
-rw-r--r-- | RELEASE_NOTES.md | 26 |
1 files changed, 21 insertions, 5 deletions
diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md index c9621cbaf9..3afe5bb141 100644 --- a/RELEASE_NOTES.md +++ b/RELEASE_NOTES.md @@ -38,13 +38,11 @@ A regression was resolved that prevented ChefSpec from testing the windows_task ## Ohai 14.8 -### openSUSE 15 +### Improved Virtualization Detection -Ohai now properly detects the openSUSE 15.X platform. +#### 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. +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. Example `node['virtualization']` data: ```json @@ -58,6 +56,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' + ## Security Updates ### OpenSSL |