Skip to content

Add changelog for v0.22.4 #9684

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Apr 24, 2025
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
25 changes: 24 additions & 1 deletion docs/content/en/docs/whatsnew/changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ 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.22.3](https://github.com/aws/eks-anywhere/releases/tag/v0.22.3)
## [v0.22.4](https://github.com/aws/eks-anywhere/releases/tag/v0.22.4)

### Supported OS version details
| | vSphere | Bare Metal | Nutanix | CloudStack | Snow |
Expand All @@ -52,6 +52,29 @@ description: >
| RHEL 8.x | ✔ | ✔ | ✔ | ✔ | — |
| RHEL 9.x | ✔ | ✔ | ✔ | ✔ | — |

### Changed
- EKS Distro:
- [`v1-32-eks-11`](https://distro.eks.amazonaws.com/releases/1-32/11/)
- [`v1-31-eks-18`](https://distro.eks.amazonaws.com/releases/1-31/18/)
- [`v1-30-eks-29`](https://distro.eks.amazonaws.com/releases/1-30/29/)
- [`v1-29-eks-36`](https://distro.eks.amazonaws.com/releases/1-29/36/)
- [`v1-28-eks-47`](https://distro.eks.amazonaws.com/releases/1-28/47/)
- New base images with CVE fixes for Amazon Linux 2

### Fixed
- Fix bundles override flag issue for upgrade cluster command ([#9672](https://github.com/aws/eks-anywhere/pull/9672))
- Address vulnerability [GO-2025-3595](https://pkg.go.dev/vuln/GO-2025-3595) in golang.org/x/net package v0.37.0 ([#9668](https://github.com/aws/eks-anywhere/pull/9668))

## [v0.22.3](https://github.com/aws/eks-anywhere/releases/tag/v0.22.3)

### Supported OS version details
| | vSphere | Bare Metal | Nutanix | CloudStack | Snow |
|:-------------------:|:-------:|:----------:|:-------:|:----------:|:----:|
| Ubuntu 20.04 | ✔ | ✔ | ✔ | — | ✔ |
| Ubuntu 22.04 | ✔ | ✔ | ✔ | — | — |
| Bottlerocket 1.26.2 | ✔ | — | — | — | — |
| RHEL 8.x | ✔ | ✔ | ✔ | ✔ | — |
| RHEL 9.x | ✔ | ✔ | ✔ | ✔ | — |

### Added
- Add support for specifying vm_version in the image builder config ([#4510](https://github.com/aws/eks-anywhere-build-tooling/pull/4510))
Expand Down