Skip to content

Commit db92ee8

Browse files
Added LKE release notes (linode#7053)
* Release notes for 1.77.0 * Added release notes for 1.72 and 1.75 * Added API link for labels and taints release note
1 parent 77b69dd commit db92ee8

File tree

3 files changed

+32
-0
lines changed

3 files changed

+32
-0
lines changed

docs/release-notes/lke/v1.72.0.md

+9
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
---
2+
title: Linode Kubernetes Engine v1.72.0
3+
date: 2024-05-06
4+
version: 1.72.0
5+
---
6+
7+
### Added
8+
9+
- Added support for custom labels and taints, which can be applied to node pools through the Linode API. Review the [Add Labels and Taints to your LKE Node Pools](/docs/products/compute/kubernetes/guides/deploy-and-manage-cluster-with-the-linode-api/#add-labels-and-taints-to-your-lke-node-pools) documentation and the [Create a node pool](https://techdocs.akamai.com/linode-api/reference/post-lke-cluster-pools) API endpoint documentation for more details.

docs/release-notes/lke/v1.75.0.md

+10
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
---
2+
title: Linode Kubernetes Engine v1.75.0
3+
date: 2024-06-19
4+
version: 1.75.0
5+
---
6+
7+
### Changed
8+
9+
- Upgraded clusters using Kubernetes 1.30 to patch version 1.30.2
10+
- Upgraded Block Storage CSI driver to [v0.8.0](https://github.com/linode/linode-blockstorage-csi-driver/releases/tag/v0.8.0)

docs/release-notes/lke/v1.77.0.md

+13
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
---
2+
title: Linode Kubernetes Engine v1.77.0
3+
date: 2024-07-16
4+
version: 1.77.0
5+
---
6+
7+
### Added
8+
9+
- This release includes CoreDNS autoscaling, based on the [cluster-proportional-autoscaler](https://github.com/kubernetes-sigs/cluster-proportional-autoscaler) project. The number of CoreDNS pods now scales based on the number of nodes in the LKE cluster.
10+
11+
### Changed
12+
13+
- Removed support for Kubernetes v1.27

0 commit comments

Comments
 (0)