Skip to content

Commit 642abac

Browse files
author
Alban Bailly
committed
content up to date
1 parent ff5568f commit 642abac

File tree

4 files changed

+109
-0
lines changed

4 files changed

+109
-0
lines changed
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.

src/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

src/content/changelog/2019/04-23.md

Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,29 @@
1+
---
2+
title: "0.54.0: 2019-04-23"
3+
date: "2019-04-23T11:00:00-04:00"
4+
description: "Cloud Manager Changelog 0.54.0"
5+
changelog:
6+
- Cloud Manager
7+
version: 0.54.0
8+
---
9+
10+
This release features site-wide support for Ada, our Customer Support bot. Ada is now available from the bottom right corner of every page,
11+
allowing you to get help quickly whenever you need it.
12+
13+
Here is a full list of what's been Added, Changed, and Fixed in this release:
14+
15+
### Added:
16+
- Ada support bot available app-wide
17+
- Ability to delete Object Storage buckets
18+
19+
### Changed:
20+
- Update ListBuckets
21+
- Don't use last Stats reading on Linode/NodeBalancer graphs
22+
- Adjust messaging in UserEventsList for deleted entities
23+
- Add documentation to CONTRIBUTING.md
24+
- Expire token on logout
25+
- Catch disk error correctly for blocked requests
26+
- Use EnhancedSelect for the DiskSelect component
27+
28+
### Fixed:
29+
- AxiosError handling for getErrorStringOrDefault

src/css/components/1_atoms/button.css

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
.btn[aria-current="page"] {
2+
@apply bg-BaseBlue text-white;
3+
}

0 commit comments

Comments
 (0)