Skip to content
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

Add change log for patch 18.4 #7288

Merged
merged 3 commits into from
Jan 12, 2024
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
18 changes: 18 additions & 0 deletions docs/content/en/docs/whatsnew/changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,24 @@ 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
Expand Down