You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- 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:
-`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:
- 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