EKS Anywhere v0.19.1 release
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-D:
v1-25-eks-32
tov1-25-eks-34
v1-26-eks-28
tov1-26-eks-30
v1-27-eks-22
tov1-27-eks-24
v1-28-eks-15
tov1-28-eks-17
v1-29-eks-4
tov1-29-eks-6
Added
- Preflight check for upgrade management components such that it ensures management components is at most 1 EKS Anywhere minor version greater than the EKS Anywhere version of cluster components #7800.
Fixed
- EKS Anywhere package bundles ending with 152, 153, 154, 157 have image tag issues which have been resolved in bundle 158. Example for kubernetes version v1.29 we have
public.ecr.aws/eks-anywhere/eks-anywhere-packages-bundles:v1-29-158
- Fixed InPlace custom resources from being created again after a successful node upgrade due to delay in objects in client cache #7779.
- Fixed #7623 by encoding the basic auth credentials to base64 when using them in templates #7829.
- Added a fix for error that may occur during upgrading management components where if the cluster object is modified by another process before applying, it throws the conflict error prompting a retry.