Skip to content

Commit b227bd6

Browse files
authored
Merge pull request linode#186 from linode/release-1.1.22
Release 1.1.22
2 parents e3777bb + d2b9e7d commit b227bd6

File tree

4 files changed

+49
-3
lines changed

4 files changed

+49
-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.
Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
---
2+
title: Cloud Manager v1.5.0
3+
date: 2020-04-07T05:00:00.000Z
4+
version: 1.5.0
5+
changelog:
6+
- Cloud Manager
7+
---
8+
9+
### Changed:
10+
11+
- [Performance] Lazy load Domains data
12+
- Set a timeout when requesting Gravatars
13+
- Preserve Support ticket text on page reload
14+
15+
### Fixed:
16+
17+
- Account tab crashing for some users
18+
- Fix handling of local storage on logout
19+
- Longview NGINX tab crashing for some users
20+
- Screen readers cannot access "Create Linode" interface
21+
- Values on LV Network graphs displayed incorrectly
22+
- Placeholder component double h1 display issue
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
---
2+
title: Cloud Manager v1.5.1
3+
date: 2020-04-10T05:00:00.000Z
4+
version: 1.5.1
5+
changelog:
6+
- Cloud Manager
7+
---
8+
9+
### Changed
10+
11+
- Update LKE schema to reflect breaking API changes (version is now k8s_version)
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
---
2+
title: Cloud Manager v1.4.1
3+
date: 2020-03-30T06:00:00.000Z
4+
version: 1.4.1
5+
changelog:
6+
- Cloud Manager
7+
---
8+
9+
### Fixed:
10+
11+
- Images not available in Marketplace creation flow

0 commit comments

Comments
 (0)