Skip to content

Conversation

wildmanonline
Copy link
Collaborator

@wildmanonline wildmanonline commented Sep 10, 2025

Added

Maintenance policies

The maintenance policies features is now in beta. As part of this, a new endpoint has been added: List maintenance policies (GET /maintenance/policies).

New LKE Enterprise features for using existing VPCs

You can now optionally deploy new LKE Enterprise clusters to existing VPCs. This enhances the existing functionality of creating a new VPC for each cluster.

QEMU reboot support

New objects have been added to the response for the List notifications and List maintenances operations. They identify when your Linodes need to be rebooted to apply this upgrade. See Reboot your Linodes for QEMU maintenance for complete details.

Changed

  • Account:
    • Get account settings (GET /account/settings)
    • Update account settings (PUT /account/settings)
    • List events (GET /account/events)
    • Get an event (GET /account/events/{eventId})
    • List maintenances (GET /account/maintenance)
    • List notifications (GET /account/notifications). In addition to filtering the response on type, you can also filter on entity.type.
  • Linodes:
    • Create a Linode (POST /linode/instances)
    • List Linodes (GET /linode/instances)
    • Get a Linode (GET /linode/instances/{linodeId})
    • Update a Linode (PUT /linode/instances/{linodeId})
    • Clone a Linode(POST /linode/instances/{linodeId}/clone)
  • LKE:
    • Create a Kubernetes cluster (POST /lke/clusters)
    • List Kubernetes clusters (GET /lke/clusters)
    • Get a Kubernetes cluster (GET /lke/clusters/{clusterId})
    • Create a node pool (POST /lke/clusters/{clusterId}/pools)
    • Update a node pool (PUT /lke/clusters/{clusterId}/pools/{poolId})
  • Monitor
    • Get an entity's metrics (POST /monitor/services/{service_type}/metrics)

Fixed

  • Fix the required properties for VPC IPv4 ranges
  • Changed linode_interface to linode_interfaces

Object Storage

Several fixes have been made to the documentation to properly cover how authentication keys are created and maintained. The following operations have been updated:

  • Create an Object Storage key (POST /object-storage/keys)
  • List Object Storage keys (GET /object-storage/keys)
  • Get an Object Storage key (GET /object-storage/keys/{keyId})
  • Update an Object Storage key (PUT /object-storage/key/{keyId})

@wildmanonline wildmanonline merged commit eaa0be0 into linode:development Sep 10, 2025
1 check failed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants