Nov 14, 2022 — Linode API

v4.140.0

Changed

  • Linode Instances and their Backups now include the available read-only property which indicates whether a Linode’s backups are available for restoration. Backups undergoing maintenance are not available for restoration.

Fixed

  • Resize a volume (POST /volumes/{volumeId}/resize). Fixed a bug that caused a Volume’s linode_label to return as null in the response and for all Volumes beyond the first when attached to the same Linode for Volumes List (GET /volumes). Now, linode_label always displays the correct value in responses for these commands.
  • Boot a Linode into rescue mode (POST /linode/instances/{linodeId}/rescue). Fixed a bug that caused extra configs to persist after accessing this operation. Now, only the most recent rescue config persists after booting into rescue mode.