From 85da789f4330f233aa6a2c0a936a709b6988a731 Mon Sep 17 00:00:00 2001 From: EKS Distro PR Bot Date: Wed, 10 Apr 2024 17:50:16 +0000 Subject: [PATCH 1/3] Add 0.19.3 change --- docs/content/en/docs/whatsnew/changelog.md | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/docs/content/en/docs/whatsnew/changelog.md b/docs/content/en/docs/whatsnew/changelog.md index 8d6944ac5af5..70ff17284172 100644 --- a/docs/content/en/docs/whatsnew/changelog.md +++ b/docs/content/en/docs/whatsnew/changelog.md @@ -30,6 +30,23 @@ description: > * When upgrading to a new minor version, a new OS image must be created using the new image-builder CLI pertaining to that release. {{% /alert %}} +## [v0.19.3](https://github.com/aws/eks-anywhere/releases/tag/v0.19.3) + +### 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 +- Updated helm to v3.14.3 [#3050](https://github.com/aws/eks-anywhere-build-tooling/pull/3050) + +### Fixed +- Bumped golang.org/x/net that has a fix for [vunerability GO-2024-2687](https://pkg.go.dev/vuln/GO-2024-2687) +- Fixed proxy configurations for airgapped enviornments [#7913](https://github.com/aws/eks-anywhere/pull/7913) ## [v0.19.2](https://github.com/aws/eks-anywhere/releases/tag/v0.19.2) From 36940e6effe2e14e131b7a5b6f8aaee3c156b745 Mon Sep 17 00:00:00 2001 From: Xu Deng Date: Fri, 12 Apr 2024 12:19:43 -0400 Subject: [PATCH 2/3] Update docs/content/en/docs/whatsnew/changelog.md Co-authored-by: Abhay Krishna --- 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 70ff17284172..180c638a70e9 100644 --- a/docs/content/en/docs/whatsnew/changelog.md +++ b/docs/content/en/docs/whatsnew/changelog.md @@ -45,7 +45,7 @@ description: > - Updated helm to v3.14.3 [#3050](https://github.com/aws/eks-anywhere-build-tooling/pull/3050) ### Fixed -- Bumped golang.org/x/net that has a fix for [vunerability GO-2024-2687](https://pkg.go.dev/vuln/GO-2024-2687) +- Bumped golang.org/x/net that has a fix for [vulnerability GO-2024-2687](https://pkg.go.dev/vuln/GO-2024-2687) - Fixed proxy configurations for airgapped enviornments [#7913](https://github.com/aws/eks-anywhere/pull/7913) ## [v0.19.2](https://github.com/aws/eks-anywhere/releases/tag/v0.19.2) From 11421a008ca03b790d606595cee84900b2eb9ff1 Mon Sep 17 00:00:00 2001 From: Xu Deng Date: Fri, 12 Apr 2024 12:19:54 -0400 Subject: [PATCH 3/3] Update docs/content/en/docs/whatsnew/changelog.md Co-authored-by: Abhay Krishna --- 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 180c638a70e9..f168e6374780 100644 --- a/docs/content/en/docs/whatsnew/changelog.md +++ b/docs/content/en/docs/whatsnew/changelog.md @@ -46,7 +46,7 @@ description: > ### Fixed - Bumped golang.org/x/net that has a fix for [vulnerability GO-2024-2687](https://pkg.go.dev/vuln/GO-2024-2687) -- Fixed proxy configurations for airgapped enviornments [#7913](https://github.com/aws/eks-anywhere/pull/7913) +- Fixed proxy configurations for airgapped environments [#7913](https://github.com/aws/eks-anywhere/pull/7913) ## [v0.19.2](https://github.com/aws/eks-anywhere/releases/tag/v0.19.2)