@@ -171,6 +171,40 @@ description: >
171171- etcdadm-bootstrap-provider: ` v1.0.16 ` to ` v1.0.18 `
172172- controller-runtime: ` v0.20.4 ` to ` v0.21.0 `
173173
174+ ## [ v0.23.6] ( https://github.com/aws/eks-anywhere/releases/tag/v0.23.6 )
175+
176+ ### Supported OS version details
177+ | | vSphere | Bare Metal | Nutanix | CloudStack | Snow |
178+ | :-------------------:| :-------:| :----------:| :-------:| :----------:| :----:|
179+ | Ubuntu 20.04 | β | β | β | β | β |
180+ | Ubuntu 22.04 | β | β | β | β | β |
181+ | Bottlerocket 1.50.0 | β | β | β | β | β |
182+ | RHEL 8.x | β | β | β | β | β |
183+ | RHEL 9.x | β | β | β | β | β |
184+
185+ \* RHEL 8's kernel version (4.18) is not supported by kubeadm for Kubernetes versions 1.32 and above (see Kubernetes GitHub issue [ #129462 ] ( https://github.com/kubernetes/kubernetes/issues/129462 ) ). As a result, EKS Anywhere does not support using RHEL 8 as the node operating system for Kubernetes versions 1.32 and above.
186+
187+ ### Changed
188+ - EKS Distro:
189+ - [ ` v1-33-eks-21 ` ] ( https://distro.eks.amazonaws.com/releases/1-33/21/ )
190+ - [ ` v1-32-eks-31 ` ] ( https://distro.eks.amazonaws.com/releases/1-32/31/ )
191+ - [ ` v1-31-eks-38 ` ] ( https://distro.eks.amazonaws.com/releases/1-31/38/ )
192+ - [ ` v1-30-eks-49 ` ] ( https://distro.eks.amazonaws.com/releases/1-30/49/ )
193+ - [ ` v1-29-eks-56 ` ] ( https://distro.eks.amazonaws.com/releases/1-29/56/ )
194+ - [ ` v1-28-eks-66 ` ] ( https://distro.eks.amazonaws.com/releases/1-28/66/ )
195+ - New EKS-Distro base images with CVE fixes for Amazon Linux 2 and Amazon Linux 2023
196+ - cloud-provider-nutanix ` v0.5.3 ` to ` v0.5.5 `
197+ - cluster-api-provider-aws-snow ` v0.2.7 ` to ` v0.2.8 `
198+ - eks-anywhere-packages: ` v0.4.8 ` to ` v0.4.9 `
199+
200+ ### Added
201+ - Add support for skipping BMC contact checks for specific Rufio Machines [ #10368 ] ( https://github.com/aws/eks-anywhere/pull/10368 )
202+
203+ ### Fixed
204+ - Set DHCP relay sourceInterface from LoadBalancerInterface config ([ #10425 ] ( https://github.com/aws/eks-anywhere/pull/10425 ) )
205+ - Eliminate race condition in package ctlr installation ([ #10434 ] ( https://github.com/aws/eks-anywhere/pull/10434 ) )
206+ - Fix Bottlerocket cert renewal: Add 30s sleep and duplicate container ([ #10435 ] ( https://github.com/aws/eks-anywhere/pull/10435 ) )
207+
174208## [ v0.23.5] ( https://github.com/aws/eks-anywhere/releases/tag/v0.23.5 )
175209
176210### Supported OS version details
0 commit comments