diff --git a/docs/content/en/docs/osmgmt/artifacts.md b/docs/content/en/docs/osmgmt/artifacts.md index 1b921f23962b..59cb5fcbfc05 100644 --- a/docs/content/en/docs/osmgmt/artifacts.md +++ b/docs/content/en/docs/osmgmt/artifacts.md @@ -45,7 +45,7 @@ OR Using a specific EKS Anywhere version ```bash -EKSA_RELEASE_VERSION=v0.17.1 +EKSA_RELEASE_VERSION=v0.17.2 ``` ```bash @@ -63,7 +63,7 @@ OR Using a specific EKS Anywhere version ```bash -EKSA_RELEASE_VERSION=v0.17.1 +EKSA_RELEASE_VERSION=v0.17.2 ``` kernel: @@ -93,7 +93,7 @@ OR Using a specific EKS Anywhere version ```bash -EKSA_RELEASE_VERSION=v0.17.1 +EKSA_RELEASE_VERSION=v0.17.2 ``` ```bash @@ -118,7 +118,7 @@ OR Using a specific EKS Anywhere version ```bash -EKSA_RELEASE_VERSION=v0.17.1 +EKSA_RELEASE_VERSION=v0.17.2 ``` ```bash @@ -163,7 +163,7 @@ export KUBEVERSION="1.27" Using a specific EKS Anywhere version ```bash - EKSA_RELEASE_VERSION=v0.17.1 + EKSA_RELEASE_VERSION=v0.17.2 ``` Set the Bottlerocket image format to the desired value (`ova` for the VMware variant or `raw` for the Baremetal variant) @@ -392,7 +392,7 @@ These steps use `image-builder` to create an Ubuntu-based or RHEL-based image fo Using a specific EKS Anywhere version ```bash - EKSA_RELEASE_VERSION=v0.17.1 + EKSA_RELEASE_VERSION=v0.17.2 ``` ```bash @@ -529,7 +529,7 @@ These steps use `image-builder` to create an Ubuntu-based or RHEL-based image fo Using a specific EKS Anywhere version ```bash - EKSA_RELEASE_VERSION=v0.17.1 + EKSA_RELEASE_VERSION=v0.17.2 ``` ```bash @@ -661,7 +661,7 @@ These steps use `image-builder` to create a RHEL-based image for CloudStack. Bef Using a specific EKS Anywhere version ```bash - EKSA_RELEASE_VERSION=v0.17.1 + EKSA_RELEASE_VERSION=v0.17.2 ``` ```bash @@ -755,7 +755,7 @@ These steps use `image-builder` to create an Ubuntu-based Amazon Machine Image ( Using a specific EKS Anywhere version ```bash - EKSA_RELEASE_VERSION=v0.17.1 + EKSA_RELEASE_VERSION=v0.17.2 ``` ```bash @@ -905,7 +905,7 @@ These steps use `image-builder` to create a Ubuntu-based image for Nutanix AHV a Using a specific EKS Anywhere version ```bash - EKSA_RELEASE_VERSION=v0.17.1 + EKSA_RELEASE_VERSION=v0.17.2 ``` ```bash diff --git a/docs/content/en/docs/whatsnew/changelog.md b/docs/content/en/docs/whatsnew/changelog.md index f827a5586104..95ca81f46f75 100644 --- a/docs/content/en/docs/whatsnew/changelog.md +++ b/docs/content/en/docs/whatsnew/changelog.md @@ -15,6 +15,28 @@ Please upgrade to `v0.15.3` if you are using Tinkerbell (Bare Metal) provider. * When upgrading to a new minor version, a new OS image must be created using the new image-builder cli. {{% /alert %}} +## [v0.17.2](https://github.com/aws/eks-anywhere/releases/tag/v0.17.2) + +### Supported OS version details +| | vSphere | Bare Metal | Nutanix | CloudStack | Snow | +| :---: | :---: | :---: | :---: | :---: | :---: | +| Ubuntu | 20.04 | 20.04 | 20.04 | Not supported | 20.04 | +| | 22.04 | 22.04 | 22.04 | Not supported | Not supported | +| Bottlerocket | 1.13.1 | 1.13.1 | Not supported | Not supported | Not supported | +| RHEL | 8.7 | 8.7 | Not supported | 8.7 | Not supported | + + +### Fixed +- Bare Metal: Ensure new worker node groups can reference new machine configs ([#6615](https://github.com/aws/eks-anywhere/issues/6615)) +- Bare Metal: Fix `writefile` action to ensure Bottlerocket configs write content or error ([#2441](https://github.com/aws/eks-anywhere-build-tooling/pull/2441)) + +### Added +- Added support for configuring healthchecks on EtcdadmClusters using `etcdcluster.cluster.x-k8s.io/healthcheck-retries` annotation ([aws/etcdadm-controller#44](https://github.com/aws/etcdadm-controller/pull/44)) +- Add check for making sure quorum is maintained before deleting etcd machines ([aws/etcdadm-controller#46](https://github.com/aws/etcdadm-controller/pull/46)) + +### Changed +- Only delete one etcd machine at a time when multiple are failing healthchecks ([aws/etcdadm-controller#46](https://github.com/aws/etcdadm-controller/pull/46)) + ## [v0.17.1](https://github.com/aws/eks-anywhere/releases/tag/v0.17.1) ### Supported OS version details