Skip to content

Releases: linode/linode-api-docs

v4.143.1

23 Jan 19:55
1935391
Compare
Choose a tag to compare

Changed

  • Images List (GET /images)
    • Responses for this command are now filterable by the status property.

Fixed

v4.142.3-patch1

12 Jan 15:28
7dfefb3
Compare
Choose a tag to compare

Fixed

Fixed the LKE Node View (GET /lke/clusters/{clusterId}/nodes/{nodeId}) response schema by removing the "data" property. This enables a fix to the linode-cli lke node-view command, which was returning the following error: KeyError: 'data'. This is a documentation-only fix.

v4.142.2

11 Jan 15:26
Compare
Choose a tag to compare

Fixed

v4.142.1

10 Jan 19:13
Compare
Choose a tag to compare

Changed

  • Linode Clone (POST /linode/instances/{linodeId}/clone)

    • Cloned Linodes can now be created with an assigned private IPv4 address when cloning to a new Linode.
  • Kubernetes Clusters List (GET /lke/clusters)

    • Response data for this command are now filterable by the k8s_version and region properties.
  • Maintenance List (GET /account/maintenance)

    • This command is no longer in beta, and can now be accessed via the https://api.linode.com/v4 server path.
    • This command now returns completed maintenance items. Previously, only pending maintenance items were returned with this command.
  • Volume Attach (POST /volumes/{volumeId}/attach)

    Volume Detach (POST /volumes/{volumeId}/detach)

    • Events created by these commands now include the associated Linodes when attaching or detaching Block Storage Volumes.
  • Updated various links to the Linode Docs website.

Fixed

  • Firewall Rules Update (PUT /networking/firewalls/{firewallId}/rules)

    • Fixed a bug that prevented event creation when accessing this command. Now, an event is created when Firewall Rules are updated.
  • Attempting to access or utilize a deleted StackScript now returns a 404 or 400 error, respectively. Previously, a 401 error was returned, which was inconsistent with the behavior of our other commands.

  • Encoded StackScript data must not exceed 65535 characters in total length when making requests that involve Disk creation. Previously, requests that exceeded this limit resulted in a 500 error code with no additional information. Now, an error message is returned that references this limit.

  • When creating or updating Managed Databases, including "0.0.0.0/0" in the allow_list allows incoming connections from all IP addresses. This feature was available but previously undocumented.

  • type was removed from the Request Body Schema of Domain Record Update. This option was included in the documentation in error.

v4.141.1-patch1

06 Jan 17:25
ab9633f
Compare
Choose a tag to compare

Updated

  • IP Address documentation examples updated to comply with IETF RFC 5737.

Fixed

  • Updated LKE version in documentation examples to 1.24, as 1.23 is deprecated.

v4.141.0

29 Nov 16:56
Compare
Choose a tag to compare

Changed

  • User Preferences Update (PUT /profile/preferences)

    • The total length of the preferences JSON can not exceed 65,535 characters.
  • SSH Key Add (POST /profile/sshkeys)

    • This command now accepts the ssh_key format sk-ecdsa-sha2-nistp256 (Akamai-specific).

v4.140.0

14 Nov 20:13
Compare
Choose a tag to compare

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 that are undergoing maintenance are not available for restoration.

Fixed

  • Fixed a bug that caused a Volume's linode_label to return as null in the response for Volume Resize (POST /volumes/{volumeId}/resize) 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.

  • Fixed a bug that caused extra Configs to persist after accessing the Linode Boot into Rescue Mode (POST /linode/instances/{linodeId}/rescue) command. Now, only the most recent rescue Config persists after booting into rescue mode.

v4.139.0

31 Oct 17:56
Compare
Choose a tag to compare

Added

  • Linode Compute Instances now include the read-only host_uuid property. This UUID identifies the host machine of a compute instance, enabling potential failure point identification for applications running on multiple instances.

Changed

Fixed

  • StackScripts are now filterable by rev_note in accordance to the documentation.

v4.138.0

17 Oct 18:29
Compare
Choose a tag to compare

Changed

Fixed

  • Image Create (POST /images)

    • Fixed a bug that allowed successful requests for disks of deleted Linodes, which would lead to failed Image creation. Now, requests for disks of deleted Linodes result in a 404 response.
  • Linode Assign IPs (POST /networking/ips/assign)

    • Fixed a bug that allowed IP assignment requests with empty address values. Requests must now include IP addresses.
  • Tagged Objects List (GET/tags/{label})

    • Fixed a bug that produced incorrect Linode statuses in responses.

v4.137.0

03 Oct 18:18
Compare
Choose a tag to compare

Changed

  • Domain Create (POST /domains)

    Domain Update (PUT /domains/{domainId})

    • axfr_ips and master_ips each now have a total combined length limit of 1000 characters for data within their respective arrays.

Fixed