Releases: linode/linode-api-docs
Release 4.193.0
Note: This file is now being released as .json format.
Added/Changed
- List Object Storage endpoints. New operation.
- Create an Object Storage bucket. Updated to include the endpoint_type object in both the BODY PARAMS and RESPONSES sections.
- List Object Storage buckets operation. Updated to include the endpoint_type object in the RESPONSES section.
- List Object Storage Buckets per region. Updated to include the endpoint_type object in the RESPONSES section.
- Get an Object Storage bucket. Updated to include the endpoint_type object in the RESPONSES section.
- Create an Object Storage key. Updated to include the endpoint_type object in the RESPONSES section.
- List Object Storage keys. Updated to include the endpoint_type object in the RESPONSES section.
- Get an Object Storage key. Updated to include the endpoint_type object in the RESPONSES section.
- Linode types operations offer accelerated class (Beta). Both the List types and Get a type operations now include accelerated as a class of Linode, which better supports video transcoding and media processing.
Fixed
- Update an object's ACL config. Operation is supposed to return an empty response.
- Create a disk. The
filesystem
object in the response had an incorrect description. - Get a placement group. The
migrations
object in a response is supposed to be displayed asnull
if no migrations are taking place. - Update a configuration profile interface. Response was showing data for the POST version of this operation.
v4.191.2
LKE Node Pools
- Fix labels syntax issues for Node Pools
- Update CLI example commands
NodeBalancer
- Body parameters are now grouped by configuration protocol (TCP, HTTP, and HTTPs)
Managed Databases
- Copy edits and other changes
Release v4.191.1
Changes for DBaaS endpoints.
v4.191.0
CLI changes for Release 4.191.0
• Linodes, and LKEs support disk encryption
• Managed Database service in partnership with Aiven
• LKE supports tiers (standard and enterprise)
Release 4.189.3
Various fixes to address CLI-related issues in this file.
Release 4.189.2
Added
- Delete a VLAN (DELETE /networking/vlans/{regionId}/{label})
Fixed
- List images operation. CLI fix for the
x-linode-cli-display
placement for theregion
object.
Release 4.189.1
Includes the following updates:
Fix to the openapi.yaml file. Version 4.189.0 included a corrupted version of this file.
- Get a firewall rule version (GET /networking/firewalls/{firewallId}/history/rules/{version})
- List firewall rule versions (GET /networking/firewalls/{firewallId}/history)
- Apply a Linode's firewalls (POST /linode/instances/{linodeId}/firewalls/apply
Types for LKE, Object Storage, NB & Longview
- List Kubernetes types (GET /lke/types)
- List Object Storage types (GET /object-storage/types)
- List NodeBalancer types (GET /nodebalancers/types)
- List Longview types (GET /longview/types)
Linode disk maximum. A single Linode can have up to 50 disks.
- Create a disk (POST /linode/instances/{linodeId}/disks)
- Clone a disk (POST /linode/instances/{linodeId}/disks/{diskId}/clone).
Release 4.186.0
Brings the openapi.yaml file up to date with version 4.186.0 of the Linode API.
Release 4.177.1
See the full list of updates for this version.
v4.176.0
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.
- Corrections to
- 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.