Skip to content

Commit d6bda4d

Browse files
authored
Merge pull request linode#309 from linode/release-1.1.48
Release 1.1.48
2 parents b62ea00 + e75f41a commit d6bda4d

File tree

4 files changed

+89
-0
lines changed

4 files changed

+89
-0
lines changed
Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
---
2+
title: '4.81.0: 2020-12-02'
3+
date: 2020-12-02T04:00:00.000Z
4+
version: 4.81.0
5+
changelog:
6+
- API
7+
---
8+
9+
### Fixed
10+
11+
- A bug was fixed to allow preservation of URL parameters for service monitor addresses set at the following endpoints:
12+
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})
15+
16+
- [OAuth Reference](/docs/api/#oauth-reference) has been updated to include Firewall, Maintenance, and Object Storage security scopes.
17+
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`.
19+
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`.
Lines changed: 35 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,35 @@
1+
---
2+
title: Cloud Manager v1.25.0
3+
date: 2020-11-17T00:00:00.000Z
4+
version: 1.25.0
5+
changelog:
6+
- Cloud Manager
7+
---
8+
9+
### Added:
10+
11+
- Bucket and Object level access controls
12+
- Display total Object Storage usage on Bucket Landing page
13+
- Progress bar to LinodeDiskRow when a disk is resizing
14+
- “Objects” column to the Bucket Landing table
15+
- Bucket Details Drawer
16+
- Bucket results to search bar
17+
18+
### Changed:
19+
20+
- Add hideOnTablet prop to Entity Table component
21+
- Remove 'Copy to Clipboard' text in OBJ drawers
22+
- Disable API polling from inactive tabs
23+
- Add copy explaining billing address restrictions
24+
- Make typeToConfirm optional in DeletionDialog
25+
- Lazy load OBJ Buckets
26+
- Remove "Delete" option from DBaaS backups table
27+
- Hide permissions table if user has no buckets
28+
- Move Domain creation drawer content to a separate page at /domains/create
29+
- Handle API warnings after a successful payment.
30+
- Update Resize error message and add link
31+
32+
### Fixed:
33+
34+
- Remove filtering of app tokens
35+
- IP popover displaying incorrectly when adding a private IP address to a Linode
Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
---
2+
title: Linode APIv4 JS Client v0.38.0
3+
date: 2020-11-17T00:00:00.000Z
4+
version: 0.38.0
5+
changelog:
6+
- APIv4 JS Client
7+
---
8+
9+
### Added:
10+
11+
- Methods, types, and schemas for Object Storage Bucket-level ACL
12+
13+
### Changed:
14+
15+
- Better schema for validating Firewall rules
16+
- Add APIWarning type and include it in the payload for /payment endpoints

src/content/changelog/lke-1-11-0.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
---
2+
title: Linode Kubernetes Engine v1.11.0
3+
date: 2020-11-23T05:00:00.000Z
4+
version: 1.11.0
5+
changelog:
6+
- Linode Kubernetes Engine
7+
---
8+
9+
### Added
10+
11+
* Update CCM to version 0.3.8 to include support for NodeBalancer Proxy Protocol
12+
* Update CSI to version 0.1.7 to include support for Linode Block Storage Volume expansion.
13+
* Upgrade cluster control plane components to latest available patch version: v1.17.14 and 1.18.12
14+
15+
### Fixed
16+
17+
* Address issue that could allow etcd to restore an incorrect backup.
18+

0 commit comments

Comments
 (0)