Skip to content

Releases: linode/linode-api-docs

v4.86.0

09 Mar 19:09

Choose a tag to compare

Added

Changed

  • The following endpoints have been deprecated:

  • The Firewall Create (POST /networking/firewalls) beta endpoint has been updated with the following:

    • The required rules.inbound_policy and rules.outbound_policy properties were added to allow controlling default behavior for inbound and outbound traffic, respectively.
    • The rules.inbound.action and rules.outbound.action properties were added to control traffic for individual rules. These properties are required for inbound and outbound rules and override the rules.inbound_policy and rules.outbound_policy properties, respectively.
    • Previously, rules.inbound was required. It is now optional.
    • The rules.inbound.label, rules.inbound.description, rules.outbound.label, and rules.outbound.description properties were added for organization and display purposes.
    • Previously, up to five active Firewalls could be assigned to a single Linode service. Now, only one active Firewall can be assigned to a single Linode service.

Fixed

  • A bug has been fixed that prevented correct filtering for the Service Transfers List (GET /account/service-transfers) endpoint is_sender property.

  • The Volume Attach (POST /volumes/{volumeId}/attach) endpoint erroneously marked the linode_id property as nullable and required. This has been corrected to state that the property is optional and only accepts an integer .

v4.85.0

01 Mar 18:54

Choose a tag to compare

Fixed

  • The Maintenance List (GET /account/maintenance) beta endpoint previously returned information for inactive Linodes. This has been fixed to exclude information for inactive Linodes.

  • The Domain Update (PUT /domains/{domainId}) endpoint request body schema erroneously stated that the domain and type properties were required. The spec has been updated to mark these properties as optional.

  • The Domain Create (POST /domains) endpoint and Domain Update (PUT /domains/{domainId}) endpoint SHELL request samples incorrectly stated a display_group property and excluded the tags property. The samples have been updated to state the group and tags properties.

  • The following Domain schema properties have been updated to include the following missing value traits:

    • domain: minimum 1 and maximum 255 characters
    • status: a default value of active
    • refresh_sec: a valid, default value of 0, which is equivalent to 14400
    • retry_sec: a valid, default value of 0, which is equivalent to 14400
    • expire_sec: a valid, default value of 0, which is equivalent to 1209600
  • The Account View (GET /account) endpoint response body balance_uninvoiced description inaccurately stated that "Bandwidth charges are not included in the estimate." This has been corrected to state that "Transfer charges are not included in the estimate."

v4.84.1

19 Feb 16:42

Choose a tag to compare

Changed

  • The Entity Transfer Create (POST /account/entity-transfers) endpoint description has been updated to include warnings regarding Linode Backups and associated DNS records.

Fixed

v4.84.0

15 Feb 18:38

Choose a tag to compare

Added

Changed

  • The request body schema for the Domain Record Create (POST /domains/{domainId}/records) endpoint has been updated to include details regarding the different functions of the name and target properties for all record types. Previously, only minor details for the A and AAAA record types were provided.

  • The request body schema for the Firewalls Create (POST /networking/firewalls) beta endpoint has been updated to specify that the label property is now required and must be unique.

Fixed

  • The shell request sample for the Volume Attach (POST /volumes/{volumeId}/attach) endpoint erroneously stated a PUT request. It has been corrected to state a POST request.

v4.83.2

29 Jan 21:44

Choose a tag to compare

Changed

  • The limit of Firewalls per Linode service has been increased from 3 to 5. Descriptions for Firewall (/networking) beta endpoints were updated to reflect this increase.

  • The description for the User Create (POST /account/users) endpoint has been updated to include details for the email confirmation that is sent to newly-created Users.

  • The description for the Kubernetes Cluster Recycle (POST /lke/clusters/{clusterId}/recycle) endpoint has been updated to include more descriptive language regarding recycling all Nodes within an LKE Cluster.

Fixed

  • Descriptions for Object Storage (/object-storage) endpoints contained broken links to S3 API documentation. These links have been fixed.

v4.83.1

13 Jan 16:19

Choose a tag to compare

Fixed

  • Corrected typos found in the API Specification.

v4.83.0

13 Jan 15:44

Choose a tag to compare

Added

Updated

  • The LKE Kubernetes Cluster Update (PUT /lke/clusters/{clusterId}) endpoint now includes the k8s_version property in its request body schema. This property can be used to upgrade a Kubernetes cluster to the next minor version. New and recycled Nodes in this cluster will be deployed using the latest supported patch of this version.

v4.82.0

15 Dec 21:35

Choose a tag to compare

Fixed

  • A bug was fixed to reject leading zeroes on ports set in Firewalls inbound and outbound rules. The following endpoints have been updated to reflect this new exclusion:

  • The Object Storage Object ACL Config Update (PUT /object-storage/buckets/{clusterId}/{bucket}/object-acl) endpoint previously specified the object name as a query parameter. This was corrected to specify the object name in the request body.

  • The following endpoints were corrected to include page, pages, and results in their response objects:

v4.81.0

03 Dec 20:45

Choose a tag to compare

Fixed

  • A bug was fixed to allow preservation of URL parameters for service monitor addresses set at the following endpoints:

  • OAuth Reference has been updated to include Firewall, Maintenance, and Object Storage security scopes.

  • The x-linode-grant for the Event Mark as Seen (POST /account/events/{eventId}/seen) endpoint has been corrected to read_only. Previously, it was stated as read_write.

  • The OAuth scope for the Firewalls List (GET /networking/firewalls) endpoint has been correct to firewall:read_only. Previously, it was stated as firewalls:read_only.

4.81.0: [Update] Managed Service Create/Update address examples (#364)

03 Dec 20:50
0e67874

Choose a tag to compare

* Add URL examples to POST /managed/services

* Add spacing