v4.76.0
Added
-
When you have active Domains on your Account, but no active Linodes, your domains are not served. The List Notifications (GET /account/notifications) endpoint now returns a notification to alert you when your Account falls under this case.
-
The NodeBalancers endpoints error messages were improved to include information about a field's valid values.
Fixed
-
The APIv4 now returns a warning when you execute a staged/approved PayPal payment (POST /account/payments/paypal/execute) and your payment is successfully processed, but an error occurs related to releasing a service suspension. Prior to this fix, a
500error occurred instead. -
Now, when you have an outstanding balance on your account, adding more nodes to a Kubernetes Cluster fails. An error message with
Cannot add or create LKE objects with an outstanding balance on your accountis returned when this occurs. This affects the following endpoints:- Create Kubernetes Cluster (POST /lke/clusters)
- Create Node Pool (POST /lke/clusters/{clusterId}/pools)
- Update Node Pool (PUT /lke/clusters/{clusterId}/pools/{poolId})
- Recycle Node Pool endpoints. (POST /lke/clusters/{clusterId}/pools/{poolId}/recycle)
-
When you attempt to create a Kubernetes cluster (POST /lke/clusters) or create a node pool (POST /lke/clusters/{clusterId}/pools) with unsupported node types, you receive an error message. Currently, LKE does not support 1 GB Linode instances, or GPU Linode instances.
-
You can now create an Object Storage Limited Access Key without access to any buckets. This is achieved by creating an Object Storage Key with an empty
bucket_accessarray. This type of Limited Access Key can:-
list all buckets available on your Account, but cannot perform any actions on a bucket.
-
create new buckets, but does not have any access to the buckets it creates.
-