Skip to content

Commit

Permalink
Add changelog for v0.20.9 (#8987)
Browse files Browse the repository at this point in the history
  • Loading branch information
sp1999 authored Nov 9, 2024
1 parent c448e9e commit 8291c81
Showing 1 changed file with 33 additions and 1 deletion.
34 changes: 33 additions & 1 deletion docs/content/en/docs/whatsnew/changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,33 @@ description: >
- Support for Kubernetes v1.26


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

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

### Changed
- cilium: `v1.13.20-eksa.1` to `v1.13.21-eksa.5`
- cloud-provider-vsphere
- `v1.29.1` to `v1.29.2`
- `v1.30.1` to `v1.30.2`
- EKS Distro:
- `v1-28-eks-34` to [`v1-28-eks-35`](https://distro.eks.amazonaws.com/releases/1-28/35/)
- `v1-29-eks-23` to [`v1-29-eks-24`](https://distro.eks.amazonaws.com/releases/1-29/24/)
- `v1-30-eks-16` to [`v1-30-eks-17`](https://distro.eks.amazonaws.com/releases/1-30/17/)
- cluster-api-provider-vsphere(CAPV): `v1.10.3` to `v1.10.4`
- etcdadm-bootstrap-provider: `v1.0.14` to `v1.0.15`
- kube-vip: `v0.8.4` to `v0.8.6`

### Fixed
- Release init-lock when the owner machine fails to launch. ([#41](https://github.com/aws/etcdadm-bootstrap-provider/pull/41))

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

### Supported OS version details
Expand All @@ -103,6 +130,11 @@ description: >
- runc: `v1.1.14` to `v1.1.15`
- local-path-provisioner: `v0.0.29` to `v0.0.30`

### Fixed
- Skip hardware validation logic for InPlace upgrades. [#8779](https://github.com/aws/eks-anywhere/pull/8779)
- Status reconciliation of etcdadm cluster in etcdadm-controller when etcd-machines are unhealthy. [#63](https://github.com/aws/etcdadm-controller/pull/63)
- Skip generating AWS IAM Kubeconfig on cluster upgrade. [#8851](https://github.com/aws/eks-anywhere/pull/8851)

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

### Supported OS version details
Expand All @@ -125,7 +157,7 @@ description: >
- cluster-api-provider-vsphere(CAPV): `v1.10.2` to `v1.10.3`

### Fixed
- Fixed support for efi on rhel 9 raw builds. ([3824](https://github.com/aws/eks-anywhere-build-tooling/pull/3824))
- Fixed support for efi on rhel 9 raw builds. ([#3824](https://github.com/aws/eks-anywhere-build-tooling/pull/3824))


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

0 comments on commit 8291c81

Please sign in to comment.