Skip to content

Releases: linode/linode-api-docs

v4.104.0

08 Sep 14:02
Compare
Choose a tag to compare

Added

  • Specify a Payment Method when accessing the Payment Make (POST /account/payments) endpoint by utilizing the new payment_method_id property.

Fixed

  • Previously, the specification erroneously stated that google_pay type Payment Methods could be added with the Payment Method Add (POST /account/payment-methods) endpoint. At this time, non-credit_card type Payment Methods can only be added using Linode Cloud Manager. The google_pay type has been removed from the endpoint's Request Body Schema accordingly.

  • A bug was fixed that uploaded the SSH keys of deleted Users that were included in the authorized_users array when accessing the following endpoints:

v4.102.0

24 Aug 19:43
Compare
Choose a tag to compare

Added

Changed

  • Cloud Firewalls are now available in every data center Region! Accordingly, limited availability language has been removed from all Cloud Firewall endpoint descriptions in the specification.

  • You can now add up to 6 active Payment Methods when accessing the Payment Method Add (POST /account/payment-methods) endpoint. Previously, only one credit_card type and one google_pay type Payment Method was allowed.

Fixed

  • Previously, Restricted Users did not have access to the Cloud Firewalls they created. Now, when a Restricted User creates a Cloud Firewall, that user has read/write access to that Firewall after it is created.

v4.101.1

16 Aug 20:00
Compare
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
Compare
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
Compare
Choose a tag to compare

Added

v4.99.0

16 Jul 19:36
Compare
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
Compare
Choose a tag to compare

Added

v4.97.2

01 Jul 19:02
Compare
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
Compare
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
Compare
Choose a tag to compare

Added

Changed