From f26f9ad419778c83399485ca8ce3780d1957f424 Mon Sep 17 00:00:00 2001 From: EKS Distro PR Bot <75336432+eks-distro-pr-bot@users.noreply.github.com> Date: Tue, 27 Aug 2024 16:41:23 -0400 Subject: [PATCH] [main] Adding changelog for release v0.20.4 (#8677) * Adding changelog for release v0.20.4 * Update changelog.md --------- Co-authored-by: Pankti Shah Co-authored-by: Pankti Shah <58618433+panktishah26@users.noreply.github.com> --- docs/content/en/docs/whatsnew/changelog.md | 23 ++++++++++++++++++++++ 1 file changed, 23 insertions(+) diff --git a/docs/content/en/docs/whatsnew/changelog.md b/docs/content/en/docs/whatsnew/changelog.md index 36605790c98c..c2ddaf54d63a 100644 --- a/docs/content/en/docs/whatsnew/changelog.md +++ b/docs/content/en/docs/whatsnew/changelog.md @@ -30,6 +30,29 @@ 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.20.4](https://github.com/aws/eks-anywhere/releases/tag/v0.20.4) + +### Supported OS version details +| | vSphere | Bare Metal | Nutanix | CloudStack | Snow | +|:-------------------:|:-------:|:----------:|:-------:|:----------:|:----:| +| Ubuntu 20.04 | ✔ | ✔ | ✔ | — | ✔ | +| Ubuntu 22.04 | ✔ | ✔ | ✔ | — | — | +| Bottlerocket 1.20.5 | ✔ | — | — | — | — | +| RHEL 8.x | ✔ | ✔ | ✔ | ✔ | — | +| RHEL 9.x | — | ✔ | ✔ | ✔ | — | + +### Changed +- EKS Distro: + - `v1-27-eks-36` to [`v1-27-eks-37`](https://distro.eks.amazonaws.com/releases/1-27/37/) + - `v1-28-eks-29` to [`v1-28-eks-30`](https://distro.eks.amazonaws.com/releases/1-28/30/) + - `v1-29-eks-18` to [`v1-29-eks-19`](https://distro.eks.amazonaws.com/releases/1-29/19/) + - `v1-30-eks-11` to [`v1-30-eks-12`](https://distro.eks.amazonaws.com/releases/1-30/12/) +- EKS Anywhere Packages Controller: `v0.4.3` to `v0.4.4` +- Helm: `v3.15.3` to `v3.15.4` + +### Fixed +- Fix Kubelet Configuration apply when host OS config is specified. ([#8606](https://github.com/aws/eks-anywhere/pull/8606)) + ## [v0.20.3](https://github.com/aws/eks-anywhere/releases/tag/v0.20.3) ### Supported OS version details