Skip to content

Commit

Permalink
0.18.0 Changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
tatlat committed Oct 18, 2023
1 parent 76b841c commit f64c7af
Show file tree
Hide file tree
Showing 2 changed files with 52 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.2
EKSA_RELEASE_VERSION=v0.18.0
```

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

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

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

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

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

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

```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.2
EKSA_RELEASE_VERSION=v0.18.0
```

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.2
EKSA_RELEASE_VERSION=v0.18.0
```

```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.2
EKSA_RELEASE_VERSION=v0.18.0
```

```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.2
EKSA_RELEASE_VERSION=v0.18.0
```

```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.2
EKSA_RELEASE_VERSION=v0.18.0
```

```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.2
EKSA_RELEASE_VERSION=v0.18.0
```
```bash
Expand Down
42 changes: 42 additions & 0 deletions docs/content/en/docs/whatsnew/changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,48 @@ Please upgrade to `v0.15.3` if you are using Tinkerbell (Bare Metal) provider.
{{% /alert %}}

[Unreleased]
### Added
- ETCD Encryption
- KINDless upgrades
- Generate TinkerbellTemplateConfig command: https://github.com/aws/eks-anywhere/issues/3588
- Support for modular Kubernetes version upgrades for bare metal
- - OSImageURL added to Tinkerbell Machine Config
- Bare metal out-of-band webhook
- Support for Kubernetes 1.28 https://github.com/aws/eks-anywhere/issues/6451
- Support for air gapped image building https://github.com/aws/eks-anywhere/issues/6457


### Changed
- Subscriptions can now be purchased through Amazon EKS console, APIs, and AWS CLI instead of Marketplace
- etcd reconciliation separated from controlplane
- Upgraded cilium to 1.12.14

### Deprecated


### Removed


### Fixed
- Fail on eksctl anywhere upgrade cluster plan -f: https://github.com/aws/eks-anywhere/issues/6716
- Curated packages fixed in airgapped environments
- Error out when management kubeconfig is not present for workload cluster operations: https://github.com/aws/eks-anywhere/pull/6501
- Etcdadm fix etcd url in air gapped environments
- Empty vSphereMachineConfig users fails CLI upgrade: https://github.com/aws/eks-anywhere/issues/5420
- CLI stalls on upgrade with Flux Gitops https://github.com/aws/eks-anywhere/issues/6453


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

### 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.14.3 | 1.14.3 | Not supported | Not supported | Not supported |
| RHEL | 8.7 | 8.7 | Not supported | 8.7 | Not supported |



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

Expand Down

0 comments on commit f64c7af

Please sign in to comment.