From 9608dc645b5007d0728823a873fe8a2daedd1d07 Mon Sep 17 00:00:00 2001 From: Joe D'Amore Date: Tue, 1 Nov 2022 10:38:35 -0400 Subject: [PATCH] Changelog for Cloud Manager v1.79.0, JS Client v0.81.0, and Validation v0.16.0 --- .../changelog/cloud-manager-version-1-79-0.md | 21 +++++++++++++++++++ .../changelog/js-client-changelog-0-81-0.md | 14 +++++++++++++ .../changelog/validation-changelog-0-16-0.md | 10 +++++++++ 3 files changed, 45 insertions(+) create mode 100644 src/content/changelog/cloud-manager-version-1-79-0.md create mode 100644 src/content/changelog/js-client-changelog-0-81-0.md create mode 100644 src/content/changelog/validation-changelog-0-16-0.md diff --git a/src/content/changelog/cloud-manager-version-1-79-0.md b/src/content/changelog/cloud-manager-version-1-79-0.md new file mode 100644 index 000000000..ddbfbb509 --- /dev/null +++ b/src/content/changelog/cloud-manager-version-1-79-0.md @@ -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 diff --git a/src/content/changelog/js-client-changelog-0-81-0.md b/src/content/changelog/js-client-changelog-0-81-0.md new file mode 100644 index 000000000..62198e2e9 --- /dev/null +++ b/src/content/changelog/js-client-changelog-0-81-0.md @@ -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 diff --git a/src/content/changelog/validation-changelog-0-16-0.md b/src/content/changelog/validation-changelog-0-16-0.md new file mode 100644 index 000000000..55a8c6839 --- /dev/null +++ b/src/content/changelog/validation-changelog-0-16-0.md @@ -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