Skip to content

Commit

Permalink
Add Changelog for v0.21.0 (#8931)
Browse files Browse the repository at this point in the history
  • Loading branch information
sp1999 authored Oct 30, 2024
1 parent 3c8245f commit d327f74
Showing 1 changed file with 42 additions and 0 deletions.
42 changes: 42 additions & 0 deletions docs/content/en/docs/whatsnew/changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,48 @@ description: >
{{% /alert %}}


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

### Supported OS version details
| | vSphere | Bare Metal | Nutanix | CloudStack | Snow |
|:-------------------:|:-------:|:----------:|:-------:|:----------:|:----:|
| Ubuntu 20.04 | βœ” | βœ” | βœ” | β€” | βœ” |
| Ubuntu 22.04 | βœ” | βœ” | βœ” | β€” | β€” |
| Bottlerocket 1.26.1 | βœ” | * | β€” | β€” | β€” |
| RHEL 8.x | βœ” | βœ” | βœ” | βœ” | β€” |
| RHEL 9.x | β€” | βœ” | βœ” | βœ” | β€” |

\* [EKS Anywhere issue regarding deprecation of Bottlerocket bare metal variants](https://github.com/aws/eks-anywhere/issues/7754)

### Added
- Support for Kubernetes v1.31
- Support for configuring tinkerbell stack load balancer interface in cluster spec ([#8805](https://github.com/aws/eks-anywhere/pull/8805))
- GPU support for Nutanix provider ([#8745](https://github.com/aws/eks-anywhere/pull/8745))
- Support for worker nodes failure domains on Nutanix ([#8837](https://github.com/aws/eks-anywhere/pull/8837))

### Changed
- Added EKS-D for 1-31:
- [`v1-31-eks-6`](https://distro.eks.amazonaws.com/releases/1-31/6/)
- Cert Manager: `v1.14.7` to `v1.15.3`
- Cilium: `v1.13.20` to `v1.14.12`
- Cluster API: `v1.7.2` to `v1.8.3`
- Cluster API Provider CloudStack: `v0.4.10-rc.1` to `v0.5.0`
- Cluster API Provider Nutanix: `v1.3.5` to `v1.4.0`
- Cluster API Provider vSphere: `v1.10.4` to `v1.11.2`
- Cri-tools: `v1.30.1` to `v1.31.1`
- Flux: `v2.3.0` to `v2.4.0`
- Govmomi: `v0.37.3` to `v0.44.1`
- Kind: `v0.23.0` to `v0.24.0`
- Kube-vip: `v0.7.0` to `v0.8.0`
- Tinkerbell Stack:
- Rufio: `v0.3.3` to `v0.4.1`
- Hook: `v0.8.1` to `v0.9.1`
- Troubleshoot: `v0.93.2` to `v0.107.4`

### Removed
- Support for Kubernetes v1.26


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

### Supported OS version details
Expand Down

0 comments on commit d327f74

Please sign in to comment.