Skip to content

v0.19.1

Compare
Choose a tag to compare
@pokearu pokearu released this 16 Mar 03:52
· 806 commits to main since this release
6baff1c

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 β€” β€” βœ” βœ” β€”

* Bottlerocket support for Bare Metal is deprecated as of EKS Anywhere version v0.19.0 #7754

Changed

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.