Skip to content

Releases: linode/linode-api-docs

v4.101.1

16 Aug 20:00

Choose a tag to compare

Added

  • Added CLI default property configurations.

Fixed

  • Fixed broken link in the specification.

v4.101.0

09 Aug 20:26

Choose a tag to compare

Added

  • You can now deactivate Payment Methods by accessing the Payment Method Delete (DELETE /account/payment-methods/{paymentMethodId}) endpoint.

  • Linode APIv4 now supports adding an autoscaler configuration for Node Pools using the Linode Kubernetes Engine (LKE) endpoints listed below. Note: While adding an autoscaler config is supported by the Linode APIv4, issuing requests to these endpoints will not yet take any effect on your Node Pools. The cluster-autoscaler will be available in a subsequent Linode Kubernetes Engine release. Please refer to the LKE Changelog to learn when adding an autoscaler config for Node Pools is released.

v4.100.1

29 Jul 19:22

Choose a tag to compare

Added

v4.99.0

16 Jul 19:36

Choose a tag to compare

Added

Changed

  • The id property is now returned for Payment Method Objects when accessing the Payment Methods List (GET /account/payment-methods) endpoint.

v4.98.0

13 Jul 14:07

Choose a tag to compare

Added

v4.97.2

01 Jul 19:02

Choose a tag to compare

Changed

  • The Maintenance List (GET /account/maintenance) beta endpoint's "status" property has been updated as follows:
    • Maintenance objects that were formerly returned as ready are now returned as pending.
    • completed Maintenance objects are no longer returned at this endpoint.

v4.97.1

29 Jun 16:14

Choose a tag to compare

Fixed

  • A bug in the API spec that prevented developers.linode.com from building was fixed.

v4.97.0

29 Jun 16:12

Choose a tag to compare

Added

Changed

v4.96.0

21 Jun 20:18

Choose a tag to compare

Changed

v4.95.0

15 Jun 15:45

Choose a tag to compare

Changed

  • Linode Disks can now be created from Account-specific ("private/") Images that a user has read_only or read_write access to with the Linode Create (POST /linode/instances) or Disk Create (POST/linode/instances/{linodeId}/disks) endpoints. Previously, only users with read_write access to an Account Image could create disks from that Image.

Fixed