diff --git a/docs/content/en/docs/osmgmt/artifacts.md b/docs/content/en/docs/osmgmt/artifacts.md index 1b921f23962b6..59cb5fcbfc055 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 f827a55861044..5f2301f035711 100644 --- a/docs/content/en/docs/whatsnew/changelog.md +++ b/docs/content/en/docs/whatsnew/changelog.md @@ -15,6 +15,20 @@ 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 +- TODO + ## [v0.17.1](https://github.com/aws/eks-anywhere/releases/tag/v0.17.1) ### Supported OS version details