Skip to content

Commit

Permalink
Cloud Manager v1.135, API v4 v0.133.0, Validation v0.59.0, and UI v0.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
abailly-akamai committed Jan 23, 2025
1 parent 77b9661 commit 3964f71
Show file tree
Hide file tree
Showing 54 changed files with 109 additions and 234 deletions.

This file was deleted.

This file was deleted.

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

This file was deleted.

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

This file was deleted.

5 changes: 0 additions & 5 deletions packages/api-v4/.changeset/pr-11515-changed-1736786729001.md

This file was deleted.

20 changes: 20 additions & 0 deletions packages/api-v4/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,23 @@
## [2025-01-28] - v0.133.0


### Added:

- Types for Quotas endpoints ([#11493](https://github.com/linode/manager/pull/11493))
- Notification Channel related types to cloudpulse/alerts.ts ([#11511](https://github.com/linode/manager/pull/11511))

### Changed:

- Allow `cipher_suite` to be `none` in `NodeBalancerConfig` and `CreateNodeBalancerConfig` ([#11515](https://github.com/linode/manager/pull/11515))

### Tech Stories:

- Update `tsconfig.json` to use `bundler` moduleResolution ([#11487](https://github.com/linode/manager/pull/11487))

### Upcoming Features:

- update types for IAM and resources api ([#11429](https://github.com/linode/manager/pull/11429))

## [2025-01-14] - v0.132.0

### Added:
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.132.0",
"version": "0.133.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-11402-added-1736419050008.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.

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

This file was deleted.

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

This file was deleted.

This file was deleted.

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

This file was deleted.

This file was deleted.

This file was deleted.

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

This file was deleted.

This file was deleted.

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

This file was deleted.

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

This file was deleted.

This file was deleted.

This file was deleted.

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

This file was deleted.

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

This file was deleted.

This file was deleted.

This file was deleted.

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

This file was deleted.

5 changes: 0 additions & 5 deletions packages/manager/.changeset/pr-11513-changed-1736782843874.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-11521-changed-1736978874581.md

This file was deleted.

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

This file was deleted.

This file was deleted.

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

This file was deleted.

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

This file was deleted.

This file was deleted.

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

This file was deleted.

This file was deleted.

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

This file was deleted.

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

This file was deleted.

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

## [2025-01-28] - v1.135.0

### Added:

- `useCreateUserMutation` for adding new users ([#11402](https://github.com/linode/manager/pull/11402))
- `AddNotificationChannel` component with Unit tests with necessary changes for constants, `CreateAlertDefinition` and other components. ([#11511](https://github.com/linode/manager/pull/11511))
- GPU plans in LKE create flow ([#11544](https://github.com/linode/manager/pull/11544))

### Changed:

- Improved backups banner styles ([#11480](https://github.com/linode/manager/pull/11480))
- Database Resize: Disable plans when the usable storage equals the used storage of the database cluster ([#11481](https://github.com/linode/manager/pull/11481))
- add `Asia/Calcutta` zonename in `timezones.ts`, add `disabledTimeZone` property in `DateTimeRangePicker`, add `minDate` property to `DateTimePicker` ([#11495](https://github.com/linode/manager/pull/11495))
- Tech doc link for Bucket rate limits change ([#11513](https://github.com/linode/manager/pull/11513))
- Search v2 `not equal` syntax ([#11521](https://github.com/linode/manager/pull/11521))
- Revise Disk Encryption description copy in Linode Create flow ([#11536](https://github.com/linode/manager/pull/11536))

### Fixed:

- Spacing for LKE cluster tags at desktop screen sizes ([#11507](https://github.com/linode/manager/pull/11507))
- Zoom-in icon hover effect fix in CloudPulse ([#11526](https://github.com/linode/manager/pull/11526))
- Linode Config Dialog misrepresenting primary interface ([#11542](https://github.com/linode/manager/pull/11542))

### Tech Stories:

- Update to TypeScript v5.7 ([#11531](https://github.com/linode/manager/pull/11531))
- Replace EnhancedSelect with Autocomplete component in the Help feature ([#11470](https://github.com/linode/manager/pull/11470))
- Replace ramda's `splitAt` with custom utility ([#11483](https://github.com/linode/manager/pull/11483))
- Update `tsconfig.json` to use `bundler` moduleResolution ([#11487](https://github.com/linode/manager/pull/11487))
- Replace one-off hardcoded color values with color tokens (part 5) ([#11488](https://github.com/linode/manager/pull/11488))
- Replace remaining react-select instances & types in Linodes Feature ([#11509](https://github.com/linode/manager/pull/11509))
- Dependabot security fixes ([#11510](https://github.com/linode/manager/pull/11510))
- Remove `ramda` from `DomainRecords` part 1 ([#11514](https://github.com/linode/manager/pull/11514))
- Remove `ramda` from `CreateDomain.tsx` ([#11505](https://github.com/linode/manager/pull/11505))
- Refactor and convert DomainRecords to functional component ([#11447](https://github.com/linode/manager/pull/11447))


### Tests:

- Improve organization of Object Storage and Object Storage Multicluster tests ([#11484](https://github.com/linode/manager/pull/11484))
- Fix test notification formatting and output issues ([#11489](https://github.com/linode/manager/pull/11489))
- Remove cypress deprecated helper.ts functions ([#11501](https://github.com/linode/manager/pull/11501))
- Add component tests for PasswordInput ([#11508](https://github.com/linode/manager/pull/11508))
- Add `CY_TEST_RESET_PREFERENCES` env var to reset user preferences at test run start ([#11522](https://github.com/linode/manager/pull/11522))
- Increase timeouts when performing Linode clone operations ([#11529](https://github.com/linode/manager/pull/11529))

### Upcoming Features:

- Proxy users table, removing users, adding users ([#11402](https://github.com/linode/manager/pull/11402))
- Add new entities component for iam ([#11429](https://github.com/linode/manager/pull/11429))
- Add Alert Details Criteria section in Cloud Pulse Alert Details page ([#11477](https://github.com/linode/manager/pull/11477))
- Update Metrics api request and JWE Token api request in CloudPulse ([#11506](https://github.com/linode/manager/pull/11506))
- Improve UDP NodeBalancer support ([#11515](https://github.com/linode/manager/pull/11515))
- Display cluster provisioning after an LKE-E cluster is created ([#11518](https://github.com/linode/manager/pull/11518))
- Add scaffolding for Resources section in Cloud Pulse Alert details page ([#11524](https://github.com/linode/manager/pull/11524))
- Fix redirects from /account to /iam ([#11539](https://github.com/linode/manager/pull/11539))

### Upcoming:

- Quotas feature flag, queries, and MSW CRUD preset support ([#11493](https://github.com/linode/manager/pull/11493))


## [2025-01-14] - v1.134.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.134.0",
"version": "1.135.0",
"private": true,
"type": "module",
"bugs": {
Expand Down
5 changes: 0 additions & 5 deletions packages/ui/.changeset/pr-11480-changed-1736262442937.md

This file was deleted.

5 changes: 0 additions & 5 deletions packages/ui/.changeset/pr-11480-removed-1736802565293.md

This file was deleted.

11 changes: 11 additions & 0 deletions packages/ui/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,14 @@
## [2025-01-28] - v0.6.0


### Changed:

- Refactor and clean up `Notice` ([#11480](https://github.com/linode/manager/pull/11480))

### Removed:

- `marketing` variant on `Notice` component ([#11480](https://github.com/linode/manager/pull/11480))

## [2025-01-14] - v0.5.0

### Added:
Expand Down
2 changes: 1 addition & 1 deletion packages/ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "@linode/ui",
"author": "Linode",
"description": "Linode UI component library",
"version": "0.5.0",
"version": "0.6.0",
"type": "module",
"main": "src/index.ts",
"module": "src/index.ts",
Expand Down
Loading

0 comments on commit 3964f71

Please sign in to comment.