Skip to content

Commit

Permalink
Adding changelog for release v0.20.3 (#8599)
Browse files Browse the repository at this point in the history
Co-authored-by: Aravind Ramalingam <[email protected]>
  • Loading branch information
eks-distro-pr-bot and pokearu authored Aug 14, 2024
1 parent 77f8a31 commit 29273ff
Showing 1 changed file with 32 additions and 0 deletions.
32 changes: 32 additions & 0 deletions docs/content/en/docs/whatsnew/changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,38 @@ 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.20.3](https://github.com/aws/eks-anywhere/releases/tag/v0.20.3)

### 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
- EKS Distro:
- `v1-27-eks-35` to [`v1-27-eks-36`](https://distro.eks.amazonaws.com/releases/1-27/36/)
- `v1-28-eks-28` to [`v1-28-eks-29`](https://distro.eks.amazonaws.com/releases/1-28/29/)
- `v1-29-eks-17` to [`v1-29-eks-18`](https://distro.eks.amazonaws.com/releases/1-29/18/)
- `v1-30-eks-10` to [`v1-30-eks-11`](https://distro.eks.amazonaws.com/releases/1-30/11/)

### Added
- Enable Tinkerbell stack to use dhcprelay instead of using smee in hostNetwork mode. ([#8568](https://github.com/aws/eks-anywhere/pull/8568))

### Fixed
- Enable `lb_class_only` env var on kube-vip so that it only manages IP for services with `LoadBalancerClass` set to `kube-vip.io/kube-vip-class` on the service. ([#8493](https://github.com/aws/eks-anywhere/pull/8493))
- Nil pointer panic for etcdadm-controller when `apiserver-etcd-client` secret got deleted. ([#62](https://github.com/aws/etcdadm-controller/pull/62))

### Changed
- kube-vip: `v0.8.1` to `v0.8.2`
- cilium: `v1.13.16` to `v1.13.18`
- cert-manager: `v1.14.5` to `v1.14.7`
- etcdadm-controller: `v1.0.21` to `v1.0.22`
- local-path-provisioner: `v0.0.27` to `v0.0.28`

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

### Supported OS version details
Expand Down

0 comments on commit 29273ff

Please sign in to comment.