Skip to content

Commit 7af1717

Browse files
authored
Merge pull request linode#326 from ndukatz/development
Changelog for Cloud Manager v1.29.0 and JS Client v0.41.0
2 parents 1061468 + 7c2b795 commit 7af1717

File tree

2 files changed

+44
-0
lines changed

2 files changed

+44
-0
lines changed
Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,28 @@
1+
---
2+
title: Cloud Manager v1.29.0
3+
date: 2021-01-26T05:00:00.000Z
4+
version: 1.29.0
5+
changelog:
6+
- Cloud Manager
7+
---
8+
9+
### Added:
10+
- Ability to recycle LKE nodes
11+
- Ability to recycle all nodes in an LKE cluster
12+
- Upgrade flow for LKE Kubernetes minor versions
13+
- “Plan” column in the Linodes list table
14+
- Copyable StackScript ID field on StackScripts Detail page
15+
16+
### Changed:
17+
- Remove "Pilot" language from GPU tab under Linodes
18+
- Update URL appropriately when opening, closing, and navigating to Resize, Rebuild, Rescue, and Migrate modals
19+
- Use query params for routing for Resize, Rebuild, Rescue, and Migrate dialogs (e.g. linodes/123/storage?resize=true)
20+
- Improve responsiveness of Linode Network Summary
21+
- Hide Volumes table for Linodes in regions without Block Storage
22+
- Sort Firewall rule ports in ascending order
23+
- Make empty state message for outbound Firewall rules more explicit
24+
- Remove icons from buttons on Domain Detail page
25+
26+
### Fixed:
27+
- Fix wrapping in UserMenu causing disappearing “Log Out” button
28+
Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
---
2+
title: Linode APIv4 JS Client v0.41.0
3+
date: 2021-01-26T05:00:00.000Z
4+
version: 0.41.0
5+
changelog:
6+
- APIv4 JS Client
7+
---
8+
9+
### Added:
10+
- Method for recycleClusterNodes
11+
- Method for recycleNode
12+
13+
### Changed:
14+
- Update getKubernetesVersions
15+
- Update FirewallRuleTypeSchema
16+

0 commit comments

Comments
 (0)