v4.142.1
Changed
-
Linode Clone (POST /linode/instances/{linodeId}/clone)
- Cloned Linodes can now be created with an assigned private IPv4 address when cloning to a new Linode.
-
Kubernetes Clusters List (GET /lke/clusters)
- Response data for this command are now filterable by the
k8s_version
andregion
properties.
- Response data for this command are now filterable by the
-
Maintenance List (GET /account/maintenance)
- This command is no longer in beta, and can now be accessed via the
https://api.linode.com/v4
server path. - This command now returns completed maintenance items. Previously, only pending maintenance items were returned with this command.
- This command is no longer in beta, and can now be accessed via the
-
Volume Attach (POST /volumes/{volumeId}/attach)
Volume Detach (POST /volumes/{volumeId}/detach)
- Events created by these commands now include the associated Linodes when attaching or detaching Block Storage Volumes.
-
Updated various links to the Linode Docs website.
Fixed
-
Firewall Rules Update (PUT /networking/firewalls/{firewallId}/rules)
- Fixed a bug that prevented event creation when accessing this command. Now, an event is created when Firewall Rules are updated.
-
Attempting to access or utilize a deleted StackScript now returns a 404 or 400 error, respectively. Previously, a 401 error was returned, which was inconsistent with the behavior of our other commands.
-
Encoded StackScript data must not exceed 65535 characters in total length when making requests that involve Disk creation. Previously, requests that exceeded this limit resulted in a 500 error code with no additional information. Now, an error message is returned that references this limit.
-
When creating or updating Managed Databases, including "0.0.0.0/0" in the
allow_list
allows incoming connections from all IP addresses. This feature was available but previously undocumented. -
type
was removed from the Request Body Schema of Domain Record Update. This option was included in the documentation in error.