Jul 20, 2024 — Linode API
v4.181.0 & v4.182.0
Added
-
LKE Control Plane Access Control List. You can now view, update, and delete a cluster's control plane access control list. New operations include:
-
Get the control plane access control list (GET /lke/clusters/{clusterId}/control_plane_acl)
-
Update the control plane access control list (PUT /lke/clusters/{clusterId}/control_plane_acl)
-
Delete the control plane access control list (DELETE /lke/clusters/{clusterId}/control_plane_acl)
-
-
Network transfer pricing. You can now view volume and network transfer prices, including region specific rates.
-
List network transfer prices (GET /network-transfer/prices)
-
List volume types (GET /volumes/types)
-
-
New objects included in images operation responses. These operations now include the
region
—the unique identifier for the core compute region where this image is located— andtotal_size
—the total size of the image and all of its replicas—objects:- Create an image (POST /images)
- List images (GET /images)
- Get an image (GET /images/{imageId})
- Update an image (PUT /image/{imageId})
-
New image services operation. Added the Replicate an image (POST /images/{imageId}/regions) operation.
Changed
-
Taints and labels are supported on LKE Node Pools.
-
Create a node pool (POST /lke/clusters/{clusterId}/pools)
-
List node pools (GET /lke/clusters/{clusterId}/pools)
-
Get a node pool (GET /lke/clusters/{clusterId}/pools/{poolId})
-
Update a node pool (PUT /lke/clusters/{clusterId}/pools/{poolId})
-
Fixed
- Additional validations applied for placement group creation.