Jul 13, 2024 — Linode API

v4.180.0

Added

Changed

  • Compute instance marked as busy when booting. This applies when creating a compute instance (POST /linode/instances/) and assigning it to a placement group . The compute instance will show "status": "busy" while it's booting, before it's assigned to the placement group.
  • Blocked creation of placement groups in distributed compute regions. Distributed compute regions deliver limited compute capabilities in difficult to reach locations that are under-served by traditional cloud providers. Placement groups are not supported in these regions.

Fixed

  • Firewall object missing. The firewall grant was missing from the documentation for the List a user's grants (GET /account/users/{username}/grants) and Update a user's grants (PUT /account/users/{username}/grants) operations.
  • Compute instances and VPC interfaces in a VPC subnet incorrectly listed deleted interfaces. The Get a VPC subnet (GET /vpcs/{vpcId}/subnets/{vpcSubnetId}) operation was still showing compute instances and VPC interfaces that had been successfully deleted.
  • Tags missing from images after POST. The Create an image (POST /images) and Upload an image (POST /images/upload) operations were not adding tags set in the request.
  • Can't create a placement group from the compute instance operation. Fixed an issue that was blocking a user that has placement group access from creating a new one with the Create a Linode (POST /linode/instances) operation.