diff options
author | Tim Smith <tsmith84@gmail.com> | 2021-08-23 17:23:32 -0700 |
---|---|---|
committer | Tim Smith <tsmith84@gmail.com> | 2021-08-23 17:23:32 -0700 |
commit | 32facaff8919f8981ba8aac423bc3bff1955f53a (patch) | |
tree | fcf873efb60c546b8675744ba25ccd1b0871cc34 /RELEASE_NOTES.md | |
parent | 02fcbeabd5fdfd56c3c867a2da4c7fcc53e688e8 (diff) | |
download | chef-32facaff8919f8981ba8aac423bc3bff1955f53a.tar.gz |
Fix spelling of of AlmaLinux
It's one word
Signed-off-by: Tim Smith <tsmith@chef.io>
Diffstat (limited to 'RELEASE_NOTES.md')
-rw-r--r-- | RELEASE_NOTES.md | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md index 1ee6d8f9c7..603b8206b7 100644 --- a/RELEASE_NOTES.md +++ b/RELEASE_NOTES.md @@ -1154,11 +1154,11 @@ On AWS instances, we now gather data from the latest metadata API versions, expo - placement/region - spot/instance-action -#### Alma Linux Detection +#### AlmaLinux 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. 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. +Chef Infra Client now maps [AlmaLinux](https://almalinux.org/) to the `rhel` `platform_family` value. AlmaLinux is a new open-source RHEL fork produced by the CloudLinux team. AlmaLinux 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. -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: +You can test cookbooks on AlmaLinux in Test Kitchen using [AlmaLinux 8 Vagrant Images](https://app.vagrantup.com/bento/boxes/almalinux-8 on VirtualBox, Parallels, and VMware hypervisors as follows: ```yaml platforms: |