Apr 17, 2024 — Linode API

v4.174.0

Added

Included new endpoints for VPC-related IP addresses:

Updated

  • Networking Information List (GET /linode/instances/{linodeId}/ips). Added the vpc array that includes all VPC IP addresses for a specified Linode.
  • Updated operations that allow you to set a time to live (TTL). Values of 30 and 120 seconds are supported.

Fixed

  • Removed message for IPv6 beta support with VPC’s when creating a Linode. (IPv6 is not supported.)
  • Update a disk (PUT /linode/instances/{linodeId}/disks/{diskId}). Only a disk’s label can be updated with this operation.
  • Replaced references of none to null for private images, to address the Linode API’s multi-language support.