summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim Smith <tsmith@chef.io>2021-03-15 15:49:00 -0700
committerGitHub <noreply@github.com>2021-03-15 15:49:00 -0700
commit8e61d36b259ad4b359570731a34e46925f74ef76 (patch)
tree27225ba37b1a0fd962f225cd710c119006bd9c3f
parent47a530e2b2e6760bebcfc8e8ce639ea56fb44d4f (diff)
parentda7e1c136c63e66244eb53677976a25a7af1af50 (diff)
downloadchef-8e61d36b259ad4b359570731a34e46925f74ef76.tar.gz
Merge pull request #11178 from chef/platform_support
Signed-off-by: Tim Smith <tsmith@chef.io>
-rw-r--r--RELEASE_NOTES.md18
1 files changed, 8 insertions, 10 deletions
diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md
index a5a0e7e5b7..6bb58f312c 100644
--- a/RELEASE_NOTES.md
+++ b/RELEASE_NOTES.md
@@ -31,7 +31,7 @@ This section serves to track things we should later document here for 17.0
- gem resource: assume rubygems 1.8+ now: https://github.com/chef/chef/pull/10379
- file: only run verifiers when the contents changed - https://github.com/chef/chef/pull/11171
-### Ohai
+### Ohai
- Ohai now detects systems running in the Effortless pattern at `node['chef_packages']['chef']['chef_effortless']` - https://github.com/chef/ohai/pull/1624
- New Ohai habitat plugin at `node['habitat']` - https://github.com/chef/ohai/pull/1623
- Detect Sangoma Linux in Ohai - https://github.com/chef/ohai/pull/1631
@@ -54,9 +54,9 @@ This section serves to track things we should later document here for 17.0
Upgraded OpenSSL to 1.0.2y, which resolves the following CVEs:
-* [CVE-2021-23841](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-23841)
-* [CVE-2021-23839](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-23839)
-* [CVE-2021-23840](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-23840)
+- [CVE-2021-23841](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-23841)
+- [CVE-2021-23839](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-23839)
+- [CVE-2021-23840](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-23840)
### Platform Updates
@@ -92,11 +92,11 @@ On AWS instances, we now gather data from the latest metadata API versions, expo
- placement/region
- spot/instance-action
-#### Alma Linux Support
+#### Alma Linux Detection
-Chef Infra Client now maps [Alma Linux](https://almalinux.org/) to the `rhel` `platform_family` value. Alma Linux is a new open-source RHEL fork produced by the CloudLinux team.
+Chef Infra Client now maps [Alma Linux](https://almalinux.org/) to the `rhel` `platform_family` value. Alma Linux is a new open-source RHEL fork produced by the CloudLinux team. Alma Linux falls under Chef's [Community Support](https://docs.chef.io/platforms/#community-support) platform support policy providing community driven support without the extensive testing given to commercially supported platforms in Chef Infra Client.
-We've also added support for testing cookbooks on Alma Linux with new [Alma Linux 8 Vagrant Images](https://app.vagrantup.com/bento/boxes/almalinux-8) for use in Test Kitchen on VirtualBox, Parallels, and VMware. You can use these images today in Test Kitchen by specifying this new box in your config as follows:
+You can test cookbooks on Alma Linux in Test Kitchen using [Alma Linux 8 Vagrant Images](https://app.vagrantup.com/bento/boxes/almalinux-8 on VirtualBox, Parallels, and VMware hypervisors as follows:
```yaml
platforms:
@@ -105,8 +105,6 @@ platforms:
box: bento/almalinux-8
```
-Note: In the upcoming release of Chef Workstation, you'll be able to skip the `box` config and Test Kitchen will automatically map `almalinux-8` to the appropriate Vagrant image.
-
#### Knife Bootstrapping Without Sudo
The `knife bootstrap` command now supports elevating privileges on systems without `sudo` by using the `su` command instead. Use the new `--su-user` and `--su-password` flags to specify credentials for `su`.
@@ -433,7 +431,7 @@ The `ifconfig` resource has been updated to no longer add empty blank lines to t
The `windows_audit_policy` resource has been updated to fix a bug on failure-only auditing.
-## Ohai Improvements
+### Ohai Improvements
#### Passwd Plugin For Windows