Skip to content

Commit 72310ed

Browse files
authored
Merge pull request linode#269 from leslitagordita/api-changelog-4.76.0
API Changelog 4.76.0
2 parents cb9aa3c + bfade32 commit 72310ed

File tree

1 file changed

+31
-0
lines changed

1 file changed

+31
-0
lines changed
Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,31 @@
1+
---
2+
title: '4.76.0: 2020-09-21'
3+
date: 2020-09-21T04:00:00.000Z
4+
version: 4.76.0
5+
changelog:
6+
- API
7+
---
8+
9+
### Added
10+
11+
- When you have active [Domains](/api/v4/domains) on your [Account](/api/v4/account), but no active [Linodes](/api/v4/linode-instances), your domains are not served. The List Notifications ([GET /account/notifications](/api/v4/account-notifications)) endpoint now returns a notification to alert you when your Account falls under this case.
12+
13+
- The [NodeBalancers endpoints](/api/v4/nodebalancers) error messages were improved to include information about a field's valid values.
14+
15+
### Fixed
16+
17+
- The APIv4 now returns a warning when you execute a staged/approved PayPal payment ([POST /account/payments/paypal/execute](/api/v4/account-payments-paypal-execute/#post)) and your payment is successfully processed, but an error occurs related to releasing a service suspension. Prior to this fix, a `500` error occurred instead.
18+
19+
- 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 account` is returned when this occurs. This affects the following endpoints:
20+
- Create Kubernetes Cluster ([POST /lke/clusters](/api/v4/lke-clusters/#post))
21+
- Create Node Pool ([POST /lke/clusters/{clusterId}/pools](/api/v4/lke-clusters-cluster-id-pools/#post))
22+
- Update Node Pool ([PUT /lke/clusters/{clusterId}/pools/{poolId}](/api/v4/lke-clusters-cluster-id-pools-pool-id/#put))
23+
- Recycle Node Pool endpoints. ([POST /lke/clusters/{clusterId}/pools/{poolId}/recycle](/api/v4/lke-clusters-cluster-id-pools-pool-id-recycle/#post))
24+
25+
- When you attempt to create a Kubernetes cluster ([POST /lke/clusters](/api/v4/lke-clusters/#post)) or create a node pool ([POST /lke/clusters/{clusterId}/pools](/api/v4/lke-clusters-cluster-id-pools/#post)) with unsupported node types, you receive an error message. Currently, LKE does not support [1 GB Linode instances](https://www.linode.com/products/shared/), or [GPU Linode instances](https://www.linode.com/products/gpu/).
26+
27+
- You can now [create an Object Storage Limited Access Key](/api/v4/object-storage-keys/#post) without access to any buckets. This is achieved by creating an Object Storage Key with an empty `bucket_access` array. This type of Limited Access Key can:
28+
29+
- [list all buckets](/api/v4/object-storage-buckets/) available on your Account, but cannot perform any actions on a bucket.
30+
31+
- [create new buckets](/api/v4/object-storage-buckets/#post), but does not have any access to the buckets it creates.

0 commit comments

Comments
 (0)