Skip to content

Commit 9fe561e

Browse files
committed
Changelog for API release 4.83.0
1 parent 9c6a285 commit 9fe561e

File tree

1 file changed

+19
-0
lines changed

1 file changed

+19
-0
lines changed
Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
---
2+
title: '4.83.0: 2021-01-11'
3+
date: 2021-01-11T04:00:00.000Z
4+
version: 4.83.0
5+
changelog:
6+
- API
7+
---
8+
9+
### Added
10+
11+
- The LKE [Kubernetes Cluster Recycle](/docs/api/linode-kubernetes-engine-lke/#kubernetes-cluster-recycle) (POST https://api.linode.com/v4/lke/clusters/{clusterId}/recycle) endpoint can now be used to recycle all of the Nodes in a Kubernetes cluster. Replacement Nodes are installed with the latest available patch for the Cluster's Kubernetes Version.
12+
13+
- The LKE [Node View](/docs/api/linode-kubernetes-engine-lke/#node-view) (GET https://api.linode.com/v4/lke/clusters/{clusterID}/nodes/{nodeId}) endpoint can now be used to view the details of an individual Node within a Kubernetes cluster.
14+
15+
- The LKE [Node Recycle](/docs/api/linode-kubernetes-engine-lke/#node-recycle) (POST https://api.linode.com/v4/lke/clusters/{clusterId}/nodes/{nodeId}/recycle) endpoint can now be used to recycle a Node within a Kubernetes cluster. Replacement Nodes are installed with the latest available patch for the Cluster's Kubernetes Version.
16+
17+
### Updated
18+
19+
- The LKE [Kubernetes Cluster Update](/docs/api/linode-kubernetes-engine-lke/#kubernetes-cluster-update) (PUT https://api.linode.com/v4/lke/clusters/{clusterId}) endpoint now includes the `k8s_version` property in its request body schema. This property can be used to upgrade a Kubernetes cluster to the next minor version. New and recycled Nodes in this cluster will be deployed using the latest supported patch of this version.

0 commit comments

Comments
 (0)