Skip to content

Commit aedd33a

Browse files
Merge pull request linode#120 from linode/release-1.1.7
Release 1.1.7
2 parents 950c039 + 66e758d commit aedd33a

File tree

2 files changed

+57
-0
lines changed

2 files changed

+57
-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.10.0:2019-12-03'
3+
date: 2019-12-03T05:00:00.000Z
4+
version: 4.10.0
5+
changelog:
6+
- API
7+
---
8+
### Added
9+
10+
- Added the `status` property to List Regions ([GET /regions](/api/v4/regions)) and View Region ([GET /regions/{regionId}](/api/v4/regions-region-id)). The `status` property returns a region's current operational status.
11+
12+
- A `linode_config_create`, `linode_config_delete`, `linode_config_update`, `disk_create`, `disk_update` Event action can now generate a `secondary_entity` object. A `secondary_entity` object displays information about an additional entity that is related to the Event.
13+
14+
- Refer to the List Events ([GET /account/events](/api/v4/account-events)) and View Event ([GET /account/events/{eventId}](/api/v4/account-events-event-id)) endpoints to review your Events.
15+
16+
- When creating or updating a Domain Record of type `SRV`, the `target` field now accepts a value of `.`. By setting the target of an SRV record to `.`, you can indicate that a particular service is not supported at a particular domain. See [RFC 6186, section 3.4](https://tools.ietf.org/html/rfc6186#section-3.4) for details on this usage.
17+
18+
### Fixed
19+
20+
- You can now use the `+order_by` operator to filter by `region` when Listing Linodes ([GET /linode/instances](/api/v4/linode-instances)). Previously, this would result in an `unable to apply filter` error.
Lines changed: 37 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,37 @@
1+
---
2+
title: Cloud Manager 0.79.0
3+
date: 2019-11-19T05:00:00.000Z
4+
version: 0.79.0
5+
changelog:
6+
- Cloud Manager
7+
---
8+
### Added:
9+
- Longview: Static tables for listening services/active connections
10+
- Longview: Line Graph abstraction
11+
- Longview: Sort clients by values
12+
- Longview: Client count warning modal
13+
- Longview: Installation tab
14+
- Longview: Overview section scaffolding
15+
- Longview: Footer text for non-Pro users
16+
- Longview: Uptime, Packages, and Hostname data added to client rows
17+
- Longview: Display circle loader if client doesn’t exist or is still being loaded
18+
- Longview: Overview icon section with some static data
19+
- Ability to edit rDNS for IPv6 ranges and pools
20+
- Display of route target for IPv6 ranges
21+
- Abstraction of buttonLink
22+
- Ability to collapse main navigation on larger screen sizes
23+
24+
### Changed:
25+
- Longview: Change landing view from table to cards
26+
- LKE Landing documentation link target
27+
- Loading state and clear errors on Linode Backups form submission
28+
- Longview documentation link target
29+
- Remove welcome banner
30+
- Updated logo asset
31+
- Updated header and footer styles
32+
33+
### Fixed:
34+
- Linode list not being updated when creating Linodes externally
35+
- Type checking in getAPIErrorFor
36+
- Duplicate error display in account/settings
37+
- Empty volumes create button

0 commit comments

Comments
 (0)