Skip to content

Commit 0e274d1

Browse files
authored
Merge pull request linode#235 from hzoppetti/api-changelog-4.70.0
API Changelog 4.70.0
2 parents 249b836 + fb1fb0b commit 0e274d1

File tree

1 file changed

+37
-0
lines changed

1 file changed

+37
-0
lines changed
Lines changed: 37 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,37 @@
1+
---
2+
title: '4.70.0: 2020-07-27'
3+
date: 2020-07-27T04:00:00.000Z
4+
version: 4.70.0
5+
changelog:
6+
- API
7+
---
8+
9+
### Added
10+
11+
- Added the `Recycle Node Pool` ([POST /lke/clusters/{clusterId}/pools/{poolId}/recycle](/api/v4/lke-clusters-cluster-id-pools-pool-id-recycle/#post)) endpoint. This new endpoint allows you to recycle the Node Pool of your specified Kubernetes Cluster by `clusterId` and `poolId`.
12+
13+
### Changed
14+
15+
- Password validation is now solely reliant upon complexity (strength) score and no longer requires a set number of characters in special classes. Relevant endpoints:
16+
17+
- `Create Linode` ([POST /linode/instances](/api/v4/linode-instances/#post))
18+
- `Rebuild Linode` ([POST /linode/instances/{linodeId}/rebuild](/api/v4/linode-instances-linode-id-rebuild/#post))
19+
- `Create Managed Credential` ([POST /managed/credentials](/api/v4/managed-credentials/#post))
20+
- `Update Managed Credential Username and Password` ([POST /managed/credentials/{credentialId}/update](/api/v4/managed-credentials-credential-id-update/#post))
21+
- `Create Disk` ([POST /linode/instances/{linodeId}/disks](/api/v4/linode-instances-linode-id-disks/#post))
22+
- `Reset Disk Root Password` ([POST /linode/instances/{linodeId}/disks/{diskId}/password](/api/v4/linode-instances-linode-id-disks-disk-id-password/#post))
23+
24+
- Updated the description for the `Update Node Pool` ([PUT /lke/clusters/{clusterId}/pools/{poolId}](/api/v4/lke-clusters-cluster-id-pools-pool-id/#put)) endpoint. Now the description more accurately explains that nodes are created or deleted to match the updated count and that any local storage on deleted Linodes (such as "hostPath" and "emptyDir" volumes, or "local" PersistentVolumes) will be erased.
25+
26+
### Fixed
27+
28+
- Fixed a bug with domain validation where some multi-level domains were being flagged as invalid.
29+
30+
- Fixed a bug in CNAME record validation. It now checks all incoming CNAME records against all existing records (CNAME and otherwise) in this domain to make sure there are no conflicts. Relevant endpoints:
31+
32+
- `Create Domain Record` ([POST /domains/{domainId}/records](/api/v4/domains-domain-id-records/#post))
33+
- `Update Domain Record` ([PUT /domains/{domainId}/records/{recordId}](/api/v4/domains-domain-id-records-record-id/#put))
34+
35+
- Updated the [OAuth Workflow section](/api/v4/#o-auth) to include `grant_type` as a required parameter when using a refresh token.
36+
37+
- Switched the order of the name for the `Initiate Pending Host Migration/DC Migration` endpoint to `Initiate DC Migration/Pending Host Migration` to clear up any confusion about which part the word `Pending` applies. Pending refers only to the host migration and not to the data center migration. The [POST /linode/instances/{linodeId}/migrate](/api/v4/linode-instances-linode-id-migrate/#post) endpoint itself remains unchanged.

0 commit comments

Comments
 (0)