Skip to content

Commit

Permalink
Merge branch 'master' into develop
Browse files Browse the repository at this point in the history
  • Loading branch information
mjac0bs committed Apr 15, 2024
2 parents 68f0add + 5825d01 commit 9404ce6
Show file tree
Hide file tree
Showing 36 changed files with 69 additions and 154 deletions.
5 changes: 0 additions & 5 deletions packages/api-v4/.changeset/pr-10265-added-1711554883610.md

This file was deleted.

5 changes: 0 additions & 5 deletions packages/api-v4/.changeset/pr-10317-added-1711481937702.md

This file was deleted.

This file was deleted.

12 changes: 11 additions & 1 deletion packages/api-v4/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,14 @@
## [2024-04-15] - v0.114.0

### Added:

- New endpoint and type for `nodebalancers/types` ([#10265](https://github.com/linode/manager/pull/10265))
- Severity fields to support ticket endpoints and new account capability ([#10317](https://github.com/linode/manager/pull/10317))

### Upcoming Features:

- Modify Region Placement Groups Limits types ([#10343](https://github.com/linode/manager/pull/10343))

## [2024-04-01] - v0.113.0

### Added:
Expand All @@ -16,7 +27,6 @@

## [2024-03-18] - v0.112.0


### Changed:

- Make `match_condition` optional in Rule types to support TCP rules ([#10264](https://github.com/linode/manager/pull/10264))
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.113.0",
"version": "0.114.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-10122-changed-1706567057589.md

This file was deleted.

This file was deleted.

This file was deleted.

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

This file was deleted.

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

This file was deleted.

This file was deleted.

This file was deleted.

5 changes: 0 additions & 5 deletions packages/manager/.changeset/pr-10325-added-1712325278400.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-10333-changed-1711728610850.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-10341-tests-1712073647415.md

This file was deleted.

This file was deleted.

This file was deleted.

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

This file was deleted.

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

This file was deleted.

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

This file was deleted.

This file was deleted.

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

This file was deleted.

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

This file was deleted.

5 changes: 0 additions & 5 deletions packages/manager/.changeset/pr-10364-changed-1712674027336.md

This file was deleted.

49 changes: 49 additions & 0 deletions packages/manager/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,55 @@ 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/).

## [2024-04-15] - v1.117.0

### Added:

- Resource links to NodeBalancers empty state landing page ([#10345](https://github.com/linode/manager/pull/10345))
- New DescriptionList component ([#10325](https://github.com/linode/manager/pull/10325))
- Akamai's Japanese QI System ID to Japanese Invoices ([#10356](https://github.com/linode/manager/pull/10356))

### Changed:

- Improve tags experience ([#10122](https://github.com/linode/manager/pull/10122))
- Use Chip for notification badge ([#10333](https://github.com/linode/manager/pull/10333))

### Fixed:

- Direction of the Bucket Access ACL select field carat with `Autocomplete` ([#10286](https://github.com/linode/manager/pull/10286))
- Reset SSH key form state on cancel ([#10344](https://github.com/linode/manager/pull/10344))
- `usePersonAccessTokensQuery` running without option to be disabled ([#10358](https://github.com/linode/manager/pull/10358))
- Unable to update label of OBJ limited access key ([#10362](https://github.com/linode/manager/pull/10362))
- Tooltip displaying for current Dedicated plan when resizing Database Cluster ([#10364](https://github.com/linode/manager/pull/10364))

### Tech Stories:

- Price NodeBalancers dynamically with `nodebalancers/types` endpoint ([#10265](https://github.com/linode/manager/pull/10265))
- Update Storybook to 8.0.5 ([#10336](https://github.com/linode/manager/pull/10336))
- Update Notistack to 3.0.1 ([#10357](https://github.com/linode/manager/pull/10357))

### Tests:

- Add tests to check Parent and Child Close Account flows ([#10316](https://github.com/linode/manager/pull/10316), [#10296](https://github.com/linode/manager/pull/10296))
- Add UI test for account switch flow with expired Parent token ([#10341](https://github.com/linode/manager/pull/10341))
- Add Cypress tests for Account billing drawers ([#10349](https://github.com/linode/manager/pull/10349))

### Upcoming Features:

- Disable fetching buckets with clusters when ObjMultiClusterEnabled flag is enabled (#10282)
- Update error message in EditAccessKeyDrawer ([#10329](https://github.com/linode/manager/pull/10329))
- Support ticket severity ([#10317](https://github.com/linode/manager/pull/10317))
- Refactor account switching utils for reusability and automatic token refreshing ([#10323](https://github.com/linode/manager/pull/10323))
- Update Placement Groups detail and summaries ([#10325](https://github.com/linode/manager/pull/10325))
- Update and clean up Placement Group assign/unassign features (#10328)
- Update navigation and add new menu items for Placement Groups ([#10340](https://github.com/linode/manager/pull/10340))
- Update UI for Region Placement Groups Limits type changes ([#10343](https://github.com/linode/manager/pull/10343))
- Linode Create Refactor:
- User Data ([#10331](https://github.com/linode/manager/pull/10331))
- Summary ([#10334](https://github.com/linode/manager/pull/10334))
- VLANs ([#10342](https://github.com/linode/manager/pull/10342))
- Include powered-off status in Clone Linode event ([#10337](https://github.com/linode/manager/pull/10337))

## [2024-04-08] - v1.116.1

### Fixed:
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.116.1",
"version": "1.117.0",
"private": true,
"type": "module",
"bugs": {
Expand Down
6 changes: 6 additions & 0 deletions packages/validation/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
## [2024-04-15] - v0.44.0

### Changed:

- Update Regions error message in `updateObjectStorageKeysSchema` ([#10329](https://github.com/linode/manager/pull/10329))

## [2024-04-01] - v0.43.0

### Changed:
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.43.0",
"version": "0.44.0",
"description": "Yup validation schemas for use with the Linode APIv4",
"type": "module",
"main": "lib/index.cjs",
Expand Down

0 comments on commit 9404ce6

Please sign in to comment.