Aug 22, 2022 — Linode API
over 2 years ago by cverner@akamai.com
v4.134.0
Fixed
- Fixed a bug that caused all disks on a Linode to return a “not ready” status if one of the disks was not ready.
- Clone a Linode (POST /linode/instances/{linodeId}/clone). Fixed a bug that caused an error when cloning a Linode while below the limit of 5 concurrent clones. Now, the error only returns when attempting more than 5 concurrent clones of a Linode.
- Restore a backup (POST /linode/instances/{linodeId}/backups/{backupId}/restore). Linodes that are in the process of backup restoration can no longer be deleted.
- Assign IP addresses (POST /networking/ips/assign). Previously, assigning an IP address off of a managed Linode automatically set the Managed Setting “ssh.access” property to
false
. Now, assignment of a Managed Linode’s IP Address does not affect its “ssh.access” setting.