Skip to content

Commit

Permalink
Add changelog for patch 18.4
Browse files Browse the repository at this point in the history
Signed-off-by: Rahul Ganesh <[email protected]>
  • Loading branch information
Rahul Ganesh committed Jan 11, 2024
1 parent a4fc7a6 commit f9cca93
Showing 1 changed file with 20 additions and 1 deletion.
21 changes: 20 additions & 1 deletion docs/content/en/docs/whatsnew/changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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))
Expand Down

0 comments on commit f9cca93

Please sign in to comment.