Skip to content

Releases: linode/linode-api-docs

Release 4.189.3

29 Oct 16:43
Compare
Choose a tag to compare

Various fixes to address CLI-related issues in this file.

Release 4.189.2

24 Oct 16:55
Compare
Choose a tag to compare

Added

Fixed

  • List images operation. CLI fix for the x-linode-cli-display placement for the region object.

Release 4.189.1

21 Oct 18:23
Compare
Choose a tag to compare

Includes the following updates:

Fix to the openapi.yaml file. Version 4.189.0 included a corrupted version of this file.

Firewall Updates

Types for LKE, Object Storage, NB & Longview

Linode disk maximum. A single Linode can have up to 50 disks.

Release 4.186.0

26 Sep 17:27
Compare
Choose a tag to compare

Brings the openapi.yaml file up to date with version 4.186.0 of the Linode API.

Release 4.177.1

21 Aug 22:11
397c3d5
Compare
Choose a tag to compare

See the full list of updates for this version.

v4.176.0

14 May 16:09
Compare
Choose a tag to compare

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.

v4.175.0

01 May 17:08
Compare
Choose a tag to compare

New

Included new endpoints for parent-child account support:

  • GET /account/child-accounts
  • GET /account/child-accounts/{euuid}
  • POST /account/child-accounts/{euuid}/token

Updated

  • Modified existing endpoints to include specifics for parent-child account support:

    • GET /account/users
    • GET /account/users/{username}
    • POST /account/users
    • DELETE /account/users/{username}
    • PUT /account/users/{username}
    • PUT /profile
    • PUT /account/users/{username}/grants
    • POST /account/cancel
    • PUT /account
    • POST /profile/tokens
    • PUT /profile/tokens
  • Pointed out non-availability of these billing-related endpoints for child account use:

    • PUT /account
    • POST /account/credit-card
    • POST /account/payment-methods/*
    • POST /account/payments/*
    • POST /account/promo-codes
  • Other minor edits for formatting and compatibility.

Fixed

  • Updated Node balancer CLI commands to use proper operator.
  • Removed references to CVV which is no longer required by vendor.
  • Fix to Linode Create endpoint. Request body example incorrectly listed "nat_1_1": "add" when it is supposed to be "nat_1_1": "any".

v4.174.0

17 Apr 20:28
Compare
Choose a tag to compare
  • Added new VPC IP Addresses List endpoint (/networking/vpcs/ips) - #923.
  • Added new IP Address View for a specific VPC endpoint (/networking/vpcs/:id/ips) - #923.
  • Added the vpc array to the Networking Information List endpoint (/linode/instances/{linodeId}/ips) - #923.
  • Fixed support for nat_1_1 member within the ipv4 object when creating a new Linode - #923.
  • Removed message for IPv6 beta support with VPC's when creating a Linode - #923.
  • Updated Disk Update endpoint (PUT /linode/instances/{linodeId}/disks/{diskId}) to reflect what can be updated - #924.
  • Updated image object responses to show nullable attributes #926.
  • Added 30 and 120 seconds as acceptable values for TTL in Cloud Manager and by the API - #927.

v4.173.0

22 Feb 19:39
Compare
Choose a tag to compare

What's Changed

  • Added Region restriction to NodeBalancer Create by @bbiggerr in #917
  • Added VPC and Subnet event types by @bbiggerr in #918
  • Added zone_id restriction for Firewall and VPC ipv6 by @bbiggerr in #919
  • Fixed linodes ips-list CLI example by @bbiggerr in #920
  • Added scale-up functionality for MySQL and PostgreSQL DBaaS clusters by @Vernholio in #916

Full Changelog: v4.171.0...v4.173.0

v4.171.0

31 Jan 17:44
Compare
Choose a tag to compare

Changed

  • Updated VPC endpoints and other related endpoints to replace the beta URL with the main APIv4 url
  • Configuration Profile Interface Add (POST /instances/{linodeId}/configs/{configId}/interfaces/{interfaceId})
    • Correction to the url.
  • Configuration Profile Interface Update (PUT /instances/{linodeId}/configs/{configId}/interfaces/{interfaceId})
    • Added ip_range option for IPv4 ranges.
  • IP Addresses List (GET /networking/ips)
    • Added in the missing vpc_nat_1_1 option.
  • Copy edits