Skip to content

Changelog for Cloud Manager v1.89.0, JS Client v0.88.0 and Validation… #684

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: development
Choose a base branch
from
Open
Show file tree
Hide file tree
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
34 changes: 34 additions & 0 deletions src/content/changelog/cloud-manager-version-1-89-0.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,34 @@
---
title: Cloud Manager v1.89.0
date: 2023-03-20T00:00:00.000Z
version: 1.89.0
changelog:
- Cloud Manager
---

### Added:
- One Click Clusters [#8878](​​https://github.com/linode/manager/pull/8878)
- Infinitely Loaded Volume Select [#8876](https://github.com/linode/manager/pull/8876)
- Allow users to select `system` as a theme option [#8869](https://github.com/linode/manager/pull/8869)
- Vite [#8838](https://github.com/linode/manager/pull/8838)
- Resource links to Kubernetes empty state landing page [#8827](https://github.com/linode/manager/pull/8827)

### Changed:
- Updated maintenance and account activation screen logo [#8879](https://github.com/linode/manager/pull/8879)
- Updated `VolumeStatus` type and logic [#8862](https://github.com/linode/manager/pull/8862)
- Temporarily changed Remit To invoice address [#8847](https://github.com/linode/manager/pull/8847)
- Improved notification event links [#8828](https://github.com/linode/manager/pull/8828)
- Improved Linode disk downsize error messaging [#8861](https://github.com/linode/manager/pull/8861)
- Refactored LandingHeader & EntityHeader [#8856](https://github.com/linode/manager/pull/8856)
- Use region `label` from `/v4/regions` instead of `dcDisplayNames` constant [#8851](https://github.com/linode/manager/pull/8851)

### Fixed:
- Use our custom dialog for Monthly Network Transfer Pool instead of MUI's [#8874](https://github.com/linode/manager/pull/8874)
- Radio Styles after Vite Upgrade [#8871](https://github.com/linode/manager/pull/8871)
- Disable/hide showAll for PaginationFooter [#8826](https://github.com/linode/manager/pull/8826)
- Invalidate Firewall devices cache when a Linode is deleted [#8848](https://github.com/linode/manager/pull/8848)

### Removed:
- VLANs from Redux [#8872](https://github.com/linode/manager/pull/8872)
- Unused packages + update lint-staged [#8860](https://github.com/linode/manager/pull/8860)
- /core/styles abstraction for tss-react codemod [#8875](https://github.com/linode/manager/pull/8875)
18 changes: 18 additions & 0 deletions src/content/changelog/js-client-changelog-0-88-0.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
---
title: Linode APIv4 JS Client v0.88.0
date: 2023-03-20T00:00:00.000Z
version: 0.88.0
changelog:
- APIv4 JS Client
---

### Added:
- `params` to regions endpoint [#8851](https://github.com/linode/manager/pull/8851)
- `params` and `filters` to `getLinodeFirewalls` [#8848](https://github.com/linode/manager/pull/8848)

### Changed:
- Updated `VolumeStatus` type [#8862](https://github.com/linode/manager/pull/8862)
- Updated `tsup` [#8838](https://github.com/linode/manager/pull/8838)

### Removed:
- Unused packages + update lint-staged [#8860](https://github.com/linode/manager/pull/8860)
14 changes: 14 additions & 0 deletions src/content/changelog/validation-changelog-0-20-0.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
---
title: Linode Validation v0.20.0
date: 2023-03-20T00:00:00.000Z
version: 0.20.0
changelog:
- Validation
---

### Changed:
- Domain length validation from 255 characters to 253 characters to match API's domain length validation [#8853](https://github.com/linode/manager/pull/8853)
- Updated `tsup` [#8838](https://github.com/linode/manager/pull/8838)

### Removed:
- Unused packages + update lint-staged [#8860](https://github.com/linode/manager/pull/8860)