-
Notifications
You must be signed in to change notification settings - Fork 42
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #634 from HanaXu/development
Changelog for Cloud Manager v1.78.0 and JS Client v0.80.0
- Loading branch information
Showing
2 changed files
with
37 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,24 @@ | ||
--- | ||
title: Cloud Manager v1.78.0 | ||
date: 2022-10-17T00:00:00.000Z | ||
version: 1.78.0 | ||
changelog: | ||
- Cloud Manager | ||
--- | ||
|
||
### Added: | ||
|
||
- Support for Pro Dedicated Plans | ||
- Support ticket link for Account Limit notice text | ||
- HA chip for highly available clusters in the Kubernetes landing page | ||
- Visual indicator when keyboard navigating Linode and Database plan selection tables | ||
- React Query for Managed | ||
|
||
### Changed: | ||
|
||
- Disable delete pool button if there is only one pool | ||
- Display friendly name for Support ticket reply | ||
|
||
### Fixed: | ||
|
||
- Accessibility and zoom issue for inputs on Safari iOS |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
--- | ||
title: Linode APIv4 JS Client v0.80.0 | ||
date: 2022-10-17T00:00:00.000Z | ||
version: 0.80.0 | ||
changelog: | ||
- APIv4 JS Client | ||
--- | ||
|
||
### Changed: | ||
|
||
- Updates to Managed | ||
- LinodeTypeClass to support prodedicated | ||
- SupportReply interface to include friendly_name |