Skip to content

Commit

Permalink
Merge pull request #638 from jdamore-linode/development
Browse files Browse the repository at this point in the history
Changelog for Cloud Manager v1.79.0, JS Client v0.81.0, and Validation v0.16.0
  • Loading branch information
bbiggerr authored Nov 1, 2022
2 parents 566d5cc + 9608dc6 commit 73dd248
Show file tree
Hide file tree
Showing 3 changed files with 45 additions and 0 deletions.
21 changes: 21 additions & 0 deletions src/content/changelog/cloud-manager-version-1-79-0.md
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
14 changes: 14 additions & 0 deletions src/content/changelog/js-client-changelog-0-81-0.md
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
10 changes: 10 additions & 0 deletions src/content/changelog/validation-changelog-0-16-0.md
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

0 comments on commit 73dd248

Please sign in to comment.