Skip to content

Commit 8530a6d

Browse files
committed
Changelog for Cloud Manager v1.22.0 and JS Client v1.35.0
1 parent 49efbc9 commit 8530a6d

File tree

2 files changed

+76
-0
lines changed

2 files changed

+76
-0
lines changed
Lines changed: 38 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,38 @@
1+
---
2+
title: Cloud Manager v1.22.0
3+
date: 2020-10-06T05:00:00.000Z
4+
version: 1.22.0
5+
changelog:
6+
- Cloud Manager
7+
---
8+
9+
### Added:
10+
- Notification for when an email to a user couldn’t be delivered
11+
- Warning about 24 hour wait period before disabling backups for a Linode
12+
- Warning about blocked SMTP ports for new accounts
13+
- CMR:
14+
- Apply animations and adjustments to Linode Summary view
15+
- Apply table styles for Longview tables
16+
- Hide status chip if there are no corresponding Linodes with that status
17+
- "Message" column to the Activity Feed table
18+
- Prevent overflow of resolvers in Linode Network tab
19+
- Prevent text from being flush to the screen
20+
- Object Storage:
21+
- Add ability to upload an SSL/TLS certificate for a Bucket
22+
- Add access management for OBJ access keys
23+
- Add loading state in OBJ access key drawer if buckets are loading
24+
- Add view mode to OBJ access key drawer
25+
- VLANs:
26+
- Create modal
27+
- Add VLAN attachment option to Linode Create flow
28+
- Add VLAN table to Linode Network tab
29+
- Add VLAN column to Linode Configuration table
30+
31+
### Changed:
32+
- Improve handling of Managed accounts when backing up Linodes
33+
34+
### Fixed:
35+
- Cloning a Domain leads to “Not Found” page
36+
- Navigation bug in Longview
37+
- Tab-based navigation
38+
Lines changed: 38 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,38 @@
1+
---
2+
title: Linode APIv4 JS Client v0.35.0
3+
date: 2020-10-06T05:00:00.000Z
4+
version: 0.35.0
5+
changelog:
6+
- APIv4 JS Client
7+
---
8+
9+
### Added:
10+
- UploadCertificateSchema endpoint
11+
- uploadSSLCert endpoint
12+
- getSSLCert endpoint
13+
- deleteSSLCert endpoint
14+
- ObjectStorageBucketSSLRequest endpoint
15+
- ObjectStorageBucketSSLResponse endpoint
16+
- CreateVLANPayload endpoint
17+
- createVlanSchema endpoint
18+
- getVlans endpoint
19+
- getVlan endpoint
20+
- createVlan endpoint
21+
- deleteVlan endpoint
22+
- connectVlan endpoint
23+
- disconnectVlan endpoint
24+
- getInterfaces endpoint
25+
- getInterface endpoint
26+
- createInterface endpoint
27+
- deleteInterface endpoint
28+
- linodeInterfaceItemSchema endpoint
29+
- linodeInterfaceSchema endpoint
30+
- LinodeInterfacePayload endpoint
31+
- LinodeInterface endpoint
32+
33+
34+
### Fixed:
35+
- getLinode method now returns Promise<Linode> instead of Axios response
36+
- getLinodeLishToken method now returns Promise<{ lish_token: string}> instead of Axios response
37+
- deleteLinode method now returns Promise<{}> instead of Axios response
38+

0 commit comments

Comments
 (0)