Skip to content

Commit e3777bb

Browse files
Merge pull request linode#183 from linode/release-1.1.21
Release 1.1.21
2 parents d2068bb + 4ccb9eb commit e3777bb

File tree

1 file changed

+29
-0
lines changed

1 file changed

+29
-0
lines changed
Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,29 @@
1+
---
2+
title: '4.62.0: 2020-04-10'
3+
date: 2020-04-10T04:00:00.000Z
4+
version: 4.62.0
5+
changelog:
6+
- API
7+
---
8+
9+
### Added
10+
11+
- The following Linode Kubernetes Engine (LKE) Beta Endpoints were added:
12+
13+
- List Kubernetes API Endpoints ([GET /lke/clusters/{clusterId}/api-endpoints](/api/v4/lke-clusters-cluster-id-api-endpoints)). This endpoint returns an array of Kubernetes API server endpoints for your LKE cluster.
14+
15+
### Changed
16+
17+
- The View Kubernetes API Endpoint ([/lke/clusters/{clusterId}/api-endpoint](/api/v4/lke-clusters-cluster-id-api-endpoint)) endpoint is now deprecated in favor of List Kubernetes API Endpoints ([GET /lke/clusters/{clusterId}/api-endpoints](/api/v4/lke-clusters-cluster-id-api-endpoints)).
18+
19+
- The `version` property of the LKE collection has been updated to be named `k8s_version`. This change affects the following endpoints:
20+
21+
- List Kubernetes Clusters ([GET /lke/clusters](/api/v4/lke-clusters))
22+
- Create Kubernetes Clusters ([POST /lke/clusters](/api/v4/lke-clusters/#post))
23+
- View Kubernetes Cluster ([GET /lke/clusters/{clusterId}](/api/v4/lke-clusters-cluster-id))
24+
25+
### Fixed
26+
27+
- The [LKE collection's](/api/v4/lke-clusters) `label`, `k8s_version`, and `region` properties were incorrectly labeled as being [filterable](/api/v4/#filtering-and-sorting). These properties have been updated in the [Linode API v4 schema](/api/v4) to no longer display the `filterable` label.
28+
29+
- The `nodes` array's `id` property for [Create Node Pool](/api/v4/lke-clusters-cluster-id-pools/#post), [View Node Pool](/api/v4/lke-clusters-cluster-id-pools-pool-id), and [Update Node Pool](/api/v4/lke-clusters-cluster-id-pools-pool-id/#put) was incorrectly documented as being of type `number`. This has been corrected and the property is now documented as being of type `string`.

0 commit comments

Comments
 (0)