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 and docs for v0.17.2 #6647

Merged
merged 1 commit into from
Sep 12, 2023
Merged
Show file tree
Hide file tree
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
20 changes: 10 additions & 10 deletions docs/content/en/docs/osmgmt/artifacts.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ OR

Using a specific EKS Anywhere version
```bash
EKSA_RELEASE_VERSION=v0.17.1
EKSA_RELEASE_VERSION=v0.17.2
```

```bash
Expand All @@ -63,7 +63,7 @@ OR

Using a specific EKS Anywhere version
```bash
EKSA_RELEASE_VERSION=v0.17.1
EKSA_RELEASE_VERSION=v0.17.2
```

kernel:
Expand Down Expand Up @@ -93,7 +93,7 @@ OR

Using a specific EKS Anywhere version
```bash
EKSA_RELEASE_VERSION=v0.17.1
EKSA_RELEASE_VERSION=v0.17.2
```

```bash
Expand All @@ -118,7 +118,7 @@ OR

Using a specific EKS Anywhere version
```bash
EKSA_RELEASE_VERSION=v0.17.1
EKSA_RELEASE_VERSION=v0.17.2
```

```bash
Expand Down Expand Up @@ -163,7 +163,7 @@ export KUBEVERSION="1.27"

Using a specific EKS Anywhere version
```bash
EKSA_RELEASE_VERSION=v0.17.1
EKSA_RELEASE_VERSION=v0.17.2
```

Set the Bottlerocket image format to the desired value (`ova` for the VMware variant or `raw` for the Baremetal variant)
Expand Down Expand Up @@ -392,7 +392,7 @@ These steps use `image-builder` to create an Ubuntu-based or RHEL-based image fo

Using a specific EKS Anywhere version
```bash
EKSA_RELEASE_VERSION=v0.17.1
EKSA_RELEASE_VERSION=v0.17.2
```

```bash
Expand Down Expand Up @@ -529,7 +529,7 @@ These steps use `image-builder` to create an Ubuntu-based or RHEL-based image fo

Using a specific EKS Anywhere version
```bash
EKSA_RELEASE_VERSION=v0.17.1
EKSA_RELEASE_VERSION=v0.17.2
```

```bash
Expand Down Expand Up @@ -661,7 +661,7 @@ These steps use `image-builder` to create a RHEL-based image for CloudStack. Bef

Using a specific EKS Anywhere version
```bash
EKSA_RELEASE_VERSION=v0.17.1
EKSA_RELEASE_VERSION=v0.17.2
```

```bash
Expand Down Expand Up @@ -755,7 +755,7 @@ These steps use `image-builder` to create an Ubuntu-based Amazon Machine Image (

Using a specific EKS Anywhere version
```bash
EKSA_RELEASE_VERSION=v0.17.1
EKSA_RELEASE_VERSION=v0.17.2
```

```bash
Expand Down Expand Up @@ -905,7 +905,7 @@ These steps use `image-builder` to create a Ubuntu-based image for Nutanix AHV a

Using a specific EKS Anywhere version
```bash
EKSA_RELEASE_VERSION=v0.17.1
EKSA_RELEASE_VERSION=v0.17.2
```

```bash
Expand Down
22 changes: 22 additions & 0 deletions docs/content/en/docs/whatsnew/changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,28 @@ 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.17.2](https://github.com/aws/eks-anywhere/releases/tag/v0.17.2)

### Supported OS version details
| | vSphere | Bare Metal | Nutanix | CloudStack | Snow |
| :---: | :---: | :---: | :---: | :---: | :---: |
| Ubuntu | 20.04 | 20.04 | 20.04 | Not supported | 20.04 |
| | 22.04 | 22.04 | 22.04 | Not supported | Not supported |
| Bottlerocket | 1.13.1 | 1.13.1 | Not supported | Not supported | Not supported |
| RHEL | 8.7 | 8.7 | Not supported | 8.7 | Not supported |


### Fixed
- Bare Metal: Ensure new worker node groups can reference new machine configs ([#6615](https://github.com/aws/eks-anywhere/issues/6615))
- Bare Metal: Fix `writefile` action to ensure Bottlerocket configs write content or error ([#2441](https://github.com/aws/eks-anywhere-build-tooling/pull/2441))

### Added
- Added support for configuring healthchecks on EtcdadmClusters using `etcdcluster.cluster.x-k8s.io/healthcheck-retries` annotation ([aws/etcdadm-controller#44](https://github.com/aws/etcdadm-controller/pull/44))
- Add check for making sure quorum is maintained before deleting etcd machines ([aws/etcdadm-controller#46](https://github.com/aws/etcdadm-controller/pull/46))

### Changed
- Only delete one etcd machine at a time when multiple are failing healthchecks ([aws/etcdadm-controller#46](https://github.com/aws/etcdadm-controller/pull/46))

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

### Supported OS version details
Expand Down