Skip to content

Commit

Permalink
Update changelog and docs for v0.17.2
Browse files Browse the repository at this point in the history
  • Loading branch information
jiayiwang7 committed Sep 6, 2023
1 parent c4d3d14 commit 05f8b5f
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 10 deletions.
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
14 changes: 14 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,20 @@ 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
- TODO

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

### Supported OS version details
Expand Down

0 comments on commit 05f8b5f

Please sign in to comment.