Skip to content

Commit 71c7342

Browse files
authored
Merge pull request linode#380 from linode/release-1.1.70
Release 1.1.70
2 parents 4cf8a75 + 5807705 commit 71c7342

File tree

3 files changed

+36
-19
lines changed

3 files changed

+36
-19
lines changed

package-lock.json

Lines changed: 16 additions & 16 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
---
2+
title: '4.90.0: 2021-04-19'
3+
date: 2021-04-19T04:00:00.000Z
4+
version: 4.90.0
5+
changelog:
6+
- API
7+
---
8+
9+
### Added
10+
11+
- Support Tickets for VLANs can now be opened. Accordingly, the following properties were added to the Support Ticket Open ([POST /support/tickets](https://www.linode.com/docs/api/support/#support-ticket-open)) endpoint:
12+
- `vlan`: The label of the VLAN this ticket is regarding, if relevant. Requires a specified `region` to identify the VLAN.
13+
- `region`: The [Region](https://www.linode.com/docs/api/regions/) ID for the associated VLAN this ticket is regarding. This property is only allowed when opening a VLAN ticket.
14+
15+
### Fixed
16+
17+
- Previously, submitting `ssl_cert` or `ssl_key` values with improper formatting resulted in a 500 error when using the NodeBalancers Config Update ([/nodebalancers/{nodeBalancerId}/configs/{configId}](https://www.linode.com/docs/api/nodebalancers/#config-update)) endpoint. Now, an error message is returned if improperly formatted`ssl_cert` or `ssl_key` values are submitted with a request to this endpoint.

yarn.lock

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15474,9 +15474,9 @@ sshpk@^1.7.0:
1547415474
tweetnacl "~0.14.0"
1547515475

1547615476
ssri@^6.0.1:
15477-
version "6.0.1"
15478-
resolved "https://registry.yarnpkg.com/ssri/-/ssri-6.0.1.tgz#2a3c41b28dd45b62b63676ecb74001265ae9edd8"
15479-
integrity sha512-3Wge10hNcT1Kur4PDFwEieXSCMCJs/7WvSACcrMYrNp+b8kDL1/0wJch5Ni2WrtwEa2IO8OsVfeKIciKCDx/QA==
15477+
version "6.0.2"
15478+
resolved "https://registry.yarnpkg.com/ssri/-/ssri-6.0.2.tgz#157939134f20464e7301ddba3e90ffa8f7728ac5"
15479+
integrity sha512-cepbSq/neFK7xB6A50KHN0xHDotYzq58wWCa5LeWqnPrHG8GzfEjO/4O8kpmcGW+oaxkvhEJCWgbgNk4/ZV93Q==
1548015480
dependencies:
1548115481
figgy-pudding "^3.5.1"
1548215482

0 commit comments

Comments
 (0)