Skip to content

Commit fd672fe

Browse files
Merge pull request linode#227 from linode/api-changelog-4.69.0
API Changelog 4.69.0
2 parents 2f15de2 + 836104e commit fd672fe

File tree

1 file changed

+35
-0
lines changed

1 file changed

+35
-0
lines changed
Lines changed: 35 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,35 @@
1+
---
2+
title: '4.69.0: 2020-07-13'
3+
date: 2020-07-13T04:00:00.000Z
4+
version: 4.69.0
5+
changelog:
6+
- API
7+
---
8+
9+
### Added
10+
11+
- A `disks` field was added to the [Linode Kubernetes Engine (LKE)](/api/v4/lke-clusters) collection. This field allows you to define a custom disk layout for the nodes in a cluster's [Node Pool](/api/v4/lke-clusters-cluster-id-pools/#post). A custom disk layout is only required for specific use cases. If this field is omitted, the nodes in a Node Pool will have a default disk layout consisting of a single partition. The `disks` field is available from the following endpoints:
12+
13+
- Create Kubernetes Cluster ([POST /lke/clusters](/api/v4/lke-clusters/#post)).
14+
- Create Node Pool ([POST /lke/clusters/{clusterId}/pools](/api/v4/lke-clusters-cluster-id-pools/#post))
15+
- View Node Pool ([GET /lke/clusters/{clusterId}/pools/{poolId}](/api/v4/lke-clusters-cluster-id-pools-pool-id))
16+
17+
- When Listing Account Events ([GET /v4/account/events](/api/v4/account-events)), you can now filter by its `action` field. See [Filtering and Sorting](/api/v4/#filtering-and-sorting) to learn how to search API v4 collections.
18+
19+
### Changed
20+
21+
- Added improved error handling for the `ssl_cert` and `ssl_key` fields in the NodeBalancer collection. Error messages will now explain if a provided key is in an incorrect format. These fields are available from the following endpoints:
22+
23+
- Create Config ([POST /nodebalancers/{nodeBalancerId}/configs](https://developers.linode.com/api/v4/nodebalancers-node-balancer-id-configs/#post))
24+
25+
- Update Config ([PUT /nodebalancers/{nodeBalancerId}/configs/{configId}](https://developers.linode.com/api/v4/nodebalancers-node-balancer-id-configs-config-id/#put))
26+
27+
- The `tag` field for the [Domain Record](/api/v4/domains-domain-id-records/#post) collection is now filterable. See [Filtering and Sorting](/api/v4/#filtering-and-sorting) to learn how to search API v4 collections.
28+
29+
### Fixed
30+
31+
- A bug was fixed that allowed multiple Account Users to be created with the same `username`. This bug affected the Create User ([POST /account/users](https://developers.linode.com/api/v4/account-users/#post)) and Update User ([PUT /account/users/{username}](/api/v4/account-users-username/#put)) endpoints.
32+
33+
- Combined the `LKEClusterRequestBody` into the `LKECluste`r schema object and removed the `LKEClusterRequestBody` object within the [APIv4 OpenAPI 3 reference](https://github.com/linode/linode-api-docs). This change fixed some display issues on the [Linode API Documentation](https://developers.linode.com/api/v4) website for the [Linode Kubernetes Engine Endpoint](/api/v4/lke-clusters) collection.
34+
35+
- When creating an LKE Cluster ([POST /lke/clusters](/api/v4/lke-clusters/#post)) or updating an LKE Cluster ([PUT /lke/clusters/{clusterId}](/api/v4/lke-clusters-cluster-id/#put)), the `label` field supports valid Unicode outside of the ASCII table. Previously, the APIv4 reference listed the incorrect character limitations for this field.

0 commit comments

Comments
 (0)