You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* 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)
Copy file name to clipboardExpand all lines: content/changelog/2019/01-29.md
+10-8Lines changed: 10 additions & 8 deletions
Original file line number
Diff line number
Diff line change
@@ -3,32 +3,32 @@ title: "0.47.0: 2019-01-29"
3
3
date: "2019-01-29T11:02:00-04:00"
4
4
description: "Cloud Manager Changelog 0.47.0"
5
5
changelog:
6
-
- Cloud Manager
6
+
- Cloud Manager
7
7
version: 0.47.0
8
8
---
9
9
10
10
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!
11
11
12
12
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.
13
13
14
-
As a reminder, tags have more power than that.
14
+
As a reminder, tags have more power than that.
15
15
16
16
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.
17
17
18
-
19
-
### Why Tag? Here are some advantages:
18
+
#### Why Tag? Here are some advantages:
20
19
21
20
- 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.
26
25
27
26
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.
28
27
29
28
Here is a full listing of what has been Added, Changed, and Fixed:
30
29
31
30
### Added:
31
+
32
32
- Sorting for remaining Linode table headers.
33
33
- Entity icons on Dashboard page, and entity listing pages for:
34
34
- NodeBalancers
@@ -39,12 +39,14 @@ Here is a full listing of what has been Added, Changed, and Fixed:
39
39
- Friendly error message when graph data is unavailable for a newly created Linode.
40
40
41
41
### Changed:
42
+
42
43
- Removed Documentation panel sidebar.
43
44
- Improve pagination experience.
44
45
- Order of tabs on the Profile page.
45
46
- My Profile > My Apps changed to My Profile > OAuth Apps.
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**.
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.
0 commit comments