From b11c026bf70396c494b549d2ee7dbace1182e595 Mon Sep 17 00:00:00 2001 From: EKS Distro PR Bot <75336432+eks-distro-pr-bot@users.noreply.github.com> Date: Fri, 12 Jan 2024 18:39:38 -0600 Subject: [PATCH] [release-0.18] Add change log for patch 18.4 (#7297) * Add changelog for patch 18.4 Signed-off-by: Rahul Ganesh * fix new line Signed-off-by: Rahul Ganesh * Fix change in previous patch Signed-off-by: Rahul Ganesh --------- Signed-off-by: Rahul Ganesh Co-authored-by: Rahul Ganesh --- docs/content/en/docs/whatsnew/changelog.md | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/docs/content/en/docs/whatsnew/changelog.md b/docs/content/en/docs/whatsnew/changelog.md index b63c2476d94f..b34fbcf5c5d5 100644 --- a/docs/content/en/docs/whatsnew/changelog.md +++ b/docs/content/en/docs/whatsnew/changelog.md @@ -15,6 +15,24 @@ Please upgrade to `v0.15.3` if you are using Tinkerbell (Bare Metal) provider. * When upgrading to a new minor version, a new OS image must be created using the new image-builder cli. {{% /alert %}} +## [v0.18.4](https://github.com/aws/eks-anywhere/releases/tag/v0.18.4) + +### Fixed +* CNI reconciler now properly pulls images from registry mirror instead of public ECR in airgapped environments: [#7170](https://github.com/aws/eks-anywhere/pull/7170) + +### Added +* Nutanix: Enable audit log for Nutanix control plane template ([#2664](https://github.com/aws/eks-anywhere/pull/7190)) + +### Supported Operating Systems + +| | vSphere | Bare Metal | Nutanix | CloudStack | Snow | +| :----------: | :-----: | :--------: | :-----: | :--------: | :---: | +| Ubuntu 20.04 | ✔ | ✔ | ✔ | — | ✔ | +| Ubuntu 22.04 | ✔ | ✔ | ✔ | — | — | +| Bottlerocket 1.15.1 | ✔ | ✔ | — | — | — | +| RHEL 8.7 | ✔ | ✔ | ✔ | ✔ | — | +| RHEL 9.x | — | — | ✔ | — | — | + ## [v0.18.3](https://github.com/aws/eks-anywhere/releases/tag/v0.18.3) ### Fixed