From 8dd7a60c4e762fdf08568122490a8d9b5b9aa5ec Mon Sep 17 00:00:00 2001 From: Ciprian Hacman Date: Fri, 10 Apr 2020 14:09:30 +0300 Subject: [PATCH] Add Docker version and new distros to release notes --- docs/releases/1.17-NOTES.md | 4 +++- docs/releases/1.18-NOTES.md | 10 ++++++++-- 2 files changed, 11 insertions(+), 3 deletions(-) diff --git a/docs/releases/1.17-NOTES.md b/docs/releases/1.17-NOTES.md index 48a81c97bc..acd1b15172 100644 --- a/docs/releases/1.17-NOTES.md +++ b/docs/releases/1.17-NOTES.md @@ -5,7 +5,9 @@ the notes prior to the release). # Significant changes -* The default instance type for AWS is now t3.medium. This should provide better performance and reduced costs in clusters where the average CPU usage is low. +* The default Docker version was changed to 19.03.4. Optional support for Docker 19.03.8 was added and will be the default in future versions. Enable by setting `spec.docker.version: 19.03.8`. + +* The default instance type for AWS was changed to t3.medium. This should provide better performance and reduced costs in clusters where the average CPU usage is low. # Breaking changes diff --git a/docs/releases/1.18-NOTES.md b/docs/releases/1.18-NOTES.md index 7a9fdc676c..40f5d68089 100644 --- a/docs/releases/1.18-NOTES.md +++ b/docs/releases/1.18-NOTES.md @@ -4,9 +4,15 @@ # Significant changes -* Rolling updates now support surging and parallelism within an instance group. For details see [the documentation](../operations/rolling-update.md). +* The default Docker version was changed to 19.03.8. -* [containerd](https://github.com/containerd/containerd/blob/master/README.md) can now be selected as an alternate container runtime for Kubernetes. Use the `--container-runtime containerd` flag to create such a cluster. +* Support for Ubuntu 20.04 and RHEL/CentOS 8 was added. + +* Support for Amazon Linux 2 was improved and will work with the default Docker version. + +* [containerd](https://github.com/containerd/containerd/blob/master/README.md) was added and can be selected as an alternate container runtime for Kubernetes. Enable by using the `--container-runtime containerd` flag when creating a cluster or by setting `spec.containerRuntime: containerd`. + +* Rolling updates now support surging and parallelism within an instance group. For details see [the documentation](../operations/rolling-update.md). * Cilium CNI can now use AWS networking natively through the AWS ENI IPAM mode. Kops can also run a Kubernetes cluster entirely without kube-proxy using Cilium's BPF NodePort implementation