Skip to content

Commit 9faefaf

Browse files
Merge pull request linode#163 from linode/release-1.1.16
Release 1.1.16
2 parents 9f59211 + febf322 commit 9faefaf

File tree

5 files changed

+125
-0
lines changed

5 files changed

+125
-0
lines changed
Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,32 @@
1+
---
2+
title: '4.59.2: 2020-03-10'
3+
date: 2020-03-10T04:00:00.000Z
4+
version: 4.59.2
5+
changelog:
6+
- API
7+
---
8+
### Version Change Notes
9+
10+
The previous API release was assigned version number 4.14.1, while this release is tagged 4.59.2. This is an intentional change to align with internal version numbering. Subsequent releases will continue following the [semver](https://semver.org/) versioning specification.
11+
12+
### Added
13+
14+
* You can now create an Object Storage bucket ([POST /object-storage/buckets](/api/v4/object-storage-buckets/#post)) in the Frankfurt, DE cluster region (`eu-central-1`).
15+
* To view all available Object Storage cluster regions, use the List Clusters ([GET /object-storage/clusters](/api/v4/object-storage-clusters)) endpoint.
16+
* Added `updated` and `created` read-only fields to Domain Record objects.
17+
* Use the [Domain Records collection](https://developers.linode.com/api/v4/domains-domain-id-records) to review your Domain Record objects.
18+
* Added the List Object Storage Buckets in Cluster ([GET /object-storage/buckets/{clusterId}](/api/v4/object-storage-buckets-cluster-id)) endpoint.
19+
* This endpoint returns a list of buckets in a specific cluster that belong to the user's Account.
20+
* When cloning a Linode ([POST /linode/instances/{linodeId}/clone](/api/v4/linode-instances-linode-id-clone/#post)), any tags existing on the source Linode will be cloned to the target Linode.
21+
22+
### Changed
23+
24+
* When a Linode goes into maintenance mode its `status` field will now display `stopped`.
25+
* To view a Linode's status, use the View Linode ([GET /linode/instances/{linodeId}](/api/v4/linode-instances-linode-id)) endpoint.
26+
* When creating ([POST /linode/instances](/api/v4/linode-instances/#post)) or updating ([PUT /linode/instances](/api/v4/linode-instances-linode-id/#put)) a Linode, its `root_pass` field must now also meet a password strength score requirement that is calculated internally by the API. If the strength requirement is not met, you will receive a `Password does not meet strength requirement` error.
27+
28+
### Fixed
29+
30+
* Previously, when creating a Linode ([POST /linode/instances](/api/v4/linode-instances/#post)) with a root password of 6 characters a \`Password must be between 6 and 128 characters\` error was returned. This bug has been fixed and the `root_pass` field will now accept a password of 6 characters.
31+
* A bug has been fixed that was causing some Linode disk clones to fail ([POST /linode/instances/{linodeId}/disks/{diskId}/clone](/api/v4/linode-instances-linode-id-disks-disk-id-clone/#post)).
32+
* Previously, a bug allowed customers with an account balance of $0 to make a payment ([POST /account/payments](/api/v4/account-payments/#post)) or stage a PayPal payment ([POST /account/payments/paypal](/api/v4/account-payments-paypal/#post)) of less than $5 USD. This bug has been fixed. Now, a minimum payment of $5 USD is required for any account with a balance of $0 USD.
Lines changed: 41 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,41 @@
1+
---
2+
title: Cloud Manager 1.1.0
3+
date: 2020-02-25T19:30:00.000Z
4+
version: 1.1.0
5+
changelog:
6+
- Cloud Manager
7+
---
8+
### Added:
9+
- Cloud Firewalls:
10+
- Add Firewalls endpoints to SDK
11+
- Allow enable/disable/delete Firewall actions
12+
- Enable Firewall creation
13+
- LKE:
14+
- Warn users before creating/resizing a cluster to a single node
15+
- Handling for LKE events (lke_node_create)
16+
- Accessibility improvements:
17+
- Add aria attributes on Linodes, Images, and Kubernetes Landing pages
18+
- Add aria attributes to Action Menu items
19+
- Improve accuracy of column header count
20+
- Add title to ADA chat bot
21+
22+
### Changed:
23+
- Update CPU threshold alert validation
24+
- Use display: standalone in manifest.json for IOS support
25+
- Update event toasts and add new toasts for clone/resize events
26+
- Increase line height of rendered Markdown for readability
27+
- Remove Import Tags CTA on the Dashboard
28+
- Remove obsolete GDPR Modal
29+
- Close all active Lish sessions when logging out
30+
- Unify IP address input patterns for Domains
31+
- Allow direct links to OCA details drawers
32+
- Always allow TCP Connection as a health check for NodeBalancers
33+
- Hide duration for host_reboot events
34+
35+
### Fixed:
36+
- Mode persistence in Linode Disk drawer
37+
- Formatting/highlighting in kubeconfig preview drawer
38+
- Incorrect disks sometimes displayed in different tabs
39+
- Regression from Notistack update
40+
- Remove plural for hour on DNS manager
41+
- Use appropriate button text when restoring from an Image
Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
---
2+
title: Cloud Manager 1.1.1
3+
date: 2020-02-28T15:00:00.000Z
4+
version: 1.1.1
5+
changelog:
6+
- Cloud Manager
7+
---
8+
### Fixed:
9+
10+
- Ensure Object Storage is displayed for restricted users
Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
---
2+
title: Cloud Manager v1.0.1
3+
date: 2020-02-13T05:00:00.000Z
4+
version: 1.0.1
5+
changelog:
6+
- Cloud Manager
7+
---
8+
### Added:
9+
- Support for Object Storage in Frankfurt, DE
10+
11+
### Fixed:
12+
- Removed feature flag logic preventing some users from accessing Longview
Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,30 @@
1+
---
2+
title: Cloud Manager v1.2.0
3+
date: 2020-03-09T05:00:00.000Z
4+
version: 1.2.0
5+
changelog:
6+
- Cloud Manager
7+
---
8+
### Added:
9+
10+
Cloud Firewalls:
11+
- Firewall Linode view
12+
- Add Device drawer in Firewall Linodes view
13+
- Remove device modal in Firewall Linodes view
14+
- Firewall Rule Table
15+
- Firewall Rule Drawer
16+
- Remove devices from Firewall Devices action menu
17+
18+
### Changed:
19+
- Make Linode links in Firewall rows clickable
20+
- Pin GitHub release link to linode-manager tag
21+
- Add support for secondary promo button
22+
- Delay data request until user types in Search bar
23+
- Display invalid StackScript errors on Linode rebuild
24+
- Show error when request to /pools fails in LKE
25+
- Respond to linode_config events
26+
27+
### Fixed:
28+
- Uptime calculation in Longview
29+
- Sorting by Object Storage region
30+
- Sorting the OBJ Bucket table resulted in duplicate rows when there were multiple buckets with the same name

0 commit comments

Comments
 (0)