diff --git a/docs/content/en/docs/whatsnew/changelog.md b/docs/content/en/docs/whatsnew/changelog.md index b2563c055f32..14450fe0e954 100644 --- a/docs/content/en/docs/whatsnew/changelog.md +++ b/docs/content/en/docs/whatsnew/changelog.md @@ -32,6 +32,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.10](https://github.com/aws/eks-anywhere/releases/tag/v0.20.10) + +### 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-28-eks-35` to [`v1-28-eks-38`](https://distro.eks.amazonaws.com/releases/1-28/38/) + - `v1-29-eks-24` to [`v1-29-eks-27`](https://distro.eks.amazonaws.com/releases/1-29/27/) + - `v1-30-eks-17` to [`v1-30-eks-20`](https://distro.eks.amazonaws.com/releases/1-30/20/) +- cloud-provider-nutanix: `v0.3.2` to `v0.4.1` +- kube-rbac-proxy: `v0.18.1` to `v0.18.2` +- kube-vip: `v0.8.6` to `v0.8.7` + +### Fixed +- Add retries for transient error `server doesn't have a Resource type errors` after `clusterctl move`. ([#9065](https://github.com/aws/eks-anywhere/pull/9065)) + ## [v0.21.2](https://github.com/aws/eks-anywhere/releases/tag/v0.21.2) ### Supported OS version details