From fb550c1c538c5e7ecb6731d1594043f2e9db4770 Mon Sep 17 00:00:00 2001 From: Taylor Neyland Date: Wed, 14 Feb 2024 11:11:53 -0600 Subject: [PATCH] Changelog for v0.18.7 --- docs/content/en/docs/whatsnew/changelog.md | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/docs/content/en/docs/whatsnew/changelog.md b/docs/content/en/docs/whatsnew/changelog.md index 85be14b057e1..6262b4ee49ae 100644 --- a/docs/content/en/docs/whatsnew/changelog.md +++ b/docs/content/en/docs/whatsnew/changelog.md @@ -21,6 +21,22 @@ description: > * When upgrading to a new minor version, a new OS image must be created using the new image-builder CLI pertaining to that release. {{% /alert %}} + +## [v0.18.7](https://github.com/aws/eks-anywhere/releases/tag/v0.18.7) + +### Tool Upgrade +- EKS Anywhere v0.18.7 Admin AMI with CVE fixes for Amazon Linux 2 + +### Supported Operating Systems + +| | vSphere | Bare Metal | Nutanix | CloudStack | Snow | +|:-------------------:|:-------:|:----------:|:-------:|:----------:|:----:| +| Ubuntu 20.04 | ✔ | ✔ | ✔ | — | ✔ | +| Ubuntu 22.04 | ✔ | ✔ | ✔ | — | — | +| Bottlerocket 1.19.0 | ✔ | ✔ | — | — | — | +| RHEL 8.7 | ✔ | ✔ | ✔ | ✔ | — | +| RHEL 9.x | — | — | ✔ | — | — | + ## [v0.18.6](https://github.com/aws/eks-anywhere/releases/tag/v0.18.6) ### **Tool Upgrade**