Sept 10, 2025 — New LKE features and various updates
about 5 hours ago
Several updates have been made to the Linode API with this release.
Added
Use existing VPCs on LKE Enterprise
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
Accounts
- List notifications (GET /account/notifications). In addition to filtering the response on
type
, you can also filter onentity.type
.
Fixed
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})