Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
28 changes: 28 additions & 0 deletions src/content/changelog/4-74-0-2020-09-08.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
---
title: '4.74.0: 2020-09-08'
date: 2020-09-08T04:00:00.000Z
version: 4.74.0
changelog:
- API
---

### Added

* 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.

* 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 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:

* 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))

* 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.
45 changes: 45 additions & 0 deletions src/content/changelog/cloud-manager-version-1-17-0.md
Original file line number Diff line number Diff line change
@@ -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
11 changes: 11 additions & 0 deletions src/content/changelog/cloud-manager-version-1-18-0.md
Original file line number Diff line number Diff line change
@@ -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
11 changes: 11 additions & 0 deletions src/content/changelog/js-client-changelog-0-32-0.md
Original file line number Diff line number Diff line change
@@ -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
15 changes: 15 additions & 0 deletions src/content/changelog/lke-1-7-2.md
Original file line number Diff line number Diff line change
@@ -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.