Skip to content

Commit

Permalink
Add the changelog for the v1.2.1 release (#1293)
Browse files Browse the repository at this point in the history
Co-authored-by: Marko Mudrinić <mudrinic.mare@gmail.com>
  • Loading branch information
kubermatic-bot and xmudrii authored Mar 23, 2021
1 parent 7c76ddb commit 51a3729
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# Changelog

# [v1.2.1](https://github.com/kubermatic/kubeone/releases/tag/v1.2.1) - 2021-03-23

**Check out the changelog for the [v1.2.0 release](https://github.com/kubermatic/kubeone/releases/tag/v1.2.0) for more information about what changes were introduced in the 1.2 release.**

## Changed

### Bug Fixes

* Install `cri-tools` (`crictl`) on Amazon Linux 2. This fixes the issue with provisioning Kubernetes and Amazon EKS-D clusters on Amazon Linux 2 ([#1282](https://github.com/kubermatic/kubeone/pull/1282))

# [v1.2.0](https://github.com/kubermatic/kubeone/releases/tag/v1.2.0) - 2021-03-18

## Attention Needed
Expand Down Expand Up @@ -39,6 +49,11 @@
```
For the configuration file reference, run `kubeone config print --full`.

## Known Issues

* Provisioning a Kubernetes or Amazon EKS-D cluster on Amazon Linux 2 will fail due to missing `crictl` binary. This bug has been fixed in the [v1.2.1 release](https://github.com/kubermatic/kubeone/releases/tag/v1.2.1).
* Upgrading an Amazon EKS-D cluster will fail due to kubeadm preflight checks failing. We're investigating the issue and you can follow the progress by checking the issue [#1284](https://github.com/kubermatic/kubeone/issues/1284).

## Added

* Add support for Kubernetes 1.20
Expand Down

0 comments on commit 51a3729

Please sign in to comment.