From a2015f263729b7dfde1f0af65cada1a98157f97b Mon Sep 17 00:00:00 2001 From: Kayla Wilkins Date: Fri, 28 Aug 2020 14:57:46 -0400 Subject: [PATCH 1/8] adding changelogs for cloud and js sdk --- .../changelog/cloud-manager-version-1-17-0.md | 45 +++++++++++++++++++ .../changelog/js-client-changelog-0-32-0.md | 11 +++++ 2 files changed, 56 insertions(+) create mode 100644 src/content/changelog/cloud-manager-version-1-17-0.md create mode 100644 src/content/changelog/js-client-changelog-0-32-0.md diff --git a/src/content/changelog/cloud-manager-version-1-17-0.md b/src/content/changelog/cloud-manager-version-1-17-0.md new file mode 100644 index 000000000..b45f337ec --- /dev/null +++ b/src/content/changelog/cloud-manager-version-1-17-0.md @@ -0,0 +1,45 @@ +--- +title: Cloud Manager v1.17.0 +date: 2020-08-25T05:00:00.000Z +version: 1.17.0 +changelog: + - Cloud Manager +--- + +### Added: + +- CMR: +- Primary Nav responsive scaffold + styles +- Use CMR action menu for Longview client rows +- Plan link in Linode detail header should open the resize dialog +- Table Styles: + Managed: SSH Access, Credentials + Profile: SSH Keys, API Tokens, OAuth Apps + Support Tickets +- Linode Table Adjustments +- Notification drawer: chronological display +- Linode Storage Tab +- Linode Rebuild Dialog +- Flavor text in LinodeNews banner +- Backups enable from Linode action menu +- Mark events as seen when requesting in the notificationContext +- Completed progress events +- Longview processes tables to preferences sortKeys +- Enforced 64 character limit on text input +- Confirm enabling backups +- Handling strange timezone cases for summary graphs + +### Changed: + +- Longview installation instructions +- Clear UDF data on tab change in Linode Create +- Language to “allowlist” and “blocklist” + +### Fixed: + +- Interoperability issues +- Linode creation preselection params for from Clone, from Image, from Backup +- Loading spinner in Notification drawer +- Missing yup types dependency +- SSH fingerprint display issues for various key types +- Issue where loading a Domain’s Detail page directly wasn’t working on large accounts diff --git a/src/content/changelog/js-client-changelog-0-32-0.md b/src/content/changelog/js-client-changelog-0-32-0.md new file mode 100644 index 000000000..4fa1395eb --- /dev/null +++ b/src/content/changelog/js-client-changelog-0-32-0.md @@ -0,0 +1,11 @@ +--- +title: Linode APIv4 JS Client v0.32.0 +date: 2020-08-25T05:00:00.000Z +version: 0.32.0 +changelog: + - APIv4 JS Client +--- + +### Added: + +- DNS resolvers to Region response From bfe1a58315982e729369055840da8c73352eb281 Mon Sep 17 00:00:00 2001 From: Jared Kobos Date: Wed, 2 Sep 2020 14:00:29 -0400 Subject: [PATCH 2/8] Add changelog for Cloud Manager 1.18.0 --- src/content/changelog/cloud-manager-version-1-18-0.md | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 src/content/changelog/cloud-manager-version-1-18-0.md diff --git a/src/content/changelog/cloud-manager-version-1-18-0.md b/src/content/changelog/cloud-manager-version-1-18-0.md new file mode 100644 index 000000000..eb256f73d --- /dev/null +++ b/src/content/changelog/cloud-manager-version-1-18-0.md @@ -0,0 +1,11 @@ +--- +title: Cloud Manager v1.18.0 +date: 2020-09-02T05:00:00.000Z +version: 1.18.0 +changelog: + - Cloud Manager +--- + +### Changed: + +- Disable Atlanta region for most customers, add messaging regarding the datacenter upgrade From 9e22979e79ed17eee5801ac968fb44002b391e80 Mon Sep 17 00:00:00 2001 From: thorner Date: Thu, 3 Sep 2020 15:40:36 -0400 Subject: [PATCH 3/8] Add changelog for LKE 1.7.2 --- src/content/changelog/lke-1-7-2.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 src/content/changelog/lke-1-7-2.md diff --git a/src/content/changelog/lke-1-7-2.md b/src/content/changelog/lke-1-7-2.md new file mode 100644 index 000000000..8f5671d17 --- /dev/null +++ b/src/content/changelog/lke-1-7-2.md @@ -0,0 +1,15 @@ +--- +title: Linode Kubernetes Engine v1.7.2 +date: 2020-09-01T05:00:00.000Z +version: 1.7.2 +changelog: + - Linode Kubernetes Engine +--- + +### Added + +* Add mitigation for CVE-2020-8558 on node initialization. Users should recycle + their nodes for these changes to apply. +* Upgrade the control planes to the latest patch version available: v1.15.12, + v1.16.14, and v1.17.11. + From 085480be8c8bc75240582f97e11c4593b8d8b110 Mon Sep 17 00:00:00 2001 From: leslitagordita Date: Fri, 4 Sep 2020 08:33:15 -0400 Subject: [PATCH 4/8] Add Changelog --- src/content/changelog/4-74-0-2020-09-08.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 src/content/changelog/4-74-0-2020-09-08.md diff --git a/src/content/changelog/4-74-0-2020-09-08.md b/src/content/changelog/4-74-0-2020-09-08.md new file mode 100644 index 000000000..bea4ec290 --- /dev/null +++ b/src/content/changelog/4-74-0-2020-09-08.md @@ -0,0 +1,14 @@ +--- +title: '4.72.0: 2020-09-08' +date: 2020-09-08T04:00:00.000Z +version: 4.74.0 +changelog: + - API +--- + +### Added + +### Changed + +### Fixed + From 3a81b744b569afd9763d263df6f69076a35764fe Mon Sep 17 00:00:00 2001 From: leslitagordita Date: Mon, 7 Sep 2020 20:23:00 -0400 Subject: [PATCH 5/8] Changelog for API release 4.74.0 --- src/content/changelog/4-74-0-2020-09-08.md | 17 +++++++++++++++-- 1 file changed, 15 insertions(+), 2 deletions(-) diff --git a/src/content/changelog/4-74-0-2020-09-08.md b/src/content/changelog/4-74-0-2020-09-08.md index bea4ec290..4ae3a3836 100644 --- a/src/content/changelog/4-74-0-2020-09-08.md +++ b/src/content/changelog/4-74-0-2020-09-08.md @@ -8,7 +8,20 @@ changelog: ### Added -### Changed +* Added the *Reset Linode Root Password* ([POST /linode/instances/{linodeId}/password](/api/v4/linode-instances-linode-id-password/#post)) endpoint to the *Linode Instances* collection. Use this endpoint to reset the root password for a Linode. -### Fixed +* Added the `bucket_access` field to the *Create an Object Storage Key* ([POST /object-storage/keys](/api/v4/object-storage-keys/#post)) endpoint. This field defines an Object Storage key as a *Limited Access Key*. Limited Access Keys have access to only the bucket(s) that are specified along with `read_write` or `read_only` bucket-level permissions. Limited Access Keys can: + + * [list all buckets](/api/v4/object-storage-buckets/) available on an Account, but cannot perform any actions on a bucket unless it has access to the bucket. + + * [create new buckets](/api/v4/object-storage-buckets/#post), but do not have any access to the buckets it creates, unless explicitly given access to them. + +* [NodeBalancers](https://www.linode.com/products/nodebalancers/) now support Proxy Protocol with the addition of the `proxy_protocol` field. Proxy Protocol sends TCP client connection information, like source and destination IP addresses and port numbers, to your NodeBalancer's backend nodes. This new field is available in the following NodeBalancer endpoints: + + * List Configs ([GET /nodebalancers/{nodeBalancerId}/configs](/api/v4/nodebalancers-node-balancer-id-configs)) + * Create Config ([POST /nodebalancers/{nodeBalancerId}/configs](/api/v4/nodebalancers-node-balancer-id-configs/#post)) + * View Config ([GET /nodebalancers/{nodeBalancerId}/configs/{configId}](/api/v4/nodebalancers-node-balancer-id-configs-config-id)) + * Update Config ([PUT /nodebalancers/{nodeBalancerId}/configs/{configId}](/api/v4/nodebalancers-node-balancer-id-configs-config-id/#put)) + * Delete Config ([DELETE /nodebalancers/{nodeBalancerId}/configs/{configId}](/api/v4/nodebalancers-node-balancer-id-configs-config-id/#delete)) + * Rebuild Config ([POST /nodebalancers/{nodeBalancerId}/configs/{configId}/rebuild](/api/v4/nodebalancers-node-balancer-id-configs-config-id-rebuild/#post)) From f1e15ed9c4bd3cdb4c788d2ee47583ae066ba365 Mon Sep 17 00:00:00 2001 From: leslitagordita Date: Tue, 8 Sep 2020 14:34:48 -0400 Subject: [PATCH 6/8] Entry for missing fields related to List IPv6 Ranges --- src/content/changelog/4-74-0-2020-09-08.md | 1 + 1 file changed, 1 insertion(+) diff --git a/src/content/changelog/4-74-0-2020-09-08.md b/src/content/changelog/4-74-0-2020-09-08.md index 4ae3a3836..abcb68412 100644 --- a/src/content/changelog/4-74-0-2020-09-08.md +++ b/src/content/changelog/4-74-0-2020-09-08.md @@ -25,3 +25,4 @@ changelog: * Delete Config ([DELETE /nodebalancers/{nodeBalancerId}/configs/{configId}](/api/v4/nodebalancers-node-balancer-id-configs-config-id/#delete)) * Rebuild Config ([POST /nodebalancers/{nodeBalancerId}/configs/{configId}/rebuild](/api/v4/nodebalancers-node-balancer-id-configs-config-id-rebuild/#post)) +* The [APIv4 OpenAPI 3 reference](https://github.com/linode/linode-api-docs) now correctly documents the `prefix` and `route_target` fields as part of the [List IPv6 Ranges](/api/v4/networking-ipv-6-ranges) endpoint. These fields were mistakenly left out of the APIv4 OpenAPI 3 reference. From f19aadbaa5ddac5c7bbeaf3a63cbbb9877099725 Mon Sep 17 00:00:00 2001 From: leslitagordita Date: Tue, 8 Sep 2020 16:23:52 -0400 Subject: [PATCH 7/8] copy edits --- src/content/changelog/4-74-0-2020-09-08.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/content/changelog/4-74-0-2020-09-08.md b/src/content/changelog/4-74-0-2020-09-08.md index abcb68412..52aa215a2 100644 --- a/src/content/changelog/4-74-0-2020-09-08.md +++ b/src/content/changelog/4-74-0-2020-09-08.md @@ -1,5 +1,5 @@ --- -title: '4.72.0: 2020-09-08' +title: '4.74.0: 2020-09-08' date: 2020-09-08T04:00:00.000Z version: 4.74.0 changelog: @@ -25,4 +25,4 @@ changelog: * Delete Config ([DELETE /nodebalancers/{nodeBalancerId}/configs/{configId}](/api/v4/nodebalancers-node-balancer-id-configs-config-id/#delete)) * Rebuild Config ([POST /nodebalancers/{nodeBalancerId}/configs/{configId}/rebuild](/api/v4/nodebalancers-node-balancer-id-configs-config-id-rebuild/#post)) -* The [APIv4 OpenAPI 3 reference](https://github.com/linode/linode-api-docs) now correctly documents the `prefix` and `route_target` fields as part of the [List IPv6 Ranges](/api/v4/networking-ipv-6-ranges) endpoint. These fields were mistakenly left out of the APIv4 OpenAPI 3 reference. +* The [APIv4 OpenAPI 3 reference](https://github.com/linode/linode-api-docs) now correctly documents the `prefix` and `route_target` fields as part of the [List IPv6 Ranges](/api/v4/networking-ipv-6-ranges) endpoint. Previously, these fields were mistakenly left out of the APIv4 OpenAPI 3 reference. From a5898ec3b5f6cb0a38783b0df1db186b65a1f6d0 Mon Sep 17 00:00:00 2001 From: leslitagordita Date: Tue, 8 Sep 2020 16:43:38 -0400 Subject: [PATCH 8/8] Review: copy edit --- src/content/changelog/4-74-0-2020-09-08.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/content/changelog/4-74-0-2020-09-08.md b/src/content/changelog/4-74-0-2020-09-08.md index 52aa215a2..8029d8291 100644 --- a/src/content/changelog/4-74-0-2020-09-08.md +++ b/src/content/changelog/4-74-0-2020-09-08.md @@ -14,7 +14,7 @@ changelog: * [list all buckets](/api/v4/object-storage-buckets/) available on an Account, but cannot perform any actions on a bucket unless it has access to the bucket. - * [create new buckets](/api/v4/object-storage-buckets/#post), but do not have any access to the buckets it creates, unless explicitly given access to them. + * [create new buckets](/api/v4/object-storage-buckets/#post), but does not have any access to the buckets it creates, unless explicitly given access to them. * [NodeBalancers](https://www.linode.com/products/nodebalancers/) now support Proxy Protocol with the addition of the `proxy_protocol` field. Proxy Protocol sends TCP client connection information, like source and destination IP addresses and port numbers, to your NodeBalancer's backend nodes. This new field is available in the following NodeBalancer endpoints: