-
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 #638 from jdamore-linode/development
Changelog for Cloud Manager v1.79.0, JS Client v0.81.0, and Validation v0.16.0
- Loading branch information
Showing
3 changed files
with
45 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.79.0 | ||
date: 2022-11-01T00:00:00.000Z | ||
version: 1.79.0 | ||
changelog: | ||
- Cloud Manager | ||
--- | ||
|
||
### Added: | ||
- Set custom UserAgent header for api-v4 when run in node | ||
|
||
### Changed: | ||
- Linode label max characters increased to 64 chars | ||
- Update Configuration Profile doc link | ||
- Marketplace app info button can be focused via keyboard | ||
- Notices that suggest opening a support ticket now include a link to do so | ||
|
||
### Fixed: | ||
- Error when swapping Linode IPs after having already done so | ||
- Issue preventing more than 100 Marketplace apps from appearing | ||
- Error when updating billing contact info without a company name in certain circumstances |
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.81.0 | ||
date: 2022-11-01T00:00:00.000Z | ||
version: 0.81.0 | ||
changelog: | ||
- APIv4 JS Client | ||
--- | ||
|
||
### Added: | ||
- `setUserAgentPrefix` helper function to change API request user agent prefix | ||
|
||
### Changed: | ||
- `credentials` field on `ManagedServiceMonitor` is now an array of numbers | ||
- API request user agent reflects environment |
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,10 @@ | ||
--- | ||
title: Linode Validation v0.16.0 | ||
date: 2022-11-01T00:00:00.000Z | ||
version: 0.16.0 | ||
changelog: | ||
- Validation | ||
--- | ||
|
||
### Changed: | ||
- Linode max label length from 32 to 64 characters |