Skip to content

v4.176.0

Compare
Choose a tag to compare
@Vernholio Vernholio released this 14 May 16:09
· 44 commits to development since this release

Changed

Updated account availability-related endpoints, to apply new functionality and bring them from beta to GA:

  • Account Availability (GET /account/availability)
  • Region Service Availability (GET /account/availability/{id})

Fixed

  • Service Transfer Create (POST /account/service-transfers]). Included VPC in list of services that a Linode can't use.
  • VPC-related fixes:
    • Corrections to nat_1_1 objects for proper support.
    • Proper IP address formatting for VPC IP addresses.
    • IP Addresses List (GET /linode/instances/{linodeId}/ips). Corrected response example to show VPC's displayed as objects in an array and added ipv4.vpc attribute to x-linode-cli-subtables.
  • Domain Clone (POST /domains/{domainId}/clone). Updated regex examples to proper format.
  • IP Addresses List (GET /linode/instances/{linodeId}/ips). Replaced requestBody with query string.
  • Object Storage Bucket Contents List (GET /object-storage/buckets/{clusterId}/{bucket}/object-list). Fixed incorrect response sample.
  • Parent/Child Account fixes Applied pagination and missing warning message.