Skip to content

Commit 3cb9cd4

Browse files
Merge pull request linode#197 from linode/release-1.1.25
Release 1.1.25
2 parents cde4d4d + fd638d9 commit 3cb9cd4

File tree

2 files changed

+54
-0
lines changed

2 files changed

+54
-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.64.0: 2020-05-04'
3+
date: 2020-05-04T04:00:00.000Z
4+
version: 4.64.0
5+
changelog:
6+
- API
7+
---
8+
9+
### Added
10+
11+
- When attempting to stage a PayPal payment ([POST /account/payments/paypal/execute](/api/v4/account-payments-paypal-execute/#post)) on an account that has been flagged for no charge, you will receive the following error message, `This account cannot be charged`.
12+
13+
- The Profile collection's `authentication_type` field can now return a value of `github` when GitHub Third Party Authentication is enabled for your Profile.
14+
15+
- Authentication types are chosen through Cloud Manager and authorized when logging into your account.
16+
17+
**Note** this functionality is not yet available in Cloud Manager. See the [Cloud Manager Changelog](/changelog/cloud-manager/) for the latest updates.
18+
19+
- Added the View Network Transfer (year/month) ([GET /linode/instances/{linodeId}/transfer/{year}/{month}](/api/v4/linode-instances-linode-id-transfer-year-month)) endpoint.
20+
21+
- This endpoint returns a Linode's inbound, outbound, and total public network transfer statistics for the specified year and month.
22+
23+
### Fixed
24+
25+
- A bug was fixed that was preventing Block Storage Volumes from successfully attaching to Linodes running Debian 10.
26+
27+
- Previously, uninvoiced balances were being calculated as slightly lower than their actual amount. This bug was fixed to correctly calculate uninvoiced balances.
28+
29+
- You can view your account's uninvoiced balance using the View Account endpoint ([GET /account](/api/v4/account)).
30+
31+
- Additional logic was added to the [Kubernetes](/api/v4/lke-clusters) collection to ensure that Linode Kubernetes Engine (LKE) service account usernames are less likely to be non-unique.
Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
---
2+
title: Cloud Manager v1.7.0
3+
date: 2020-04-20T05:00:00.000Z
4+
version: 1.7.0
5+
changelog:
6+
- Cloud Manager
7+
---
8+
9+
### Added:
10+
11+
- Firewalls: Client-side form validation
12+
13+
### Changed:
14+
15+
- Make LKE available regardless of customer account response
16+
- Request OBJ Buckets per-cluster
17+
- Theming performance optimizations
18+
19+
### Fixed:
20+
21+
- Correct alignment for “Date Created” field on mobile invoice table
22+
- NodeBalancer error handling
23+
- Current size of pool was updating along with target size when resizing a Node Pool.

0 commit comments

Comments
 (0)