Skip to content

Commit 959be3d

Browse files
authored
Merge pull request linode#403 from linode/release-1.1.74
Release 1.1.74
2 parents 188751e + 5422760 commit 959be3d

9 files changed

+186
-52
lines changed

package-lock.json

Lines changed: 38 additions & 25 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
---
2+
title: '4.94.0: 2021-06-01'
3+
date: 2021-06-01T04:00:00.000Z
4+
version: 4.94.0
5+
changelog:
6+
- API
7+
---
8+
9+
### Added
10+
11+
- The Payment Methods List ([GET /account/payment-methods](https://www.linode.com/docs/api/account/#payment-methods-list)) beta endpoint is now available. Access this endpoint to view a list of the available payment methods for your account. At this time, only the primary credit card for your account is returned from this endpoint; additional payment methods will be listed as they become available.
12+
13+
### Fixed
14+
15+
- The response body for the Image Upload ([POST /images/upload](https://www.linode.com/docs/api/images/#image-upload)) beta endpoint has been corrected to state that the `upload_to` property is returned. Previously, the specification stated that the `upload_url` property was returned.
16+
17+
- When deploying a new Linode from an Image using the Linode Create ([POST /linode/instances](https://www.linode.com/docs/api/linode-instances/#linode-create)) endpoint, the Image Disk is now created with the maximum allowed disk space (minus the size of the Swap Disk). Previously, the Image Disk was created with the minimum allowed size based on the Image, and required resizing to use the maximum available space.
18+
19+
- When creating a new Disk from an Image with the Disk Create ([POST /linode/instances/{linodeId}/disks](https://www.linode.com/docs/api/linode-instances/#disk-create)) endpoint, the filesystem for the Image is now used unless otherwised specified. Previously, the `ext4` default filesystem was used unless otherwise specified.
20+
21+
- The "v4" server path has been enabled for the VLANs List ([GET /networking/vlans](https://www.linode.com/docs/api/networking/#vlans-list)) endpoint.
22+
23+
- The description for the Linode "interfaces" property has been updated to clarify that public IP addresses are still assigned but not usable without manual configuration when no public interface is configured.
Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
---
2+
title: Cloud Manager v1.41.0
3+
date: 2021-05-18T00:00:00.000Z
4+
version: 1.41.0
5+
changelog:
6+
- Cloud Manager
7+
---
8+
9+
### Added:
10+
- Link to documentation on Linode Rescue Modal
11+
12+
### Changed:
13+
- Create LKE Cluster UI buttons and change default number of nodes to 3
14+
- Hide Trusted Devices table if no devices are selected and rename “Untrust” to “Revoke”
15+
- Update keyboard shortcuts for Windows and Linux
16+
17+
Images:
18+
- Rename sections
19+
- Rename dropdown option “Deploy to Existing Linode” to “Rebuild an Existing Linode”
20+
21+
### Fixed:
22+
- Create Cluster plan panel buttons flickering
23+
- IP sharing display for large accounts
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
---
2+
title: Cloud Manager v1.41.1
3+
date: 2021-05-18T00:00:00.000Z
4+
version: 1.41.1
5+
changelog:
6+
- Cloud Manager
7+
---
8+
9+
### Fixed:
10+
11+
- Fix Validation package on NPM
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
---
2+
title: Cloud Manager v1.41.2
3+
date: 2021-05-18T00:00:00.000Z
4+
version: 1.41.2
5+
changelog:
6+
- Cloud Manager
7+
---
8+
9+
### Changed:
10+
11+
- Fallback to tux icon for unknown distros
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
---
2+
title: Cloud Manager v1.41.3
3+
date: 2021-05-19T00:00:00.000Z
4+
version: 1.41.3
5+
changelog:
6+
- Cloud Manager
7+
---
8+
9+
### Fixed:
10+
11+
- Search by IP for large accounts
Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
---
2+
title: Cloud Manager v1.42.0
3+
date: 2021-06-01T05:00:00.000Z
4+
version: 1.42.0
5+
changelog:
6+
- Cloud Manager
7+
---
8+
9+
### Added:
10+
- Connect with LISH copy in Rescue modal for Bare Metal instances
11+
- Dismissible banner for Images pricing
12+
13+
### Changed:
14+
- Images landing tables default sorted by label ascending
15+
- NodeBalancers landing table default sorted by label ascending
16+
17+
- Add AlmaLinux icon
18+
- Remove focus styles for mouse users
19+
- Update Credit Card drawer
20+
- Update LKE Create Cluster default node pool size to 3
21+
22+
### Fixed:
23+
- Search Linodes by IP address
24+
- Input field error message positioning and width
25+
- Viewing all Object Storage objects for some Buckets
26+
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.53.2
3+
date: 2021-05-18T05:00:00.000Z
4+
version: 0.53.2
5+
changelog:
6+
- APIv4 JS Client
7+
---
8+
9+
### Added:
10+
11+
Validation Library:
12+
- Remaining schemas from api-v4 package
13+
14+
### Changed:
15+
- Move remaining validation schemas to the validation package

yarn.lock

Lines changed: 28 additions & 27 deletions
Original file line numberDiff line numberDiff line change
@@ -3626,14 +3626,15 @@ browserify-zlib@^0.2.0:
36263626
pako "~1.0.5"
36273627

36283628
browserslist@^4.0.0, browserslist@^4.12.0, browserslist@^4.12.2, browserslist@^4.8.5:
3629-
version "4.14.5"
3630-
resolved "https://registry.yarnpkg.com/browserslist/-/browserslist-4.14.5.tgz#1c751461a102ddc60e40993639b709be7f2c4015"
3631-
integrity sha512-Z+vsCZIvCBvqLoYkBFTwEYH3v5MCQbsAjp50ERycpOjnPmolg1Gjy4+KaWWpm8QOJt9GHkhdqAl14NpCX73CWA==
3629+
version "4.16.6"
3630+
resolved "https://registry.yarnpkg.com/browserslist/-/browserslist-4.16.6.tgz#d7901277a5a88e554ed305b183ec9b0c08f66fa2"
3631+
integrity sha512-Wspk/PqO+4W9qp5iUTJsa1B/QrYn1keNCcEP5OvP7WBwT4KaDly0uONYmC6Xa3Z5IqnUgS0KcgLYu1l74x0ZXQ==
36323632
dependencies:
3633-
caniuse-lite "^1.0.30001135"
3634-
electron-to-chromium "^1.3.571"
3635-
escalade "^3.1.0"
3636-
node-releases "^1.1.61"
3633+
caniuse-lite "^1.0.30001219"
3634+
colorette "^1.2.2"
3635+
electron-to-chromium "^1.3.723"
3636+
escalade "^3.1.1"
3637+
node-releases "^1.1.71"
36373638

36383639
buble-jsx-only@^0.19.8:
36393640
version "0.19.8"
@@ -3941,10 +3942,10 @@ caniuse-api@^3.0.0:
39413942
lodash.memoize "^4.1.2"
39423943
lodash.uniq "^4.5.0"
39433944

3944-
caniuse-lite@^1.0.0, caniuse-lite@^1.0.30001109, caniuse-lite@^1.0.30001135:
3945-
version "1.0.30001148"
3946-
resolved "https://registry.yarnpkg.com/caniuse-lite/-/caniuse-lite-1.0.30001148.tgz#dc97c7ed918ab33bf8706ddd5e387287e015d637"
3947-
integrity sha512-E66qcd0KMKZHNJQt9hiLZGE3J4zuTqE1OnU53miEVtylFbwOEmeA5OsRu90noZful+XGSQOni1aT2tiqu/9yYw==
3945+
caniuse-lite@^1.0.0, caniuse-lite@^1.0.30001109, caniuse-lite@^1.0.30001219:
3946+
version "1.0.30001230"
3947+
resolved "https://registry.yarnpkg.com/caniuse-lite/-/caniuse-lite-1.0.30001230.tgz#8135c57459854b2240b57a4a6786044bdc5a9f71"
3948+
integrity sha512-5yBd5nWCBS+jWKTcHOzXwo5xzcj4ePE/yjtkZyUV1BTUmrBaA9MRGC+e7mxnqXSA90CmCA8L3eKLaSUkt099IQ==
39483949

39493950
case@^1.6.2:
39503951
version "1.6.3"
@@ -4317,10 +4318,10 @@ color@^3.0.0, color@^3.1.2:
43174318
color-convert "^1.9.1"
43184319
color-string "^1.5.4"
43194320

4320-
colorette@^1.2.1:
4321-
version "1.2.1"
4322-
resolved "https://registry.yarnpkg.com/colorette/-/colorette-1.2.1.tgz#4d0b921325c14faf92633086a536db6e89564b1b"
4323-
integrity sha512-puCDz0CzydiSYOrnXpz/PKd69zRrribezjtE9yd4zvytoRc8+RY/KJPvtPFKZS3E3wP6neGyMe0vOTlHO5L3Pw==
4321+
colorette@^1.2.1, colorette@^1.2.2:
4322+
version "1.2.2"
4323+
resolved "https://registry.yarnpkg.com/colorette/-/colorette-1.2.2.tgz#cbcc79d5e99caea2dbf10eb3a26fd8b3e6acfa94"
4324+
integrity sha512-MKGMzyfeuutC/ZJ1cba9NqcNpfeqMUcYmyF1ZFY6/Cn7CNSAKx6a+s48sqLqyAiZuaP2TcqMhoo+dlwFnVxT9w==
43244325

43254326
colors@^1.1.2:
43264327
version "1.4.0"
@@ -5460,9 +5461,9 @@ dns-equal@^1.0.0:
54605461
integrity sha1-s55/HabrCnW6nBcySzR1PEfgZU0=
54615462

54625463
dns-packet@^1.3.1:
5463-
version "1.3.1"
5464-
resolved "https://registry.yarnpkg.com/dns-packet/-/dns-packet-1.3.1.tgz#12aa426981075be500b910eedcd0b47dd7deda5a"
5465-
integrity sha512-0UxfQkMhYAUaZI+xrNZOz/as5KgDU0M/fQ9b6SpkyLbk3GEswDi6PADJVaYJradtRVsRIlF1zLyOodbcTCDzUg==
5464+
version "1.3.4"
5465+
resolved "https://registry.yarnpkg.com/dns-packet/-/dns-packet-1.3.4.tgz#e3455065824a2507ba886c55a89963bb107dec6f"
5466+
integrity sha512-BQ6F4vycLXBvdrJZ6S3gZewt6rcrks9KBgM9vrhW+knGRqc8uEdT7fuCwloc7nny5xNoMJ17HGH0R/6fpo8ECA==
54665467
dependencies:
54675468
ip "^1.1.0"
54685469
safe-buffer "^5.0.1"
@@ -5679,10 +5680,10 @@ elasticlunr@^0.9.5:
56795680
resolved "https://registry.yarnpkg.com/elasticlunr/-/elasticlunr-0.9.5.tgz#65541bb309dddd0cf94f2d1c8861b2be651bb0d5"
56805681
integrity sha1-ZVQbswnd3Qz5Ty0ciGGyvmUbsNU=
56815682

5682-
electron-to-chromium@^1.3.571:
5683-
version "1.3.582"
5684-
resolved "https://registry.yarnpkg.com/electron-to-chromium/-/electron-to-chromium-1.3.582.tgz#1adfac5affce84d85b3d7b3dfbc4ade293a6ffc4"
5685-
integrity sha512-0nCJ7cSqnkMC+kUuPs0YgklFHraWGl/xHqtZWWtOeVtyi+YqkoAOMGuZQad43DscXCQI/yizcTa3u6B5r+BLww==
5683+
electron-to-chromium@^1.3.723:
5684+
version "1.3.739"
5685+
resolved "https://registry.yarnpkg.com/electron-to-chromium/-/electron-to-chromium-1.3.739.tgz#f07756aa92cabd5a6eec6f491525a64fe62f98b9"
5686+
integrity sha512-+LPJVRsN7hGZ9EIUUiWCpO7l4E3qBYHNadazlucBfsXBbccDFNKUBAgzE68FnkWGJPwD/AfKhSzL+G+Iqb8A4A==
56865687

56875688
elliptic@^6.5.3:
56885689
version "6.5.4"
@@ -5937,7 +5938,7 @@ es6-symbol@^3.1.1, es6-symbol@~3.1.3:
59375938
d "^1.0.1"
59385939
ext "^1.1.2"
59395940

5940-
escalade@^3.1.0:
5941+
escalade@^3.1.1:
59415942
version "3.1.1"
59425943
resolved "https://registry.yarnpkg.com/escalade/-/escalade-3.1.1.tgz#d8cfdc7000965c5a0174b4a82eaa5c0552742e40"
59435944
integrity sha512-k0er2gUkLf8O0zKJiAhmkTnJlTvINGv7ygDNPbeIsX/TJjGJZHuh9B2UxbsaEkmlEo9MfhrSzmhIlhRlI2GXnw==
@@ -11495,10 +11496,10 @@ node-polyglot@^2.3.0:
1149511496
string.prototype.trim "^1.1.2"
1149611497
warning "^4.0.3"
1149711498

11498-
node-releases@^1.1.61:
11499-
version "1.1.64"
11500-
resolved "https://registry.yarnpkg.com/node-releases/-/node-releases-1.1.64.tgz#71b4ae988e9b1dd7c1ffce58dd9e561752dfebc5"
11501-
integrity sha512-Iec8O9166/x2HRMJyLLLWkd0sFFLrFNy+Xf+JQfSQsdBJzPcHpNl3JQ9gD4j+aJxmCa25jNsIbM4bmACtSbkSg==
11499+
node-releases@^1.1.71:
11500+
version "1.1.72"
11501+
resolved "https://registry.yarnpkg.com/node-releases/-/node-releases-1.1.72.tgz#14802ab6b1039a79a0c7d662b610a5bbd76eacbe"
11502+
integrity sha512-LLUo+PpH3dU6XizX3iVoubUNheF/owjXCZZ5yACDxNnPtgFuludV1ZL3ayK1kVep42Rmm0+R9/Y60NQbZ2bifw==
1150211503

1150311504
1150411505
version "0.0.0"

0 commit comments

Comments
 (0)