-
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 #461 from ndukatz/development
Changelogs for Cloud Manager Release
- Loading branch information
Showing
3 changed files
with
49 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,21 @@ | ||
--- | ||
title: Cloud Manager v1.50.0 | ||
date: 2021-09-17T00:00:00.000Z | ||
version: 1.50.0 | ||
changelog: | ||
- Cloud Manager | ||
--- | ||
|
||
### Added: | ||
- GDPR Compliance notification, banner, and checkboxes | ||
|
||
### Changed: | ||
- GiB to GB for Volumes | ||
- Remove “Glish” tab for Bare Metal Linodes | ||
- Reduce bottom padding for linodes grouped by tag | ||
- Removed /128 prefix length from IPv6 address in Linode details | ||
- Primary button position to the right in Drawers and Modals | ||
|
||
### Fixed: | ||
- Bug preventing Linode Configuration changes | ||
|
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 APIv4 JS Client v0.58.0 | ||
date: 2021-09-17T05:00:00.000Z | ||
version: 0.58.0 | ||
changelog: | ||
- APIv4 JS Client | ||
--- | ||
|
||
### Added: | ||
- Account Agreement types and methods | ||
|
||
### Changed: | ||
- GiB to GB in volumes.ts | ||
|
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.5.0 | ||
date: 2021-09-17T05:00:00.000Z | ||
version: 0.5.0 | ||
changelog: | ||
- Validation | ||
--- | ||
|
||
### Added: | ||
- NodeBalancer validation error messages | ||
|
||
### Changed: | ||
- Allow non-VLAN interface labels to be null | ||
|