Skip to content

Commit 082cd77

Browse files
authored
Merge pull request linode#314 from linode/release-1.1.49
Release 1.1.49
2 parents d6bda4d + 9c6a285 commit 082cd77

File tree

4 files changed

+41
-9
lines changed

4 files changed

+41
-9
lines changed

package-lock.json

Lines changed: 6 additions & 6 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
---
2+
title: '4.82.0: 2020-12-15'
3+
date: 2020-12-15T04:00:00.000Z
4+
version: 4.82.0
5+
changelog:
6+
- API
7+
---
8+
9+
### Fixed
10+
11+
- A bug was fixed to reject leading zeroes on ports set in Firewalls inbound and outbound rules. The following endpoints have been updated to reflect this new exclusion:
12+
13+
- [Firewall Create](/docs/api/networking/#firewall-create) (POST /networking/firewalls)
14+
- [Firewall Update](/docs/api/networking/#firewall-update) (PUT /networking/firewalls/{firewallId})
15+
- [Firewall Rules Update](/docs/api/networking/#firewall-rules-update) (PUT /networking/firewalls/{firewallId}/rules)
16+
17+
- The [Object Storage Object ACL Config Update](/docs/api/object-storage/#object-storage-object-acl-config-update) (PUT /object-storage/buckets/{clusterId}/{bucket}/object-acl) endpoint previously specified the object `name` as a query parameter. This was corrected to specify the object `name` in the request body.
18+
19+
- The following endpoints were corrected to include `page`, `pages`, and `results` in their response objects:
20+
- [User Logins List All](/docs/api/account/#user-logins-list-all) (GET /account/logins)
21+
- [Logins List](/docs/api/profile/#logins-list) (GET /profile/logins)
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
---
2+
title: Cloud Manager v1.26.0
3+
date: 2020-12-03T00:00:00.000Z
4+
version: 1.26.0
5+
changelog:
6+
- Cloud Manager
7+
---
8+
9+
### Added:
10+
11+
- Secure Your Server One-Click App

yarn.lock

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8932,9 +8932,9 @@ [email protected]:
89328932
integrity sha1-Yzwsg+PaQqUC9SRmAiSA9CCCYd4=
89338933

89348934
ini@^1.3.4, ini@^1.3.5, ini@~1.3.0:
8935-
version "1.3.5"
8936-
resolved "https://registry.yarnpkg.com/ini/-/ini-1.3.5.tgz#eee25f56db1c9ec6085e0c22778083f596abf927"
8937-
integrity sha512-RZY5huIKCMRWDUqZlEi72f/lmXKMvuszcMBduliQ3nnWbx9X/ZBQO7DijMEYS9EhHBb2qacRUMtC7svLwe0lcw==
8935+
version "1.3.8"
8936+
resolved "https://registry.yarnpkg.com/ini/-/ini-1.3.8.tgz#a29da425b48806f34767a4efce397269af28432c"
8937+
integrity sha512-JV/yugV2uzW5iMRSiZAyDtQd+nxtUnjeLt0acNdw98kKLrvuRVyB80tsREOE7yvGVgalhZ6RNXCmEHkUKBKxew==
89388938

89398939
ink-box@^1.0.0:
89408940
version "1.0.0"

0 commit comments

Comments
 (0)