Skip to content

Commit faab752

Browse files
authored
Merge pull request linode#391 from linode/release-1.1.72
Release 1.1.72
2 parents efe0d44 + f05ae06 commit faab752

File tree

6 files changed

+99
-26
lines changed

6 files changed

+99
-26
lines changed

package-lock.json

Lines changed: 15 additions & 15 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@
6868
"devDependencies": {
6969
"algoliasearch": "^3.33.0",
7070
"dotenv": "^8.0.0",
71-
"lodash": "^4.17.19",
71+
"lodash": "^4.17.21",
7272
"md5": "^2.2.1",
7373
"prismjs": ">=1.23.0",
7474
"randomstring": "^1.1.5",
Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
---
2+
title: '4.92.0: 2021-05-12'
3+
date: 2021-05-12T04:00:00.000Z
4+
version: 4.92.0
5+
changelog:
6+
- API
7+
---
8+
9+
### Changed
10+
11+
- The Linode Firewalls feature has completed beta testing! All beta notices have been removed for endpoints involving Firewalls, and Vthe following endpoints are now accessible from the `/v4` path:
12+
- Firewalls List ([GET/networking/firewalls](https://www.linode.com/docs/api/networking/#firewalls-list))
13+
- Firewall Create ([POST /networking/firewalls](https://www.linode.com/docs/api/networking/#firewall-create))
14+
- Firewall Delete ([DELETE /networking/firewalls/{firewallId}](https://www.linode.com/docs/api/networking/#firewall-delete))
15+
- Firewall View ([GET /networking/firewalls/{firewallId}](https://www.linode.com/docs/api/networking/#firewall-view))
16+
- Firewall Update ([PUT /networking/firewalls/{firewallId}](https://www.linode.com/docs/api/networking/#firewall-update))
17+
- Firewall Devices List ([GET /networking/firewalls/{firewallId}/devices](https://www.linode.com/docs/api/networking/#firewall-devices-list))
18+
- Firewall Device Create ([POST /networking/firewalls/{firewallId}/devices](https://www.linode.com/docs/api/networking/#firewall-device-create))
19+
- Firewall Device Delete ([DELETE /networking/firewalls/{firewallId}/devices/{deviceId}](https://www.linode.com/docs/api/networking/#firewall-device-delete))
20+
- Firewall Device View ([GET /networking/firewalls/{firewallId}/devices/{deviceId}](https://www.linode.com/docs/api/networking/#firewall-device-view))
21+
- Firewall Rules List ([GET /networking/firewalls/{firewallId}/rules](https://www.linode.com/docs/api/networking/#firewall-rules-list))
22+
- Firewall Rules Update ([PUT /networking/firewalls/{firewallId}/rules](https://www.linode.com/docs/api/networking/#firewall-rules-update))
Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,32 @@
1+
---
2+
title: Cloud Manager v1.40.0
3+
date: 2021-05-05T00:00:00.000Z
4+
version: 1.40.0
5+
changelog:
6+
- Cloud Manager
7+
---
8+
9+
### Added:
10+
11+
- Google as TPA provider
12+
13+
### Changed:
14+
15+
Bare Metal:
16+
17+
- Show “N/A” with helper text in "Last Backup" cell for Bare Metal instances
18+
- Confirmation dialog for booting Bare Metal Linodes into rescue mode
19+
- Add docs link in "Last Backup" Bare Metal column tooltips
20+
21+
- EventsLanding table column headers styling
22+
- VLAN Refinements in Linode Create flow
23+
- “Disk Imagize” status changed to “Capturing Image”
24+
- Add box rule and adjust spacing in account billing
25+
- Show promo service type in billing summary
26+
- Update buttons styles on Firewalls Linodes tab to match the Rules tab
27+
28+
### Fixed:
29+
30+
- “Add Disk” button styling in RescueDialog
31+
- Prevent SideMenu scroll bar from overlapping text
32+
- Don’t request tags for restricted users
Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
---
2+
title: Linode APIv4 JS Client v0.52.0
3+
date: 2021-05-05T00:00:00.000Z
4+
version: 0.52.0
5+
changelog:
6+
- APIv4 JS Client
7+
---
8+
9+
### Added:
10+
11+
- TPA Provider types
12+
13+
Validation Library:
14+
15+
- Add README
16+
17+
### Changed:
18+
19+
- Move validation schemas into separate library

yarn.lock

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -8509,9 +8509,9 @@ homedir-polyfill@^1.0.1:
85098509
parse-passwd "^1.0.0"
85108510

85118511
hosted-git-info@^2.1.4:
8512-
version "2.8.8"
8513-
resolved "https://registry.yarnpkg.com/hosted-git-info/-/hosted-git-info-2.8.8.tgz#7539bd4bc1e0e0a895815a2e0262420b12858488"
8514-
integrity sha512-f/wzC2QaWBs7t9IYqB4T3sR1xviIViXJRJTWBlx2Gf3g0Xi5vI7Yy4koXQ1c9OYDGHN9sBy1DQ2AB8fqZBWhUg==
8512+
version "2.8.9"
8513+
resolved "https://registry.yarnpkg.com/hosted-git-info/-/hosted-git-info-2.8.9.tgz#dffc0bf9a21c02209090f2aa69429e1414daf3f9"
8514+
integrity sha512-mxIDAb9Lsm6DoOJ7xH+5+X4y1LU/4Hi50L9C5sIswK3JzULS4bwk1FvjdBgvYR4bzT4tuUQiC15FE2f5HbLvYw==
85158515

85168516
hosted-git-info@^3.0.6:
85178517
version "3.0.7"
@@ -10275,10 +10275,10 @@ lodash.without@^4.4.0:
1027510275
resolved "https://registry.yarnpkg.com/lodash.without/-/lodash.without-4.4.0.tgz#3cd4574a00b67bae373a94b748772640507b7aac"
1027610276
integrity sha1-PNRXSgC2e643OpS3SHcmQFB7eqw=
1027710277

10278-
lodash@^4.0.0, lodash@^4.1.1, lodash@^4.15.0, lodash@^4.17.10, lodash@^4.17.11, lodash@^4.17.14, lodash@^4.17.15, lodash@^4.17.19, lodash@^4.17.20, lodash@^4.17.3, lodash@^4.17.4, lodash@^4.17.5, lodash@^4.3.0:
10279-
version "4.17.20"
10280-
resolved "https://registry.yarnpkg.com/lodash/-/lodash-4.17.20.tgz#b44a9b6297bcb698f1c51a3545a2b3b368d59c52"
10281-
integrity sha512-PlhdFcillOINfeV7Ni6oF1TAEayyZBoZ8bcshTHqOYJYlrqzRK5hagpagky5o4HfCzzd1TRkXPMFq6cKk9rGmA==
10278+
lodash@^4.0.0, lodash@^4.1.1, lodash@^4.15.0, lodash@^4.17.10, lodash@^4.17.11, lodash@^4.17.14, lodash@^4.17.15, lodash@^4.17.19, lodash@^4.17.20, lodash@^4.17.21, lodash@^4.17.3, lodash@^4.17.4, lodash@^4.17.5, lodash@^4.3.0:
10279+
version "4.17.21"
10280+
resolved "https://registry.yarnpkg.com/lodash/-/lodash-4.17.21.tgz#679591c564c3bffaae8454cf0b3df370c3d6911c"
10281+
integrity sha512-v2kDEe57lecTulaDIuNTPy3Ry4gLGJ6Z1O3vE1krgXZNrsQ+LFTGHVxVjcXPs17LhbZVGedAJv8XZ1tvj5FvSg==
1028210282

1028310283
log-update@^3.0.0:
1028410284
version "3.4.0"
@@ -16924,9 +16924,9 @@ url-parse-lax@^3.0.0:
1692416924
prepend-http "^2.0.0"
1692516925

1692616926
url-parse@^1.1.8, url-parse@^1.4.3:
16927-
version "1.4.7"
16928-
resolved "https://registry.yarnpkg.com/url-parse/-/url-parse-1.4.7.tgz#a8a83535e8c00a316e403a5db4ac1b9b853ae278"
16929-
integrity sha512-d3uaVyzDB9tQoSXFvuSUNFibTd9zxd2bkVrDRvF5TmvWWQwqE4lgYJ5m+x1DbecWkw+LK4RNl2CU1hHuOKPVlg==
16927+
version "1.5.1"
16928+
resolved "https://registry.yarnpkg.com/url-parse/-/url-parse-1.5.1.tgz#d5fa9890af8a5e1f274a2c98376510f6425f6e3b"
16929+
integrity sha512-HOfCOUJt7iSYzEx/UqgtwKRMC6EU91NFhsCHMv9oM03VJcVo2Qrp8T8kI9D7amFf1cu+/3CEhgb3rF9zL7k85Q==
1693016930
dependencies:
1693116931
querystringify "^2.1.1"
1693216932
requires-port "^1.0.0"

0 commit comments

Comments
 (0)