Skip to content

Commit 0469474

Browse files
committed
Cloud version 1.154.0, API v4 version 0.152.0, Validation version 0.78.0, UI version 0.23.0
1 parent a44326c commit 0469474

File tree

8 files changed

+77
-4
lines changed

8 files changed

+77
-4
lines changed

packages/api-v4/CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
## [2025-11-04] - v0.152.0
2+
3+
4+
### Upcoming Features:
5+
6+
- Add endpoints for `/v4/images/sharegroups/members` and `/v4/images/sharegroups/tokens` ([#12984](https://github.com/linode/manager/pull/12984))
7+
- Add endpoints for `/v4/images/sharegroups` and `/v4/images/sharegroups/images` ([#12985](https://github.com/linode/manager/pull/12985))
8+
- Add new `filters` prop in AclpWidget type and update `Filters` type to use `DimensionFilterOperatorType` for operator ([#13006](https://github.com/linode/manager/pull/13006))
9+
110
## [2025-10-21] - v0.151.0
211

312

packages/api-v4/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@linode/api-v4",
3-
"version": "0.151.0",
3+
"version": "0.152.0",
44
"homepage": "https://github.com/linode/manager/tree/develop/packages/api-v4",
55
"bugs": {
66
"url": "https://github.com/linode/manager/issues"

packages/manager/CHANGELOG.md

Lines changed: 50 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,56 @@ All notable changes to this project will be documented in this file.
44

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

7+
## [2025-11-04] - v1.154.0
8+
9+
### Added:
10+
11+
- IAM Parent/Child: hide User details tab for delegate user and add a badge ([#12982](https://github.com/linode/manager/pull/12982))
12+
13+
### Changed:
14+
15+
- IAM Parent/Child: redirect route /delegations for non-parent users ([#13007](https://github.com/linode/manager/pull/13007))
16+
- Prevent database queries from sending legacy filter and remove unused banner components ([#13015](https://github.com/linode/manager/pull/13015))
17+
- Replace table and paginator in DBaaS with CDS web components ([#12989](https://github.com/linode/manager/pull/12989))
18+
19+
### Fixed:
20+
21+
- NodeBalancer Configuration form unresponsiveness for larger VPC deployments ([#12991](https://github.com/linode/manager/pull/12991))
22+
- IAM Roles Table styles and responsive enhancements ([#12997](https://github.com/linode/manager/pull/12997))
23+
- IAM Account Delegation Tables sorting & filtering ([#13003](https://github.com/linode/manager/pull/13003))
24+
- IAM - Ensure useEntitiesPermissions does not run for admin users ([#13012](https://github.com/linode/manager/pull/13012))
25+
- IAM Parent/Child: fix spacing and add notification ([#13013](https://github.com/linode/manager/pull/13013))
26+
- Upcoming maintenance "When" shows time until start using start_time or policy‑derived start; shows "X days Y hours" when ≥ 1 day ([#13020](https://github.com/linode/manager/pull/13020))
27+
- Add self-service maintenance action in LinodeMaintenanceBanner for power_off_on and include all maintenance types in dev tools preset ([#13024](https://github.com/linode/manager/pull/13024))
28+
- IAM: Linodes without required permissions visible and selectable in Assign/Unassign Linodes selector ([#13030](https://github.com/linode/manager/pull/13030))
29+
- Enhance `enabled` checks for queries ran within `useQueryWithPermissions` ([#13039](https://github.com/linode/manager/pull/13039))
30+
- Add new `mtc` feature flag, extend it to support valid regions for MTC Linode Migration, and replace the invalid region ID `no-east` ([#13026](https://github.com/linode/manager/pull/13026))
31+
32+
### Tech Stories:
33+
34+
- Update Vite to v7 ([#12792](https://github.com/linode/manager/pull/12792))
35+
- Upgrade Cypress to v15.4.0 ([#12824](https://github.com/linode/manager/pull/12824))
36+
37+
### Tests:
38+
39+
- Add Linode Interface related tests: deleting an interface, editing interfaces, and updating interface settings ([#12876](https://github.com/linode/manager/pull/12876))
40+
- Fix "lke-update.spec.ts" LKE-E node pool drawer test that's broken in DevCloud ([#12884](https://github.com/linode/manager/pull/12884))
41+
- Add Logs Destination Landing, Create and Edit e2e tests ([#12936](https://github.com/linode/manager/pull/12936))
42+
43+
### Upcoming Features:
44+
45+
- IAM: Account Delegations Drawer ([#12970](https://github.com/linode/manager/pull/12970))
46+
- IAM: Default Roles Table ([#12990](https://github.com/linode/manager/pull/12990))
47+
- Add support for `privateImageSharing` feature flag for Private Image Sharing feature ([#12992](https://github.com/linode/manager/pull/12992))
48+
- Logs Delivery Destinations/Stream Delete confirmation modal error state reset fix ([#12996](https://github.com/linode/manager/pull/12996))
49+
- Stream form bug fixes ([#12999](https://github.com/linode/manager/pull/12999))
50+
- Add type, utility and mock setup for supporting widget level dimension filters ([#13006](https://github.com/linode/manager/pull/13006))
51+
- IAM Delegation: Parent Account UI fix ([#13011](https://github.com/linode/manager/pull/13011))
52+
- CloudPulse-Metrics: Update `FilterConfig.ts` to make firewall a single-select filter and to filter firewalls based on dashboard ([#13014](https://github.com/linode/manager/pull/13014))
53+
- ACLP-Alerting: Add hook to cleanup stale value from Alerting form ([#13018](https://github.com/linode/manager/pull/13018))
54+
- CloudPulse-Metrics: Hide scroll bar for filters in all browsers, introduce shared prop in `styles.ts`. ([#13028](https://github.com/linode/manager/pull/13028))
55+
- CloudPulse-Metrics: Add optional-filter component at `CloudPulseFirewallNodebalancersSelect.tsx` and integrate it with existing firewall-nodebalancer filters ([#13029](https://github.com/linode/manager/pull/13029))
56+
757
## [2025-10-28] - v1.153.2
858

959
### Changed:

packages/manager/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "linode-manager",
33
"author": "Linode",
44
"description": "The Linode Manager website",
5-
"version": "1.153.2",
5+
"version": "1.154.0",
66
"private": true,
77
"type": "module",
88
"bugs": {

packages/ui/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
## [2025-11-04] - v0.23.0
2+
3+
4+
### Fixed:
5+
6+
- Misaligned focus indicator on the Toggle component causing visual inconsistency when navigating via keyboard ([#12988](https://github.com/linode/manager/pull/12988))
7+
18
## [2025-10-21] - v0.22.0
29

310

packages/ui/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "@linode/ui",
33
"author": "Linode",
44
"description": "Linode UI component library",
5-
"version": "0.22.0",
5+
"version": "0.23.0",
66
"type": "module",
77
"main": "src/index.ts",
88
"module": "src/index.ts",

packages/validation/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
## [2025-11-04] - v0.78.0
2+
3+
### Upcoming Features:
4+
5+
- Add validation schemas for creating and updating Sharegroup Members and Tokens ([#12984](https://github.com/linode/manager/pull/12984))
6+
- Add validation schemas for creating and updating Sharegroups and Sharegroup Images ([#12985](https://github.com/linode/manager/pull/12985))
7+
18
## [2025-10-21] - v0.77.0
29

310
### Changed:

packages/validation/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@linode/validation",
3-
"version": "0.77.0",
3+
"version": "0.78.0",
44
"description": "Yup validation schemas for use with the Linode APIv4",
55
"type": "module",
66
"main": "lib/index.cjs",

0 commit comments

Comments
 (0)