From f9cca93435a29da20a11feb0c8b73a30a91f0546 Mon Sep 17 00:00:00 2001 From: Rahul Ganesh Date: Thu, 11 Jan 2024 14:34:57 -0800 Subject: [PATCH 1/3] Add changelog for patch 18.4 Signed-off-by: Rahul Ganesh --- docs/content/en/docs/whatsnew/changelog.md | 21 ++++++++++++++++++++- 1 file changed, 20 insertions(+), 1 deletion(-) diff --git a/docs/content/en/docs/whatsnew/changelog.md b/docs/content/en/docs/whatsnew/changelog.md index b63c2476d94f..5d4ce3a8bd07 100644 --- a/docs/content/en/docs/whatsnew/changelog.md +++ b/docs/content/en/docs/whatsnew/changelog.md @@ -15,6 +15,25 @@ 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.18.4](https://github.com/aws/eks-anywhere/releases/tag/v0.18.4) + +### Fixed +* CNI reconciler now properly pulls images from registry mirror instead of public ECR in airgapped environments: [#7170](https://github.com/aws/eks-anywhere/pull/7170) + +### Added +* Nutanix: Enable audit log for Nutanix control plane template ([#2664](https://github.com/aws/eks-anywhere/pull/7190)) + +### Supported Operating Systems + +| | vSphere | Bare Metal | Nutanix | CloudStack | Snow | +| :----------: | :-----: | :--------: | :-----: | :--------: | :---: | +| Ubuntu 20.04 | ✔ | ✔ | ✔ | — | ✔ | +| Ubuntu 22.04 | ✔ | ✔ | ✔ | — | — | +| Bottlerocket 1.15.1 | ✔ | ✔ | — | — | — | +| RHEL 8.7 | ✔ | ✔ | ✔ | ✔ | — | +| RHEL 9.x | — | — | ✔ | — | — | + + ## [v0.18.3](https://github.com/aws/eks-anywhere/releases/tag/v0.18.3) ### Fixed @@ -41,7 +60,7 @@ Please upgrade to `v0.15.3` if you are using Tinkerbell (Bare Metal) provider. ## [v0.18.2](https://github.com/aws/eks-anywhere/releases/tag/v0.18.2) -### Fixed +### Added * Image Builder: Correctly parse `no_proxy` inputs when both Red Hat Satellite and Proxy is used in image-builder. ([#2664](https://github.com/aws/eks-anywhere-build-tooling/pull/2664)) * vSphere: Fix template tag validation by specifying the full template path ([#6437](https://github.com/aws/eks-anywhere/pull/6437)) * Bare Metal: Skip `kube-vip` deployment when `TinkerbellDatacenterConfig.skipLoadBalancerDeployment` is set to true. ([#6990](https://github.com/aws/eks-anywhere/pull/6990)) From cb914c17201ca3eefcff5c5fbf2dc5f8ce1e80dc Mon Sep 17 00:00:00 2001 From: Rahul Ganesh Date: Thu, 11 Jan 2024 14:37:31 -0800 Subject: [PATCH 2/3] fix new line Signed-off-by: Rahul Ganesh --- docs/content/en/docs/whatsnew/changelog.md | 1 - 1 file changed, 1 deletion(-) diff --git a/docs/content/en/docs/whatsnew/changelog.md b/docs/content/en/docs/whatsnew/changelog.md index 5d4ce3a8bd07..84d4e8cda4c5 100644 --- a/docs/content/en/docs/whatsnew/changelog.md +++ b/docs/content/en/docs/whatsnew/changelog.md @@ -33,7 +33,6 @@ Please upgrade to `v0.15.3` if you are using Tinkerbell (Bare Metal) provider. | RHEL 8.7 | ✔ | ✔ | ✔ | ✔ | — | | RHEL 9.x | — | — | ✔ | — | — | - ## [v0.18.3](https://github.com/aws/eks-anywhere/releases/tag/v0.18.3) ### Fixed From a4f7645350820126ff34fa1de844bb53db529723 Mon Sep 17 00:00:00 2001 From: Rahul Ganesh Date: Fri, 12 Jan 2024 15:35:24 -0800 Subject: [PATCH 3/3] Fix change in previous patch Signed-off-by: Rahul Ganesh --- docs/content/en/docs/whatsnew/changelog.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/content/en/docs/whatsnew/changelog.md b/docs/content/en/docs/whatsnew/changelog.md index 84d4e8cda4c5..b34fbcf5c5d5 100644 --- a/docs/content/en/docs/whatsnew/changelog.md +++ b/docs/content/en/docs/whatsnew/changelog.md @@ -59,7 +59,7 @@ Please upgrade to `v0.15.3` if you are using Tinkerbell (Bare Metal) provider. ## [v0.18.2](https://github.com/aws/eks-anywhere/releases/tag/v0.18.2) -### Added +### Fixed * Image Builder: Correctly parse `no_proxy` inputs when both Red Hat Satellite and Proxy is used in image-builder. ([#2664](https://github.com/aws/eks-anywhere-build-tooling/pull/2664)) * vSphere: Fix template tag validation by specifying the full template path ([#6437](https://github.com/aws/eks-anywhere/pull/6437)) * Bare Metal: Skip `kube-vip` deployment when `TinkerbellDatacenterConfig.skipLoadBalancerDeployment` is set to true. ([#6990](https://github.com/aws/eks-anywhere/pull/6990))