Skip to content

Commit

Permalink
Cloud version 1.114.0, API v4 version 0.111.0, and Validation version…
Browse files Browse the repository at this point in the history
… 0.41.0
  • Loading branch information
carrillo-erik committed Mar 1, 2024
1 parent 04d2fed commit b584a4d
Show file tree
Hide file tree
Showing 43 changed files with 74 additions and 197 deletions.
5 changes: 0 additions & 5 deletions packages/api-v4/.changeset/pr-10193-changed-1708424137596.md

This file was deleted.

This file was deleted.

10 changes: 10 additions & 0 deletions packages/api-v4/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
## [2024-03-04] - v0.111.0

### Changed:

- Rename `database_scale` type to `database_resize` ([#10193](https://github.com/linode/manager/pull/10193))

### Upcoming Features:

- Accept placement group in Linode create payload ([#10195](https://github.com/linode/manager/pull/10195))

## [2024-02-20] - v0.110.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.110.0",
"version": "0.111.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-10110-tests-1706208561568.md

This file was deleted.

This file was deleted.

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-10193-changed-1708084511111.md

This file was deleted.

This file was deleted.

This file was deleted.

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

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-10202-tests-1708119481596.md

This file was deleted.

This file was deleted.

This file was deleted.

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

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-10215-fixed-1708555044784.md

This file was deleted.

This file was deleted.

This file was deleted.

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

This file was deleted.

This file was deleted.

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

This file was deleted.

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

This file was deleted.

This file was deleted.

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

This file was deleted.

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

This file was deleted.

This file was deleted.

This file was deleted.

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

This file was deleted.

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

This file was deleted.

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

### Added:

- Reintroduce NVMe Volume Upgrades ([#10229](https://github.com/linode/manager/pull/10229))

### Changed:

- Improve dev tools UI ([#10220](https://github.com/linode/manager/pull/10220))
- ACLB beta region from `Washington, DC` to `Miami, FL` ([#10232](https://github.com/linode/manager/pull/10232))

### Fixed:

- Incorrect units in Linode Network Graph Tooltip ([#10197](https://github.com/linode/manager/pull/10197))
- Disabled `Add` button once a node pool is added to kubernetes cluster in Create flow ([#10215](https://github.com/linode/manager/pull/10215))
- Invalid VPC scope with a Select All > Read Only selection in Create PAT drawer ([#10226](https://github.com/linode/manager/pull/10226))
- Disabled styles for Textfield input ([#10231](https://github.com/linode/manager/pull/10231))
- LinodeVolumeCreateForm crash ([#10235](https://github.com/linode/manager/pull/10235))

### Tech Stories:

- Update to React 18 ([#10169](https://github.com/linode/manager/pull/10169))
- Improve LinodeActionMenu restricted user experience ([#10199](https://github.com/linode/manager/pull/10199))
- Convert isRestrictedGlobalGrantType to Hook ([#10203](https://github.com/linode/manager/pull/10203))
- Update Storybook to latest to resolve CVE-2023-42282 ([#10212](https://github.com/linode/manager/pull/10212))
- Generate docs site sidebar based on folder structure ([#10214](https://github.com/linode/manager/pull/10214))
- Clean up `new QueryClient()` pattern in unit tests ([#10217](https://github.com/linode/manager/pull/10217))
- Remove build time API caching ([#10219](https://github.com/linode/manager/pull/10219))
- Clean up `Chip` component ([#10223](https://github.com/linode/manager/pull/10223))

### Tests:

- Add Cypress tests for account switching from Parent to Child ([#10110](https://github.com/linode/manager/pull/10110))
- Improve User Profile integration test coverage and separate from Display Settings coverage ([#10202](https://github.com/linode/manager/pull/10202))
- Add test for OBJ Multicluster bucket create flow ([#10211](https://github.com/linode/manager/pull/10211))
- Suppress Rollup warnings during Cypress tests ([#10239](https://github.com/linode/manager/pull/10239))

### Upcoming Features:

- Add list view for Linode Clone and Create from Backup ([#10182](https://github.com/linode/manager/pull/10182))
- Add ‘Delete Placement Group’ Modal (#10162)
- Update Placement Groups types, methods and factories (#10200)
- Add placement group details to Create Linode payload ([#10195](https://github.com/linode/manager/pull/10195))
- Update OBJ Multi-Cluster copy ([#10188](https://github.com/linode/manager/pull/10188))
- Handle errors gracefully when OBJ Multi-Cluster feature flag is enabled without MSW (#10189)
- Ensure correct ARIA labels for permissions are displayed in Access Key "Permissions" drawer when OBJ Multicluster is enabled ([#10213](https://github.com/linode/manager/pull/10213))
- Update Region Select for edge sites (#10194)
- Tag custom analytics events for account switching ([#10190](https://github.com/linode/manager/pull/10190))
- Improve Billing & Account restricted user experience ([#10201](https://github.com/linode/manager/pull/10201))
- Disable ability to edit or delete a proxy user via User Profile page ([#10202](https://github.com/linode/manager/pull/10202))
- Fix Users & Grants filtering error based on `user_type` ([#10230](https://github.com/linode/manager/pull/10230))
- Fix Account Switching ([#10234](https://github.com/linode/manager/pull/10234))
- Fix to ensure ChildAccountList receives proper account token (#10234)
- Rename database scale up to database resize ([#10193](https://github.com/linode/manager/pull/10193))

## [2024-02-20] - v1.113.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.113.0",
"version": "1.114.0",
"private": true,
"type": "module",
"bugs": {
Expand Down
13 changes: 5 additions & 8 deletions packages/validation/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,36 +1,35 @@
## [2024-02-13] - v0.40.0
## [2024-03-04] - v0.41.0

### Upcoming Features:

- Add Placement Group data in Create Linode payload ([#10195](https://github.com/linode/manager/pull/10195))
- Placement Group types update ([#10200](https://github.com/linode/manager/pull/10200))

### Changed:

- ip_ranges field in LinodeInterfaceSchema no longer limited to 1 element ([#10089](https://github.com/linode/manager/pull/10089))

## [2024-02-05] - v0.39.0


### Upcoming Features:

- Add `path_regex` as a valid ACLB rule match field ([#10126](https://github.com/linode/manager/pull/10126))


## [2024-01-22] - v0.38.0


### Changed:

- Revise createObjectStorageKeysSchema to include optional 'regions' field ([#10063](https://github.com/linode/manager/pull/10063))
- Make `allow_list` not required for updateDatabaseSchema and added optional `type` property ([#9869](https://github.com/linode/manager/pull/9869))

## [2024-01-08] - v0.37.0


### Tech Stories:

- Add Lint Github Action ([#9973](https://github.com/linode/manager/pull/9973))

## [2023-12-11] - v0.36.0


### Upcoming Features:

- Improve `UpdateConfigurationSchema` ([#9870](https://github.com/linode/manager/pull/9870))
Expand All @@ -40,14 +39,12 @@

## [2023-11-13] - v0.35.0


### Upcoming Features:

- Add `CreateLoadBalancerEndpointSchema`, `CreateLoadBalancerServiceTargetSchema`, `CreateLoadBalancerRuleSchema`, `ConfigurationSchema`, and `CreateLoadBalancerSchema` for AGLB ([#9848](https://github.com/linode/manager/pull/9848))
- Add `UpdateConfigurationSchema` for AGLB ([#9853](https://github.com/linode/manager/pull/9853))
- Add missing label validation to `UpdateCertificateSchema` for AGLB ([#9880](https://github.com/linode/manager/pull/9880))


## [2023-10-30] - v0.34.0

### Changed:
Expand Down
4 changes: 2 additions & 2 deletions packages/validation/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@linode/validation",
"version": "0.40.0",
"version": "0.41.0",
"description": "Yup validation schemas for use with the Linode APIv4",
"type": "module",
"main": "lib/index.cjs",
Expand Down Expand Up @@ -68,4 +68,4 @@
},
"author": "Linode LLC",
"license": "Apache-2.0"
}
}

0 comments on commit b584a4d

Please sign in to comment.