Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Release 1.106.0 - master -> develop #9852

Merged
merged 3 commits into from
Oct 31, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view

This file was deleted.

This file was deleted.

This file was deleted.

8 changes: 8 additions & 0 deletions packages/api-v4/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
## [2023-10-30] - v0.104.0

### Upcoming Features:

- Update AGLB `updateLoadbalancerServiceTarget` endpoint with method and schema ([#9800](https://github.com/linode/manager/pull/9800))
- Update AGLB `createLoadbalancerRoute` endpoint with payload/schema ([#9806](https://github.com/linode/manager/pull/9806))
- Update the `Subnet` and `Interface` interfaces to match new API spec ([#9824](https://github.com/linode/manager/pull/9824))

## [2023-10-16] - v0.103.0

### Upcoming Features:
Expand Down
2 changes: 1 addition & 1 deletion packages/api-v4/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@linode/api-v4",
"version": "0.103.0",
"version": "0.104.0",
"homepage": "https://github.com/linode/manager/tree/develop/packages/api-v4",
"bugs": {
"url": "https://github.com/linode/manager/issues"
Expand Down
5 changes: 0 additions & 5 deletions packages/manager/.changeset/pr-9660-added-1697473425862.md

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

5 changes: 0 additions & 5 deletions packages/manager/.changeset/pr-9771-added-1698247004747.md

This file was deleted.

This file was deleted.

5 changes: 0 additions & 5 deletions packages/manager/.changeset/pr-9777-tests-1696958372039.md

This file was deleted.

This file was deleted.

5 changes: 0 additions & 5 deletions packages/manager/.changeset/pr-9781-tests-1697144294347.md

This file was deleted.

5 changes: 0 additions & 5 deletions packages/manager/.changeset/pr-9782-tests-1697147463647.md

This file was deleted.

This file was deleted.

5 changes: 0 additions & 5 deletions packages/manager/.changeset/pr-9784-tests-1697487553929.md

This file was deleted.

5 changes: 0 additions & 5 deletions packages/manager/.changeset/pr-9785-fixed-1697059201989.md

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

5 changes: 0 additions & 5 deletions packages/manager/.changeset/pr-9791-fixed-1697461463011.md

This file was deleted.

This file was deleted.

5 changes: 0 additions & 5 deletions packages/manager/.changeset/pr-9801-tests-1697547109194.md

This file was deleted.

This file was deleted.

This file was deleted.

5 changes: 0 additions & 5 deletions packages/manager/.changeset/pr-9807-tests-1697570775779.md

This file was deleted.

5 changes: 0 additions & 5 deletions packages/manager/.changeset/pr-9808-fixed-1697722511987.md

This file was deleted.

5 changes: 0 additions & 5 deletions packages/manager/.changeset/pr-9809-tests-1697572246108.md

This file was deleted.

5 changes: 0 additions & 5 deletions packages/manager/.changeset/pr-9810-added-1697595269902.md

This file was deleted.

5 changes: 0 additions & 5 deletions packages/manager/.changeset/pr-9812-fixed-1697639234272.md

This file was deleted.

5 changes: 0 additions & 5 deletions packages/manager/.changeset/pr-9813-added-1697655032681.md

This file was deleted.

This file was deleted.

5 changes: 0 additions & 5 deletions packages/manager/.changeset/pr-9815-fixed-1697665414544.md

This file was deleted.

5 changes: 0 additions & 5 deletions packages/manager/.changeset/pr-9816-tests-1697660159676.md

This file was deleted.

This file was deleted.

5 changes: 0 additions & 5 deletions packages/manager/.changeset/pr-9823-fixed-1697820563300.md

This file was deleted.

This file was deleted.

5 changes: 0 additions & 5 deletions packages/manager/.changeset/pr-9826-fixed-1698115883663.md

This file was deleted.

This file was deleted.

5 changes: 0 additions & 5 deletions packages/manager/.changeset/pr-9835-fixed-1698158982152.md

This file was deleted.

This file was deleted.

60 changes: 59 additions & 1 deletion packages/manager/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,66 @@ All notable changes to this project will be documented in this file.

The format is based on [Keep a Changelog](http://keepachangelog.com/) and this project adheres to [Semantic Versioning](http://semver.org/).

## [2023-10-16] - v1.105.0
## [2023-10-30] - v1.106.0

### Added:

- October Marketplace apps ([#9771](https://github.com/linode/manager/pull/9771))
- Last log in and TFA status to Users & Grants page ([#9810](https://github.com/linode/manager/pull/9810))
- Dynamic price error handling for DC-specific pricing ([#9660](https://github.com/linode/manager/pull/9660))

### Changed:

- Linode Create error placement ([#9788](https://github.com/linode/manager/pull/9788))
- Firewall Create Drawer opens in the same tab in the Linode Create Flow ([#9785](https://github.com/linode/manager/pull/9785))

### Fixed:

- Quote variable in changeset shell command ([#9791](https://github.com/linode/manager/pull/9791))
- Primary nav DBaaS menu item flicker on page load ([#9808](https://github.com/linode/manager/pull/9808))
- Excess spacing above and below Linode CLI help text in Upload Image form ([#9812](https://github.com/linode/manager/pull/9812))
- Only show regions that support Databases on the Database Create page ([#9815](https://github.com/linode/manager/pull/9815))
- Footer styles on small viewports ([#9823](https://github.com/linode/manager/pull/9823))
- Rendering of unsanitized titles in event notification popup and support tickets ([#9826](https://github.com/linode/manager/pull/9826))
- CreateCluster form label styles and layout ([#9835](https://github.com/linode/manager/pull/9835))

### Tech Stories:

- Rename isPropValid utility ([#9790](https://github.com/linode/manager/pull/9790))
- Migrate NodeBalancer Node Mode Select TextField to Autocomplete ([#9754](https://github.com/linode/manager/pull/9754))
- Migrate UserDefinedSelect from a TextField Select to an Autocomplete ([#9756](https://github.com/linode/manager/pull/9756))
- Create Stack component ([#9830](https://github.com/linode/manager/pull/9830))
- MUI v5 Migration - `SRC > Features > StackScripts` pt1 ([#9773](https://github.com/linode/manager/pull/9773))
- Clean up `src/utilities` exports ([#9783](https://github.com/linode/manager/pull/9783))
- MUI v5 Migration - `SRC > Features > StackScripts` pt 2 ([#9786](https://github.com/linode/manager/pull/9786))
- MUI v5 Migration - `SRC > Features > Users` ([#9748](https://github.com/linode/manager/pull/9748))

### Tests:

- Improve error message display when Linode API error occurs in Cypress test ([#9777](https://github.com/linode/manager/pull/9777))
- Improve Linode config edit test stability ([#9781](https://github.com/linode/manager/pull/9781))
- Improve LKE create test reattempt stability ([#9782](https://github.com/linode/manager/pull/9782))
- Clean up Jest warnings and errors ([#9784](https://github.com/linode/manager/pull/9784))
- Fix DBaaS UI test failures stemming from API update ([#9801](https://github.com/linode/manager/pull/9801))
- Refactor Cypress Firewall migration tests ([#9807](https://github.com/linode/manager/pull/9807))
- Skip affected tests when Managed is enabled on test accounts ([#9809](https://github.com/linode/manager/pull/9809))
- Make `ConfigureForm.test.tsx` Vitest compatible ([#9816](https://github.com/linode/manager/pull/9816))

### Upcoming Features:

- Helper text for DC-specific pricing Object Storage overages ([#9813](https://github.com/linode/manager/pull/9813))
- Support VPCs in Add/Edit Linode Config dialog ([#9709](https://github.com/linode/manager/pull/9709))
- Properly support new shapes of `Subnet` and `Interface` return objects ([#9824](https://github.com/linode/manager/pull/9824))
- Only show regions that support VPCs in VPC Create page ([#9787](https://github.com/linode/manager/pull/9787))
- Invalidate VPC-related queries when deleting a Linode ([#9814](https://github.com/linode/manager/pull/9814))
- Add AGLB Routes - Rule Edit Drawer ([#9778](https://github.com/linode/manager/pull/9778))
- Add AGLB Edit Service Target drawer ([#9800](https://github.com/linode/manager/pull/9800))
- Add AGLB Rule Delete Dialog ([#9804](https://github.com/linode/manager/pull/9804))
- Add AGLB Create Route Drawer ([#9806](https://github.com/linode/manager/pull/9806))
- Add AGLB Edit Route Drawer ([#9822](https://github.com/linode/manager/pull/9822))
- Add Rule Index to AGLB Rule Table ([#9838](https://github.com/linode/manager/pull/9838))

## [2023-10-16] - v1.105.0

### Added:

Expand Down
2 changes: 1 addition & 1 deletion packages/manager/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "linode-manager",
"author": "Linode",
"description": "The Linode Manager website",
"version": "1.105.0",
"version": "1.106.0",
"private": true,
"bugs": {
"url": "https://github.com/Linode/manager/issues"
Expand Down

This file was deleted.

This file was deleted.

This file was deleted.

11 changes: 11 additions & 0 deletions packages/validation/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,14 @@
## [2023-10-30] - v0.34.0

### Changed:

- Require vpc_id when interface purpose is 'vpc' in LinodeInterfaceSchema ([#9709](https://github.com/linode/manager/pull/9709))

### Upcoming Features:

- Add AGLB `UpdateServiceTargetSchema`([#9800](https://github.com/linode/manager/pull/9800))
- Add AGLB `CreateRouteSchema` ([#9806](https://github.com/linode/manager/pull/9806))

## [2023-10-16] - v0.33.0

### Upcoming Features:
Expand Down
2 changes: 1 addition & 1 deletion packages/validation/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@linode/validation",
"version": "0.33.0",
"version": "0.34.0",
"description": "Yup validation schemas for use with the Linode APIv4",
"type": "module",
"main": "lib/index.cjs",
Expand Down
Loading