Skip to content

Commit e29245c

Browse files
Merge pull request linode#184 from nmelehan/copy-edit-api-4.62-changelog
Copy edit 4.62.0 changelog
2 parents d7b01af + 6be3c08 commit e29245c

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

src/content/changelog/4-62-0-2020-04-10.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,14 +16,16 @@ changelog:
1616

1717
- 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)).
1818

19-
- The `version` property of the LKE collection has been updated to be named `k8s_version`. This change affects the following endpoints:
19+
- The `version` property of an LKE cluster has been updated to be named `k8s_version`. This change affects the following endpoints:
2020

2121
- List Kubernetes Clusters ([GET /lke/clusters](/api/v4/lke-clusters))
2222
- Create Kubernetes Clusters ([POST /lke/clusters](/api/v4/lke-clusters/#post))
2323
- View Kubernetes Cluster ([GET /lke/clusters/{clusterId}](/api/v4/lke-clusters-cluster-id))
2424

2525
### Fixed
2626

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.
27+
- An [LKE cluster'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.
2828

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`.
29+
- The `id` property of a Node in an LKE Node Pool was incorrectly documented as being of type `number`. This has been corrected and the property is now documented as being of type `string`.
30+
31+
- You can view the `id` property of your Nodes in the response from the [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) endpoints.

0 commit comments

Comments
 (0)