From 23d1a9ac25298a0220dd0b92198571edcd161abf Mon Sep 17 00:00:00 2001 From: Andrew Sauber Date: Thu, 6 Aug 2020 17:25:27 -0400 Subject: [PATCH] Add changelogs for LKE 1.5.1 and 1.6.0 --- src/content/changelog/lke-1-5.1.md | 17 +++++++++++++++++ src/content/changelog/lke-1-6-0.md | 30 ++++++++++++++++++++++++++++++ 2 files changed, 47 insertions(+) create mode 100644 src/content/changelog/lke-1-5.1.md create mode 100644 src/content/changelog/lke-1-6-0.md diff --git a/src/content/changelog/lke-1-5.1.md b/src/content/changelog/lke-1-5.1.md new file mode 100644 index 000000000..b9808971b --- /dev/null +++ b/src/content/changelog/lke-1-5.1.md @@ -0,0 +1,17 @@ +--- +title: Linode Kubernetes Engine v1.5.1 +date: 2020-07-20T05:00:00.000Z +version: 1.5.1 +changelog: + - Linode Kubernetes Engine +--- + +### Changed + +* Add support for Kubernetes control plane version 1.16.13 and 1.17.9 with + upstream bug fixes. All clusters were upgraded to these versions + +### Fixed + +* Fixed an issue with etcd backups not restoring in some cases + diff --git a/src/content/changelog/lke-1-6-0.md b/src/content/changelog/lke-1-6-0.md new file mode 100644 index 000000000..f9a3bfae7 --- /dev/null +++ b/src/content/changelog/lke-1-6-0.md @@ -0,0 +1,30 @@ +--- +title: Linode Kubernetes Engine v1.6.0 +date: 2020-08-03T05:00:00.000Z +version: 1.6.0 +changelog: + - Linode Kubernetes Engine +--- + +### Added + +* Add Node Pool Recycle feature so that users can redeploy Nodes with the + latest patches and kubelet version +* Add support for up to 126 Nodes per cluster +* Add NFS packages to Node disk images. All newly deployed Nodes have NFS + support. Existing Node pools can gain support using the "Recycle Nodes" + feature + +### Changed + +* LKE Node labels are reapplied on Node startup to ensure that they persist + between reboots +* Update CCM version to 0.3.6 to include a bugfix for TLS configuration +* Increased timeout on kube-apiserver loadbalancers to prevent premature + termination of connections + +### Fixed + +* Address connectivity issue for connections opened by control plane to cluster + workloads +