Skip to content

Commit 2d00f17

Browse files
authored
Merge pull request linode#335 from linode/release-1.1.54
### Added - Linode APIv4 v4.84.1 Changelog - Cloud Manager v1.30.0 Changelog - Linode APIv4 JS Client v0.42.0 Changelog
2 parents 98d4466 + bb526af commit 2d00f17

File tree

3 files changed

+84
-0
lines changed

3 files changed

+84
-0
lines changed
Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
---
2+
title: '4.84.1: 2021-02-19'
3+
date: 2021-02-19T04:00:00.000Z
4+
version: 4.84.1
5+
changelog:
6+
- API
7+
---
8+
9+
### Changed
10+
11+
- The Entity Transfer Create ([POST /account/entity-transfers](https://www.linode.com/docs/api/account/#entity-transfer-create)) endpoint description has been updated to include warnings regarding Linode Backups and associated DNS records.
12+
13+
### Fixed
14+
15+
- The Linode CLI command examples and schema were faulty and have been fixed for the following endpoints:
16+
17+
- Entity Transfers List ([GET /account/entity-transfers](https://www.linode.com/docs/api/account/#entity-transfers-list)).
18+
- Entity Transfer Create ([POST /account/entity-transfers](https://www.linode.com/docs/api/account/#entity-transfer-create)).
19+
- Entity Transfer Cancel ([DELETE /account/entity-transfers/{token}](https://www.linode.com/docs/api/account/#entity-transfer-cancel)).
20+
- Entity Transfer View ([GET /account/entity-transfers/{token}](https://www.linode.com/docs/api/account/#entity-transfer-view)).
21+
- Entity Transfer Accept ([POST /account/entity-transfers/{token}/accept](https://www.linode.com/docs/api/account/#entity-transfer-accept)).
Lines changed: 46 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,46 @@
1+
---
2+
title: Cloud Manager v1.30.0
3+
date: 2021-02-15T00:00:00.000Z
4+
version: 1.30.0
5+
changelog:
6+
- Cloud Manager
7+
---
8+
9+
## [2021-02-15] - v1.30.0
10+
11+
### Added:
12+
13+
- Firewalls beta notification
14+
- Presets for port selection when creating/editing a Firewall rule
15+
- Label and Description fields for firewall rules
16+
- Clone action for firewall rules
17+
18+
- Visual indicator for "Skip to Main Content" link
19+
- Update Breadcrumb styles
20+
- New Accordion expand/collapse icons
21+
- Network Transfer Display on NodeBalancer, Object Storage, and Kubernetes landing pages
22+
23+
### Changed:
24+
25+
- Move save changes button to bottom of rules table
26+
27+
#### Notification Drawer:
28+
29+
Remove existing sections and replace with Notifications and Events sections
30+
Show balance past due notification in the Notifications section
31+
Mark all events as read when the drawer is closed
32+
33+
- Upgrade Node version from 10.16 to 14.15.4
34+
- Change wording for OBJ utilization
35+
- Network Transfer Display: redesigned text-based display
36+
- Use React-Query when fetching regions
37+
- Hide "Linode Expert" for Linode accounts in Support ticket replies
38+
- Move summary and Auto Enroll toggle to the top of the Enable Backups drawer
39+
40+
### Fixed:
41+
42+
- Scheduled migration banner font color on dark mode
43+
- Prevent SelectPlanPanel wrap in Linode Create flow
44+
- Disk selection when opening Rebuild from /linodes
45+
- Alignment of ActionMenu in mobile on Firewall landing page
46+
- Calculate days to billing in EST to match billing practices
Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
---
2+
title: Linode APIv4 JS Client v0.42.0
3+
date: 2021-02-15T05:00:00.000Z
4+
version: 0.42.0
5+
changelog:
6+
- APIv4 JS Client
7+
---
8+
9+
### Added
10+
11+
- profile_update event type
12+
13+
### Changed
14+
15+
- Firewall validation schema (ports are now optional)
16+
- Firewall rule validation schema (add label and description fields)
17+
- Update Node version from 10.16 to 14.15.4

0 commit comments

Comments
 (0)