Skip to content

Commit 6521e78

Browse files
Jared KobosGitHub Enterprise
authored andcommitted
Merge pull request linode#244 from Linode/release-1.0.35
Release 1.0.35
2 parents fbe9bd1 + c1fe27d commit 6521e78

File tree

2 files changed

+77
-0
lines changed

2 files changed

+77
-0
lines changed

content/changelog/2019/04-22-api.md

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
---
2+
title: "4.0.21: 2019-04-22"
3+
date: "2019-04-22T08:00:00-04:00"
4+
description: "API Changelog 4.0.21"
5+
changelog:
6+
- API
7+
version: 4.0.21
8+
---
9+
10+
### Added
11+
12+
- Added taxes to invoices and invoice items.
13+
- Added the *subtotal* and *tax* properties to invoices (GET /account/invoices/{invoiceId})
14+
- The *total* property of an invoice now represents the total of the invoice after taxes.
15+
- Added the *tax* and *total* properties to invoice items (GET /account/invoices/{invoiceId}/items).
16+
- An invoice item's *total* is the item's *amount* plus the taxes levied on the item.
17+
- The Events endpoints (GET /account/events, GET /account/events/{eventId}) will now include Lassie reboots and reboots of a Linode's host.
18+
19+
### Fixed
20+
21+
- Reverted ability to filter StackScripts by image (introduced in release 4.0.19).
22+
- Resizing (POST /linode/instances/{linodeId}/resize) or upgrading (POST /linode/instances/{linodeId}/mutate) a Linode will now throw an error if there is no availability in the Linode's data center.
23+
- The *backups_enabled* property of a Linode will now return true if a Linode's backups are temporarily paused by the Linode Support Team.
24+
- Assigning a new credit card to an account (POST /account/credit-card) when the account has an expired credit card on file will no longer return an error.

content/changelog/2019/04-22.md

Lines changed: 53 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,53 @@
1+
---
2+
title: "0.53.0: 2019-04-22"
3+
date: "2019-04-22T11:00:00-04:00"
4+
description: "Cloud Manager Changelog 0.53.0"
5+
changelog:
6+
- Cloud Manager
7+
version: 0.53.0
8+
---
9+
10+
Our latest release includes updates that directly respond to Customer feedback. We have provided a way to view the activity for each Linode. This Activity stream, similar to the Host Job queue, will live on the Linode Summary page. This will present the last 5 items and an option to view more which will land you on the Activity tab to view all events for the Linode.
11+
12+
We will continue to build on this to support the level of detail that the Classic Manager's Host Job queue delivered.
13+
14+
Here is a full listing of what has been Added, Changed, and Fixed in this release:
15+
16+
### Added:
17+
- Event stream summary
18+
- Empty search logic
19+
- List all IP addresses in summary panel
20+
- Activity tab on Linode Details
21+
- Account Creation Date to Summary Panel
22+
- GA event for compact mode switcher
23+
- GA events for billing-related actions
24+
- New icons for Managed Services and StackScripts
25+
26+
### Changed:
27+
- Styling no results page
28+
- Styles and mobile handling
29+
- Remove tag column and styling for NodeBalancers Landing
30+
- Remove tag column and styling for Linode Landing
31+
- Re-order fields on monthly network transfer panels
32+
- Place disk spaces in sidebar
33+
- Moving disk space component
34+
- Adjustments for tables for devices
35+
- Making beta tag blue for both themes
36+
- Adjust spacing for add buttons for domain records
37+
- Remove bolding from notices
38+
- Styling of disk storage panel
39+
- Adjustments to table row for DT and activity feed updates
40+
- Scroll buttons styles for mobile tabs
41+
- Resolvers object to match new Toronto name
42+
- Table cell sizes
43+
- Focus states for clickable rows
44+
- Styling for graph legend on Linode detail page
45+
46+
### Fixed:
47+
- Wrap domains text on Domain landing
48+
- Routing on Support Ticket pages
49+
- Detach from deleted Linode
50+
- Image creation drawer labels spacing
51+
- Linodes graphs legends placement
52+
- Minor copy fixes
53+
- Typos and init code guidelines

0 commit comments

Comments
 (0)