From cd250ecebcc1e7641e1ffb2b02d7a2e1de5dae35 Mon Sep 17 00:00:00 2001 From: Rahul Ganesh Date: Wed, 1 May 2024 17:07:12 -0700 Subject: [PATCH] Add changelog for v0.19.5 Signed-off-by: Rahul Ganesh --- docs/content/en/docs/whatsnew/changelog.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/docs/content/en/docs/whatsnew/changelog.md b/docs/content/en/docs/whatsnew/changelog.md index 9b1bce5cc918d..7fab50edde0b8 100644 --- a/docs/content/en/docs/whatsnew/changelog.md +++ b/docs/content/en/docs/whatsnew/changelog.md @@ -31,6 +31,21 @@ 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.19.5](https://github.com/aws/eks-anywhere/releases/tag/v0.19.5) +### Supported OS version details +| | vSphere | Bare Metal | Nutanix | CloudStack | Snow | +|:-------------------:|:-------:|:----------:|:-------:|:----------:|:----:| +| Ubuntu 20.04 | ✔ | ✔ | ✔ | — | ✔ | +| Ubuntu 22.04 | ✔ | ✔ | ✔ | — | — | +| Bottlerocket 1.19.2 | ✔ | ✔ | — | — | — | +| RHEL 8.x | ✔ | ✔ | ✔ | ✔ | — | +| RHEL 9.x | — | — | ✔ | ✔ | — | + +### Changed +- Upgraded EKS-Anywhere Packages from `v0.4.2` to [`v0.4.3`](https://github.com/aws/eks-anywhere-packages/releases/tag/v0.4.3) + +### Fixed +- Fixed registry mirror with authentication for EKS Anywhere packages ## [v0.19.4](https://github.com/aws/eks-anywhere/releases/tag/v0.19.4) ### Supported OS version details