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

update changelog for v0.20.5 #8720

Merged
merged 1 commit into from
Sep 6, 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
26 changes: 26 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,32 @@ 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.5](https://github.com/aws/eks-anywhere/releases/tag/v0.20.5)

### 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-37` to [`v1-27-eks-38`](https://distro.eks.amazonaws.com/releases/1-27/38/)
- `v1-28-eks-30` to [`v1-28-eks-31`](https://distro.eks.amazonaws.com/releases/1-28/31/)
- `v1-29-eks-19` to [`v1-29-eks-20`](https://distro.eks.amazonaws.com/releases/1-29/20/)
- `v1-30-eks-12` to [`v1-30-eks-13`](https://distro.eks.amazonaws.com/releases/1-30/13/)
- Tinkerbell Stack:
- tink `v0.10.0` to `v0.10.1`
- runc `v1.1.13` to `v1.1.14`
- containerd `v1.7.20` to `v.1.7.21`
- local-path-provisioner `v0.0.28` to `v0.0.29`

### Fixed
- Rollout new nodes for OSImageURL change on spec without changing K8s version ([#8656](https://github.com/aws/eks-anywhere/pull/8656))
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
- Rollout new nodes for OSImageURL change on spec without changing K8s version ([#8656](https://github.com/aws/eks-anywhere/pull/8656))
- Rollout new nodes for OSImageURL change on baremetal cluster spec without changing K8s version ([#8656](https://github.com/aws/eks-anywhere/pull/8656))
or
- Rollout new nodes for OSImageURL change on spec without changing K8s version for baremetal clusters ([#8656](https://github.com/aws/eks-anywhere/pull/8656))


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

### Supported OS version details
Expand Down