Skip to content

Commit 7e96a0c

Browse files
nwisnewskiGitHub Enterprise
authored andcommitted
Release 1.0.31 (linode#213)
* Release-1.0.31 (linode#208) * Changelogs for Cloud Manager 0.49.0 and API 4.0.17 (linode#204) * Changelogs for Cloud Manager 0.49.0 and API 4.0.17 * Copy fixes * Copy fixes (linode#206) * fix few issues with changelogs formatting * Post-merge fixes * Update release dates * Changlog date updates * DLC-115 fix mobile menu on iFramed api/v4 page (linode#205)
1 parent b3b5a67 commit 7e96a0c

File tree

5 files changed

+84
-11
lines changed

5 files changed

+84
-11
lines changed

content/changelog/2019/01-29.md

Lines changed: 10 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -3,32 +3,32 @@ title: "0.47.0: 2019-01-29"
33
date: "2019-01-29T11:02:00-04:00"
44
description: "Cloud Manager Changelog 0.47.0"
55
changelog:
6-
- Cloud Manager
6+
- Cloud Manager
77
version: 0.47.0
88
---
99

1010
It's that time of year where organization and prioritization are at the top of everyone's mind. They certainly have been for the Linode Cloud Manager team!
1111

1212
In today’s release, we have finalized the organizational offering to display Linodes, Volumes, NodeBalancers, and Domains by tag. Each entity page will show an ungrouped list by default, but switching the toggle at the top of the page to "group by tag" gives users the ability to organize their resources by tags.
1313

14-
As a reminder, tags have more power than that.  
14+
As a reminder, tags have more power than that.
1515

1616
The use of tags on Volumes and NodeBalancers is a win. We didn't have the ability to add classification labels like production, testing, backup, or customer name/account to Volumes and NodeBalancers in Classic Manager. Display groups were a feature of Classic Manager that were limited to Linodes and Domains. Now tags can be added to Linodes, Domains, Volumes, and NodeBalancers.
1717

18-
19-
### Why Tag? Here are some advantages:
18+
#### Why Tag? Here are some advantages:
2019

2120
- Associate one or more tags to each of your resources.
22-
- This will allow you to view all tagged Linodes, Volumes, Domains, and NodeBalancers when searching by tag. 
23-
- The view by tag feature organizes all tagged resources together. You can now activate this option from the landing page for each resource type; the listed items will then be separated into a group for each tag.
24-
- Tags are actionable: you can click on a tag anywhere in the Manager and be taken to a results page where you can view all entities that have that tag. 
25-
- You can also start typing a tag name (such as *production*) into the search bar at the top of each page to view a list of all entities with a matching tag.
21+
- This will allow you to view all tagged Linodes, Volumes, Domains, and NodeBalancers when searching by tag.
22+
- The view by tag feature organizes all tagged resources together. You can now activate this option from the landing page for each resource type; the listed items will then be separated into a group for each tag.
23+
- Tags are actionable: you can click on a tag anywhere in the Manager and be taken to a results page where you can view all entities that have that tag.
24+
- You can also start typing a tag name (such as _production_) into the search bar at the top of each page to view a list of all entities with a matching tag.
2625

2726
Also in this release, and in keeping with the spirit of those January improvement goals, we hit the Design Gym to practice some conditioning and tone up our Cloud Manager. Our Design and Engineering team worked to promote uniformity with each entity and present the look and feel of the search results page throughout the application.
2827

2928
Here is a full listing of what has been Added, Changed, and Fixed:
3029

3130
### Added:
31+
3232
- Sorting for remaining Linode table headers.
3333
- Entity icons on Dashboard page, and entity listing pages for:
3434
- NodeBalancers
@@ -39,12 +39,14 @@ Here is a full listing of what has been Added, Changed, and Fixed:
3939
- Friendly error message when graph data is unavailable for a newly created Linode.
4040

4141
### Changed:
42+
4243
- Removed Documentation panel sidebar.
4344
- Improve pagination experience.
4445
- Order of tabs on the Profile page.
4546
- My Profile > My Apps changed to My Profile > OAuth Apps.
4647

4748
### Fixed:
49+
4850
- Update timezone error.
4951
- Fix pagination display logic.
5052
- Invalid Date on OAuth Apps.

content/changelog/2019/02-27-api.md

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
1+
---
2+
title: "4.0.17: 2019-02-27"
3+
date: "2019-02-27T2:00:00-04:00"
4+
description: "API Changelog 4.0.17"
5+
changelog:
6+
- API
7+
version: 4.0.17
8+
---
9+
10+
### Added:
11+
12+
- Adds Region Features:
13+
- Adds **features** to the Region object. **features** is a list of strings describing what a region supports.
14+
- Adds events for the following actions:
15+
- Domain update, domain record update
16+
- Image update
17+
- Linode update, disk update
18+
- StackScript update
19+
- Longview client update
20+
- NodeBalancer update, nodebalancer config update
21+
- ssh key update
22+
- Volume update
23+
- Linode config create, update, delete
24+
25+
### Changed:
26+
27+
- Tag Validation expanded to 50 characters to accommodate display groups.

content/changelog/2019/02-27.md

Lines changed: 44 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,44 @@
1+
---
2+
title: "0.49.0: 2019-02-27"
3+
date: "2019-02-27T11:02:00-04:00"
4+
description: "Cloud Manager Changelog 0.49.0"
5+
changelog:
6+
- Cloud Manager
7+
version: 0.49.0
8+
---
9+
10+
In our latest release we have introduced refined search capability. You can now specify whether you want to search by entity type, label, tag, or IP address. These search terms can be combined using Boolean operators to create complex search queries to give you exactly the results you're looking for.
11+
12+
You can access this search functionality from the Search bar at the top of each page. This would be useful if you are looking for all of your Linodes, NodeBalancers, and Domains tied to a given environment, customer, or location.
13+
14+
A search such as:
15+
16+
`type:linode OR type:domain OR type:nodebalancer AND tag:production`
17+
18+
will result in a listing of all of your Linodes, Domains, and NodeBalancers that are associated with the tag **production**.
19+
20+
`is:linode || is:domain || is:nodebalancer && tag:production`
21+
22+
will return the same results.
23+
24+
Here is a full listing of what has been Added, Changed, and Fixed in this release:
25+
26+
### Added:
27+
- Enhanced Search functionality!
28+
- Users can now specify the search entity with `type:{linode, volume, domain, nodebalancer}` or `is:{linode, volume, domain, nodebalancer}`
29+
- Aside from entities, other searchable fields are **label:**, **tags:**, and **ips:**.
30+
- Users can search for entries with multiple tags applied by adding the desired tags to a comma separated list after specifying the tags field. Example `tags:tagA,tagB` will return all entities with tagA and tagB applied.
31+
- The same pattern described above applies to the ips as well.
32+
- Logical operators can by applied to queries: **&&/AND**, **||/OR**, **-** for the not operator, and grouping with **()**. A query with multiple fields and no operators is implicitly treated as true for all.
33+
- Status indicators have been incorporated into the entity icons for Linodes and Domains to provide a better visual experience.
34+
- Also added the Linode icon and status to the power button.
35+
- A reset password button in Profile > Password & Authentication that will open the reset password workflow in a separate tab.
36+
- A better user experience for secondary/restricted account users that displays messaging around and disables features that the user doesn't have access to.
37+
38+
### Changed:
39+
- Domains now displayed in alphabetical order on the Domain listing page.
40+
- Timestamps display in last backup table rather than humanized dates.
41+
- Added a tooltip on the power icon for a Linode with no image, indicating that an image must be added to the Linode in order to boot.
42+
43+
### Fixed:
44+
- Removed client side validation that incorrectly prevented user from creating a Linode when the label started with a numeric character.

themes/dlc/layouts/api/baseof.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<div
88
id="header-wrapper"
99
class="header-wrapper bg-light-black"
10-
style="position: fixed; top: 0; width: 100%;"
10+
style="position: fixed; top: 0; width: 100%; z-index: 5"
1111
>
1212
<header
1313
class="header max-w-3xl mx-auto py-2 px-4 md:px-8 flex flex-wrap items-center justify-between"

themes/dlc/srcCSS/components/0_utilities/typography.css

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,5 +7,5 @@ h5 a {
77
}
88

99
code {
10-
@apply p-4 mt-2 mb-8 bg-ThemeBeige block;
11-
}
10+
@apply p-4 mt-2 mb-2 bg-ThemeBeige block;
11+
}

0 commit comments

Comments
 (0)