Skip to content

Commit 3560bcc

Browse files
authored
Merge pull request linode#320 from linode/release-1.1.50
Release 1.1.50
2 parents 082cd77 + 83d6930 commit 3560bcc

13 files changed

+147
-31
lines changed

package-lock.json

Lines changed: 16 additions & 9 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
@@ -6,7 +6,7 @@
66
"author": "Alban Bailly <[email protected]>",
77
"dependencies": {
88
"@gatsby-contrib/gatsby-plugin-elasticlunr-search": "^2.2.1",
9-
"axios": "^0.19.0",
9+
"axios": "^0.21.1",
1010
"crypto": "^1.0.1",
1111
"gatsby": "^2.24.83",
1212
"gatsby-cli": "^2.12.77",

src/content/changelog/4-79-0-2020-11-3.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -7,24 +7,24 @@ changelog:
77
---
88
### Added
99

10-
- Added the [Object Storage Object ACL View](http://www.linode.com/docs/api/object-storage/#object-storage-object-acl-config-view) (GET /object-storage/buckets/{clusterId}/{bucket}/object-acl) endpoint. This endpoint returns an Object's currently configured Access Control List (ACL) within a specific bucket. ACLs define who can access your buckets and objects and specify the level of access granted to those users.
10+
- Added the Object Storage Object ACL View ([GET /object-storage/buckets/{clusterId}/{bucket}/object-acl](http://www.linode.com/docs/api/object-storage/#object-storage-object-acl-config-view)) endpoint. This endpoint returns an Object's currently configured Access Control List (ACL) within a specific bucket. ACLs define who can access your buckets and objects and specify the level of access granted to those users.
1111

12-
- Added the [Object Storage Object ACL Update](http://www.linode.com/docs/api/object-storage/#object-storage-object-acl-config-update) (PUT /object-storage/buckets/{clusterId}/{bucket}/object-acl) endpoint. This endpoint update's an Object's currently configured Access Control List (ACL) within a specific bucket. ACLs define who can access your buckets and objects and specify the level of access granted to those users.
12+
- Added the Object Storage Object ACL Update ([PUT /object-storage/buckets/{clusterId}/{bucket}/object-acl](http://www.linode.com/docs/api/object-storage/#object-storage-object-acl-config-update)) endpoint. This endpoint update's an Object's currently configured Access Control List (ACL) within a specific bucket. ACLs define who can access your buckets and objects and specify the level of access granted to those users.
1313

14-
- Added the [Object Storage Bucket Access Update](http://www.linode.com/docs/api/object-storage/#object-storage-bucket-access-update) (PUT /object-storage/buckets/{clusterId}/{bucket}/access) endpoint. Use this endpoint to update a bucket's basic Cross-origin Resource Sharing (CORS) and Access Control Level (ACL) settings.
14+
- Added the Object Storage Bucket Access Update ([PUT /object-storage/buckets/{clusterId}/{bucket}/access](http://www.linode.com/docs/api/object-storage/#object-storage-bucket-access-update)) endpoint. Use this endpoint to update a bucket's basic Cross-origin Resource Sharing (CORS) and Access Control Level (ACL) settings.
1515

16-
- Added the [Object Storage Transfer View](http://www.linode.com/docs/api/object-storage/#object-storage-object-acl-config-view) (GET /object-storage/transfer) endpoint. This endpoint returns the amount of outbound data transfer used by your account's Object Storage buckets. Object Storage adds 1 terabyte of outbound data transfer to your data transfer pool. See the [Object Storage Pricing and Limitations](http://www.linode.com/docs/guides/pricing-and-limitations/) guide for details on Object Storage transfer quotas.
16+
- Added the Object Storage Transfer View ([GET /object-storage/transfer](http://www.linode.com/docs/api/object-storage/#object-storage-object-acl-config-view)) endpoint. This endpoint returns the amount of outbound data transfer used by your account's Object Storage buckets. Object Storage adds 1 terabyte of outbound data transfer to your data transfer pool. See the [Object Storage Pricing and Limitations](http://www.linode.com/docs/guides/pricing-and-limitations/) guide for details on Object Storage transfer quotas.
1717

1818
- Added the `objects` field to the following Object Storage endpoints:
1919

20-
- [Object Storage Buckets List](http://www.linode.com/docs/api/object-storage/#object-storage-buckets-list) (GET /object-storage/buckets)
21-
- [Object Storage Buckets in Cluster List](http://www.linode.com/docs/api/object-storage/#object-storage-buckets-in-cluster-list) (GET /object-storage/buckets/{clusterId})
22-
- [Object Storage Bucket View](http://www.linode.com/docs/api/object-storage/#object-storage-bucket-view) (GET /object-storage/buckets/{clusterId}/{bucket})
20+
- Object Storage Buckets List ([GET /object-storage/buckets](http://www.linode.com/docs/api/object-storage/#object-storage-buckets-list))
21+
- Object Storage Buckets in Cluster List ([GET /object-storage/buckets/{clusterId}](http://www.linode.com/docs/api/object-storage/#object-storage-buckets-in-cluster-list))
22+
- Object Storage Bucket View ([GET /object-storage/buckets/{clusterId}/{bucket}](http://www.linode.com/docs/api/object-storage/#object-storage-bucket-view))
2323

2424
The `object` field returns the number of objects stored in a bucket.
2525

2626
### Fixed
2727

2828
- Error messages for Firewall endpoints have been improved. When applicable, they now return a [Firewall Device's](http://www.linode.com/docs/api/networking/#firewall-device-create) `label` and `id`.
2929

30-
- Fixed the [Ticket Attachment Create](http://www.linode.com/docs/api/support/#ticket-attachment-create) (POST /support/tickets/{ticketId}/attachments) endpoint's SHELL example with the correct way to attach a file when creating a support ticket.
30+
- Fixed the Ticket Attachment Create ([POST /support/tickets/{ticketId}/attachments](http://www.linode.com/docs/api/support/#ticket-attachment-create)) endpoint's SHELL example with the correct way to attach a file when creating a support ticket.

src/content/changelog/4-80-0-2020-11-16.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,5 +10,5 @@ changelog:
1010

1111
- CNAME records now allow for a trailing period (.) on target entries. Previously, a CNAME record ending in a period (.) would result in an error. The endpoints affected by this change are:
1212

13-
- [Domain Record Create](http://www.linode.com/docs/api/domains/#domain-record-create) (POST /domains/{domainId}/records)
14-
- [Domain Record Update](http://www.linode.com/docs/api/domains/#domain-record-update) (PUT /domains/{domainId}/records/{recordId})
13+
- Domain Record Create ([POST /domains/{domainId}/records](http://www.linode.com/docs/api/domains/#domain-record-create))
14+
- Domain Record Update ([PUT /domains/{domainId}/records/{recordId}](http://www.linode.com/docs/api/domains/#domain-record-update))

src/content/changelog/4-81-0-2020-12-02.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -10,11 +10,11 @@ changelog:
1010

1111
- A bug was fixed to allow preservation of URL parameters for service monitor addresses set at the following endpoints:
1212

13-
- [Managed Service Create](/docs/api/managed/#managed-service-create) (POST /managed/services)
14-
- [Managed Service Update](/docs/api/managed/#managed-service-update) (PUT /managed/services/{serviceId})
13+
- Managed Service Create ([POST /managed/services](https://linode.com/docs/api/managed/#managed-service-create))
14+
- Managed Service Update ([PUT /managed/services/{serviceId}](https://linode.com/docs/api/managed/#managed-service-update))
1515

16-
- [OAuth Reference](/docs/api/#oauth-reference) has been updated to include Firewall, Maintenance, and Object Storage security scopes.
16+
- [OAuth Reference](https://linode.com/docs/api/#oauth-reference) has been updated to include Firewall, Maintenance, and Object Storage security scopes.
1717

18-
- The `x-linode-grant` for the [Event Mark as Seen](/docs/api/account/#event-mark-as-seen) (POST /account/events/{eventId}/seen) endpoint has been corrected to `read_only`. Previously, it was stated as `read_write`.
18+
- The `x-linode-grant` for the Event Mark as Seen ([POST /account/events/{eventId}/seen](https://linode.com/docs/api/account/#event-mark-as-seen)) endpoint has been corrected to `read_only`. Previously, it was stated as `read_write`.
1919

20-
- The OAuth scope for the [Firewalls List](/docs/api/networking/#firewalls-list) (GET /networking/firewalls) endpoint has been correct to `firewall:read_only`. Previously, it was stated as `firewalls:read_only`.
20+
- The OAuth scope for the Firewalls List ([GET /networking/firewalls](https://linode.com/docs/api/networking/#firewalls-list)) endpoint has been correct to `firewall:read_only`. Previously, it was stated as `firewalls:read_only`.

src/content/changelog/4-82-0-2020-12-15.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -10,12 +10,12 @@ changelog:
1010

1111
- 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:
1212

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)
13+
- Firewall Create ([POST /networking/firewalls](https://linode.com/docs/api/networking/#firewall-create))
14+
- Firewall Update ([PUT /networking/firewalls/{firewallId}](https://linode.com/docs/api/networking/#firewall-update))
15+
- Firewall Rules Update ([PUT /networking/firewalls/{firewallId}/rules](https://linode.com/docs/api/networking/#firewall-rules-update))
1616

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.
17+
- The Object Storage Object ACL Config Update ([PUT /object-storage/buckets/{clusterId}/{bucket}/object-acl](https://linode.com/docs/api/object-storage/#object-storage-object-acl-config-update)) endpoint previously specified the object `name` as a query parameter. This was corrected to specify the object `name` in the request body.
1818

1919
- 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)
20+
- User Logins List All ([GET /account/logins](https://linode.com/docs/api/account/#user-logins-list-all))
21+
- Logins List ([GET /profile/logins](https://linode.com/docs/api/profile/#logins-list))
Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
---
2+
title: '4.83.0: 2021-01-11'
3+
date: 2021-01-11T04:00:00.000Z
4+
version: 4.83.0
5+
changelog:
6+
- API
7+
---
8+
9+
### Added
10+
11+
- The LKE Kubernetes Cluster Recycle ([POST /lke/clusters/{clusterId}/recycle](https://linode.com/docs/api/linode-kubernetes-engine-lke/#kubernetes-cluster-recycle)) endpoint can now be used to recycle all of the Nodes in a Kubernetes cluster. Replacement Nodes are installed with the latest available patch for the Cluster's Kubernetes Version.
12+
13+
- The LKE Node View ([GET /lke/clusters/{clusterID}/nodes/{nodeId}](https://linode.com/docs/api/linode-kubernetes-engine-lke/#node-view)) endpoint can now be used to view the details of an individual Node within a Kubernetes cluster.
14+
15+
- The LKE Node Recycle ([POST /lke/clusters/{clusterId}/nodes/{nodeId}/recycle](https://linode.com/docs/api/linode-kubernetes-engine-lke/#node-recycle)) endpoint can now be used to recycle a Node within a Kubernetes cluster. Replacement Nodes are installed with the latest available patch for the Cluster's Kubernetes Version.
16+
17+
### Changed
18+
19+
- The LKE Kubernetes Cluster Update ([PUT /lke/clusters/{clusterId}](https://linode.com/docs/api/linode-kubernetes-engine-lke/#kubernetes-cluster-update)) endpoint now includes the `k8s_version` property in its request body schema. This property can be used to upgrade a Kubernetes cluster to the next minor version. New and recycled Nodes in this cluster will be deployed using the latest supported patch of this version.
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
---
2+
title: '4.83.1: 2021-01-13'
3+
date: 2021-01-13T04:00:00.000Z
4+
version: 4.83.1
5+
changelog:
6+
- API
7+
---
8+
9+
### Fixed
10+
11+
- Corrected typos found in the API Specification.
Lines changed: 37 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,37 @@
1+
---
2+
title: Cloud Manager v1.27.0
3+
date: 2020-12-16T05:00:00.000Z
4+
version: 1.27.0
5+
changelog:
6+
- Cloud Manager
7+
---
8+
9+
This release includes sweeping changes to the Cloud Manager UI. For more details, please visit https://www.linode.com/blog/linode/cloud-manager-enhancements-dec2020/
10+
11+
### Added:
12+
13+
- Deep link to the Payment drawer
14+
- Add missing link to invoice details in invoice rows
15+
16+
### Changed:
17+
18+
- Replace all user-facing Domains master/slave terminology with primary/secondary
19+
- Sortable tables now update the URL on sort change to make sort preferences bookmarkable
20+
- Upgrade: Chart.js 3.0 (beta)
21+
- Move theme toggle to My Profile > Settings
22+
- New icon set for CMR
23+
- Update empty states for all entities
24+
- Add warning when migrating a Linode with VLANs to a region w/o VLANs
25+
- Make time displays consistent throughout the app (ISO format)
26+
- Smaller page sizes for Longview Landing
27+
- Move abuse ticket banner to global notifications
28+
- Update URL query param on input change on support search landing page
29+
- Remove the Dashboard
30+
- Hide Longview pagination footer if there's only one page
31+
- Use Region Select styles in Object Storage Cluster selection
32+
- Improve Backups column in Linode .csv file
33+
34+
### Fixed:
35+
36+
- Low reputation error when resizing a Linode intercepted by disk size error logic
37+
- Prevent multiple imagize submissions in succession
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
---
2+
title: Cloud Manager v1.27.1
3+
date: 2020-12-18T00:00:00.000Z
4+
version: 1.27.1
5+
changelog:
6+
- Cloud Manager
7+
---
8+
9+
### Fixed:
10+
11+
- Revert upgrade to Chart.js that was causing Sentry errors and graph display errors
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
---
2+
title: Linode APIv4 JS Client v0.39.0
3+
date: 2020-12-16T05:00:00.000Z
4+
version: 0.39.0
5+
changelog:
6+
- APIv4 JS Client
7+
---
8+
9+
### Changed:
10+
11+
- “updated” field added to Image interface

src/content/changelog/lke-1-12-1.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
---
2+
title: Linode Kubernetes Engine v1.12.1
3+
date: 2021-01-11T05:00:00.000Z
4+
version: 1.12.1
5+
changelog:
6+
- Linode Kubernetes Engine
7+
---
8+
9+
### Added
10+
11+
* Upgrade cluster control plane components to latest available patch version: v1.17.16 and v1.18.14
12+
* Add support for cluster upgrades to the next available Kubernetes minor version
13+
* Add support for full-cluster and individual node recycle

yarn.lock

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3050,6 +3050,13 @@ axios@^0.20.0:
30503050
dependencies:
30513051
follow-redirects "^1.10.0"
30523052

3053+
axios@^0.21.1:
3054+
version "0.21.1"
3055+
resolved "https://registry.yarnpkg.com/axios/-/axios-0.21.1.tgz#22563481962f4d6bde9a76d516ef0e5d3c09b2b8"
3056+
integrity sha512-dKQiRHxGD9PPRIUNIWvZhPTPpl1rf/OxTYKsqKUDjBwYylTvV7SjSHJb9ratfyzM6wCdLCOYLzs73qpg5c4iGA==
3057+
dependencies:
3058+
follow-redirects "^1.10.0"
3059+
30533060
axobject-query@^2.1.2:
30543061
version "2.2.0"
30553062
resolved "https://registry.yarnpkg.com/axobject-query/-/axobject-query-2.2.0.tgz#943d47e10c0b704aa42275e20edf3722648989be"

0 commit comments

Comments
 (0)