Skip to content

Commit cc871d0

Browse files
authored
Merge pull request #188 from leslitagordita/api-changelog-4.63.0
API Changelog for release 4.63.0
2 parents 0fd0f49 + c62d734 commit cc871d0

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed
Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
---
2+
title: '4.63.0: 2020-04-15'
3+
date: 2020-04-15T04:00:00.000Z
4+
version: 4.63.0
5+
changelog:
6+
- API
7+
---
8+
9+
### Changed
10+
- The [Linode Kubernetes Engine](https://www.linode.com/products/kubernetes/) (LKE) is out of Beta. All [LKE endpoints](/api/v4/lke-clusters) now point to the `/v4` server instead of the `/v4beta` server.
11+
- **Note:** All `/v4` endpoints are available from the `/v4beta` server.
12+
13+
- The View Kubernetes API Endpoint (GET /lke/clusters/{clusterId}/api-endpoint) has been removed from the API in favor of the List Kubernetes API Endpoints ([GET /lke/clusters/{clusterId}/api-endpoints](/api/v4/lke-clusters-cluster-id-api-endpoints)) endpoint.
14+
15+
### Fixed
16+
17+
- A bug was causing LKE nodes in the process of being deleted to still appear as part of an LKE node pool. This bug has been fixed.
18+
- You can view an LKE cluster’s node pools with the View Node Pool endpoint ([GET /lke/clusters/{clusterId}/pools/{poolId}](/api/v4/lke-clusters-cluster-id-pools-pool-id)).

0 commit comments

Comments
 (0)