Skip to content

Commit efe0d44

Browse files
authored
Merge pull request linode#385 from linode/release-1.1.71
Release 1.1.71
2 parents 71c7342 + 6ce485d commit efe0d44

File tree

5 files changed

+87
-0
lines changed

5 files changed

+87
-0
lines changed
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
---
2+
title: '4.90.3: 2021-04-28'
3+
date: 2021-04-28T04:00:00.000Z
4+
version: 4.90.3
5+
changelog:
6+
- API
7+
---
8+
9+
### Added
10+
11+
- The Image Upload ([POST /images/upload](https://www.linode.com/docs/api/images/#image-upload)) beta endpoint has been added. This endpoint can be used to initiate a Machine Image upload by creating a new private Image object and returning it, along with the URL the image data can be uploaded to.
Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
---
2+
title: '4.91.0: 2021-05-03'
3+
date: 2021-05-03T04:00:00.000Z
4+
version: 4.91.0
5+
changelog:
6+
- API
7+
---
8+
9+
### Changed
10+
11+
- The Linode VLANs feature has completed beta testing! All beta notices have been removed for endpoints involving VLANs, and VLANS List ([GET /networking/vlans](https://www.linode.com/docs/api/networking/#vlans-list)) requests are now accessible at `/v4` instead of `/v4beta`.
12+
13+
- The descriptions for the following Images endpoints were updated to improve accuracy and clarity:
14+
- Images List ([GET /images](https://www.linode.com/docs/api/images/#images-list))
15+
- Image Create ([POST /images](https://www.linode.com/docs/api/images/#image-create))
16+
- Image Upload ([POST /images/upload](https://www.linode.com/docs/api/images/#image-upload))
17+
18+
### Fixed
19+
20+
- A bug was fixed that caused 500 errors to return when empty request bodies or strings were submitted to the Firewall Rules Update ([PUT /networking/firewalls/{firewallId}/rules](https://www.linode.com/docs/api/networking/#firewall-rules-update)) beta endpoint. An error is now returned instead.
Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,30 @@
1+
---
2+
title: Cloud Manager v1.39.0
3+
date: 2021-04-23T05:00:00.000Z
4+
version: 1.39.0
5+
changelog:
6+
- Cloud Manager
7+
---
8+
9+
### Added:
10+
- @linode/validation package for maintaining validation schemas
11+
- Marketplace Partner Apps Q2/2021
12+
- Delete Cluster button/modal in LKE Detail view
13+
- Remove overriding font style for Receive Transfer modal
14+
- Upload Image tab
15+
16+
### Changed:
17+
- Swap order of username and gravatar in the navbar
18+
- Update hover states for docs and secondary buttons
19+
- Filter out creating and pending images from ImageSelect in the Create flow
20+
- Linode Detail view graphs legend and spacing adjustments
21+
- NodeBalancer IP Addresses' copy tooltips appear on row hover
22+
23+
Images:
24+
- Move Images Create drawer to a separate page
25+
- Separate Images into two tables: “Manual Images” and “Automatic Images”
26+
- Rename deployment actions in Images Landing action menu
27+
28+
### Fixed:
29+
- Error for restricted users with Linode creation permissions
30+
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
---
2+
title: Cloud Manager v1.39.2
3+
date: 2021-05-03T00:00:00.000Z
4+
version: 1.39.2
5+
changelog:
6+
- Cloud Manager
7+
---
8+
9+
### Added:
10+
11+
- For release: Remove beta notices and link for VLANs since they're leaving beta
Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
---
2+
title: Linode APIv4 JS Client v0.51.0
3+
date: 2021-04-23T05:00:00.000Z
4+
version: 0.51.0
5+
changelog:
6+
- APIv4 JS Client
7+
---
8+
9+
### Added:
10+
- @linode/validation package
11+
- Methods and schemas for machine image uploads
12+
13+
### Changed:
14+
- UpdateAccountSettingsSchema
15+

0 commit comments

Comments
 (0)