Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
52 changes: 52 additions & 0 deletions src/content/changelog/cloud-manager-version-1-15-0.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,52 @@
---
title: Cloud Manager v1.15.0
date: 2020-07-28T05:00:00.000Z
version: 1.15.0
changelog:
- Cloud Manager
---

### Added:
- Ability to recycle all LKE pool nodes
- CMR: Dashboard
- Notifications
- View for single Linodes
- View for multiple Linodes
- CMR: Linode Details
- Filter Linodes by status
- Implement LinodeEntityDetail component
- Networking tab:
- Add Linode Monthly Transfer graph
- Add Historic Network Data graph
- Add IP actions
- CMR: Responsiveness
- Linodes Landing
- Domains Landing
- Add reusable InlineMenuActions component
- Apply updated table styles and action menu to Firewalls
- Custom dev tools
- User preferences editor

### Changed:
- CMR: Update Linode status pill designs
- Use API search and hide search tips for large accounts
- Use base 10 for network graphs

### Fixed:
- CMR: Adjust grid sizes to prevent EntityHeader elements from wrapping
- Brasilia timezone offset should be GMT-3
- Correct years in Linode Summary graph options
- Create Object Storage Bucket types
- Per-Linode network transfer total


## JS Client

### Added:
- getLinodeTransferByDate endpoint
- recycleAllNodes endpoint (LKE)

### Changed:
- Add access control and CORS fields to ObjectStorageBucketRequestPayload interface