API v4.14.0

Added

Changed

Fixed

  • Previously, View Network Utilization (GET /account/transfer/) did not include Object Storage outgoing network transfer in its network utilization for the current month. If you have the Linode Object Storage service enabled on your account, View Network Utilization will now include Object Storage’s outgoing network transfer in its total returned amount.
  • When a Linode that was deployed from a StackScript is deleted, that StackScript’s deployments_active value should decrease. This property’s value was incorrectly reporting the number of active deployments for a StackScript. This has been corrected.
  • Previously, after booting a Linode into rescue mode (POST /linode/instances/{linodeId}/rescue), when attempting to reboot your Linode (POST /linode/instances/{linodeId}/reboot), you would receive an error message, No bootable config found. This bug has been fixed and the Linode will reboot into the latest configuration profile that isn’t a rescue mode configuration profile.
  • Restoring a Linode (POST /linode/instances/{linodeId}/backups/{backupId}/restore) from a backup that was still in its post-processing phase returned the error message “backup is not valid”. The error message has been updated to be more descriptive. Now, when you attempt to restore a Linode from a backup that is still post processing, the returned error message is “Backup is currently post-processing”.
  • Iterated on a bug fix with migrations, clones, and host information. If the migration is a disk or a clone, the from_host is the disk. Users can see migration job information in the Event endpoints:
  • Fixed the url in the Close Support Ticket (POST /support/tickets/{ticketId}/close) endpoint’s Request Sample shell curl example.