Skip to content

Commit 745dd45

Browse files
Merge pull request linode#260 from linode/release-1.1.38
Release 1.1.38
2 parents 4d3b783 + a5898ec commit 745dd45

File tree

5 files changed

+110
-0
lines changed

5 files changed

+110
-0
lines changed
Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,28 @@
1+
---
2+
title: '4.74.0: 2020-09-08'
3+
date: 2020-09-08T04:00:00.000Z
4+
version: 4.74.0
5+
changelog:
6+
- API
7+
---
8+
9+
### Added
10+
11+
* 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.
12+
13+
* 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:
14+
15+
* [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.
16+
17+
* [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.
18+
19+
* [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:
20+
21+
* List Configs ([GET /nodebalancers/{nodeBalancerId}/configs](/api/v4/nodebalancers-node-balancer-id-configs))
22+
* Create Config ([POST /nodebalancers/{nodeBalancerId}/configs](/api/v4/nodebalancers-node-balancer-id-configs/#post))
23+
* View Config ([GET /nodebalancers/{nodeBalancerId}/configs/{configId}](/api/v4/nodebalancers-node-balancer-id-configs-config-id))
24+
* Update Config ([PUT /nodebalancers/{nodeBalancerId}/configs/{configId}](/api/v4/nodebalancers-node-balancer-id-configs-config-id/#put))
25+
* Delete Config ([DELETE /nodebalancers/{nodeBalancerId}/configs/{configId}](/api/v4/nodebalancers-node-balancer-id-configs-config-id/#delete))
26+
* Rebuild Config ([POST /nodebalancers/{nodeBalancerId}/configs/{configId}/rebuild](/api/v4/nodebalancers-node-balancer-id-configs-config-id-rebuild/#post))
27+
28+
* 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.
Lines changed: 45 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,45 @@
1+
---
2+
title: Cloud Manager v1.17.0
3+
date: 2020-08-25T05:00:00.000Z
4+
version: 1.17.0
5+
changelog:
6+
- Cloud Manager
7+
---
8+
9+
### Added:
10+
11+
- CMR:
12+
- Primary Nav responsive scaffold + styles
13+
- Use CMR action menu for Longview client rows
14+
- Plan link in Linode detail header should open the resize dialog
15+
- Table Styles:
16+
Managed: SSH Access, Credentials
17+
Profile: SSH Keys, API Tokens, OAuth Apps
18+
Support Tickets
19+
- Linode Table Adjustments
20+
- Notification drawer: chronological display
21+
- Linode Storage Tab
22+
- Linode Rebuild Dialog
23+
- Flavor text in LinodeNews banner
24+
- Backups enable from Linode action menu
25+
- Mark events as seen when requesting in the notificationContext
26+
- Completed progress events
27+
- Longview processes tables to preferences sortKeys
28+
- Enforced 64 character limit on text input
29+
- Confirm enabling backups
30+
- Handling strange timezone cases for summary graphs
31+
32+
### Changed:
33+
34+
- Longview installation instructions
35+
- Clear UDF data on tab change in Linode Create
36+
- Language to “allowlist” and “blocklist”
37+
38+
### Fixed:
39+
40+
- Interoperability issues
41+
- Linode creation preselection params for from Clone, from Image, from Backup
42+
- Loading spinner in Notification drawer
43+
- Missing yup types dependency
44+
- SSH fingerprint display issues for various key types
45+
- Issue where loading a Domain’s Detail page directly wasn’t working on 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.18.0
3+
date: 2020-09-02T05:00:00.000Z
4+
version: 1.18.0
5+
changelog:
6+
- Cloud Manager
7+
---
8+
9+
### Changed:
10+
11+
- Disable Atlanta region for most customers, add messaging regarding the datacenter upgrade
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.32.0
3+
date: 2020-08-25T05:00:00.000Z
4+
version: 0.32.0
5+
changelog:
6+
- APIv4 JS Client
7+
---
8+
9+
### Added:
10+
11+
- DNS resolvers to Region response

src/content/changelog/lke-1-7-2.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
---
2+
title: Linode Kubernetes Engine v1.7.2
3+
date: 2020-09-01T05:00:00.000Z
4+
version: 1.7.2
5+
changelog:
6+
- Linode Kubernetes Engine
7+
---
8+
9+
### Added
10+
11+
* Add mitigation for CVE-2020-8558 on node initialization. Users should recycle
12+
their nodes for these changes to apply.
13+
* Upgrade the control planes to the latest patch version available: v1.15.12,
14+
v1.16.14, and v1.17.11.
15+

0 commit comments

Comments
 (0)