-
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 #470 from linode/manager-changelog
Changelog for Cloud Manager v1.51.0, JS Client v0.59.0 and Validation v0.6.0
- Loading branch information
Showing
3 changed files
with
46 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,20 @@ | ||
--- | ||
title: Cloud Manager v1.51.0 | ||
date: 2021-10-05T05:00:00.000Z | ||
version: 1.51.0 | ||
changelog: | ||
- Cloud Manager | ||
--- | ||
|
||
### Added: | ||
- Support for Autoscaling NodePools | ||
|
||
### Changed: | ||
- Improve experience attaching a VLAN when creating a Linode from a Backup or Clone | ||
- Swap Create Access Key button order | ||
- Validation error message with NodeBalancer | ||
|
||
### Fixed: | ||
- Formatting of long strings in Domains TXT records | ||
- Validation saying "expiring too far in the future" when entering credit card expiration date | ||
|
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,12 @@ | ||
--- | ||
title: Linode APIv4 JS Client v0.59.0 | ||
date: 2021-10-05T05:00:00.000Z | ||
version: 0.59.0 | ||
changelog: | ||
- APIv4 JS Client | ||
--- | ||
|
||
### Added: | ||
- AutoscaleNodePool | ||
- AutoscaleNodePoolRequest | ||
|
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,14 @@ | ||
--- | ||
title: Linode Validation v0.6.0 | ||
date: 2021-01-14T05:00:00.000Z | ||
version: 0.6.0 | ||
changelog: | ||
- Validation | ||
--- | ||
|
||
### Added: | ||
- AutoscaleNodePoolSchema | ||
|
||
### Changed: | ||
- CreditCardSchema | ||
|