Skip to content

Commit e108305

Browse files
authored
Merge pull request linode#244 from asauber/lke-changelog-update
Add changelogs for LKE 1.5.1 and 1.6.0
2 parents cd696f9 + 23d1a9a commit e108305

File tree

2 files changed

+47
-0
lines changed

2 files changed

+47
-0
lines changed

src/content/changelog/lke-1-5.1.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
---
2+
title: Linode Kubernetes Engine v1.5.1
3+
date: 2020-07-20T05:00:00.000Z
4+
version: 1.5.1
5+
changelog:
6+
- Linode Kubernetes Engine
7+
---
8+
9+
### Changed
10+
11+
* Add support for Kubernetes control plane version 1.16.13 and 1.17.9 with
12+
upstream bug fixes. All clusters were upgraded to these versions
13+
14+
### Fixed
15+
16+
* Fixed an issue with etcd backups not restoring in some cases
17+

src/content/changelog/lke-1-6-0.md

Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,30 @@
1+
---
2+
title: Linode Kubernetes Engine v1.6.0
3+
date: 2020-08-03T05:00:00.000Z
4+
version: 1.6.0
5+
changelog:
6+
- Linode Kubernetes Engine
7+
---
8+
9+
### Added
10+
11+
* Add Node Pool Recycle feature so that users can redeploy Nodes with the
12+
latest patches and kubelet version
13+
* Add support for up to 126 Nodes per cluster
14+
* Add NFS packages to Node disk images. All newly deployed Nodes have NFS
15+
support. Existing Node pools can gain support using the "Recycle Nodes"
16+
feature
17+
18+
### Changed
19+
20+
* LKE Node labels are reapplied on Node startup to ensure that they persist
21+
between reboots
22+
* Update CCM version to 0.3.6 to include a bugfix for TLS configuration
23+
* Increased timeout on kube-apiserver loadbalancers to prevent premature
24+
termination of connections
25+
26+
### Fixed
27+
28+
* Address connectivity issue for connections opened by control plane to cluster
29+
workloads
30+

0 commit comments

Comments
 (0)