summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim Smith <tsmith@chef.io>2018-12-12 18:20:33 -0800
committerTim Smith <tsmith@chef.io>2018-12-12 18:20:33 -0800
commitf6bd90bccb392534351409bc0fa2de82d5b9b64c (patch)
tree6fa9f4e5157790fb3ae307eca7f5f76c78eb2f00
parent01f6e1b53df92e5d36128a3875009f63e36c5ab2 (diff)
downloadchef-f6bd90bccb392534351409bc0fa2de82d5b9b64c.tar.gz
Update release notes for 14.8
Signed-off-by: Tim Smith <tsmith@chef.io>
-rw-r--r--RELEASE_NOTES.md9
1 files changed, 6 insertions, 3 deletions
diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md
index 3afe5bb141..b12e6d02e2 100644
--- a/RELEASE_NOTES.md
+++ b/RELEASE_NOTES.md
@@ -1,6 +1,6 @@
This file holds "in progress" release notes for the current release under development and is intended for consumption by the Chef Documentation team. Please see <https://docs.chef.io/release_notes.html> for the official Chef release notes.
-# UNRELEASED
+# Chef Client Release Notes 14.8:
## Updated Resources
@@ -12,6 +12,10 @@ The apt_package resource now supports using the `allow_downgrade` property to en
An issue was resolved in the apt_repository resource that caused the resource to fail when importing GPG keys on newer Debian releases. Thank you [@EugenMayer](https://github.com/EugenMayer) for this fix.
+### dnf_package / yum_package
+
+Initial support has been added for Red Hat Enterprise Linux 8. Thank you [@pixdrift](https://github.com/pixdrift) for this fix.
+
### gem_package
gem_package now supports installing gems into Ruby 2.6 or later installations.
@@ -60,7 +64,6 @@ Example `node['virtualization']` data:
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.
@@ -68,7 +71,7 @@ BSD-based systems can now detect guests running on KVM and Amazon's hypervisor w
### 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'
+- 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'