@@ -4,6 +4,60 @@ All notable changes to this project will be documented in this file.
44
55The format is based on [ Keep a Changelog] ( http://keepachangelog.com/ ) and this project adheres to [ Semantic Versioning] ( http://semver.org/ ) .
66
7+ ## [ 2025-10-21] - v1.153.0
8+
9+
10+ ### Added:
11+
12+ - Volume attached to state ([ #12903 ] ( https://github.com/linode/manager/pull/12903 ) )
13+ - Profile Update client side validation ([ #12963 ] ( https://github.com/linode/manager/pull/12963 ) )
14+ - IAM DX: useDelegationRole hook ([ #12979 ] ( https://github.com/linode/manager/pull/12979 ) )
15+
16+ ### Changed:
17+
18+ - DBaaS Connection details table Read-only Host field renders based on VPC configuration ([ #12976 ] ( https://github.com/linode/manager/pull/12976 ) )
19+ - ACLP: update ` group-by ` icon svg file ([ #12986 ] ( https://github.com/linode/manager/pull/12986 ) )
20+
21+ ### Fixed:
22+
23+ - IAM - isIAMEnabled LA access check ([ #12946 ] ( https://github.com/linode/manager/pull/12946 ) )
24+ - Update placeholder text color for light/dark mode ([ #12947 ] ( https://github.com/linode/manager/pull/12947 ) )
25+ - IAM RBAC: refetch entities endpoint ([ #12958 ] ( https://github.com/linode/manager/pull/12958 ) )
26+ - IAM RBAC: permission check for menu and drawer ([ #12964 ] ( https://github.com/linode/manager/pull/12964 ) )
27+ - ACLP: update ` CloudPulseDateTimeRangePickerUtils ` to use preset constants ([ #12971 ] ( https://github.com/linode/manager/pull/12971 ) )
28+ - Rechart tooltips no longer are clipped due to large datasets ([ #12973 ] ( https://github.com/linode/manager/pull/12973 ) )
29+
30+ ### Tech Stories:
31+
32+ - Update to @mui/x-date-pickers v8 ([ #12864 ] ( https://github.com/linode/manager/pull/12864 ) )
33+ - VPC IPv4 and IPv6 address code clean up ([ #12940 ] ( https://github.com/linode/manager/pull/12940 ) )
34+ - IAM / RBAC MSW CRUD Users, Delegation and Parent /Child Updates ([ #12957 ] ( https://github.com/linode/manager/pull/12957 ) )
35+
36+ ### Tests:
37+
38+ - Add tests for DBaaS widget group-by feature ([ #12897 ] ( https://github.com/linode/manager/pull/12897 ) )
39+ - Nvidia Blackwell GPU Linode creation ([ #12929 ] ( https://github.com/linode/manager/pull/12929 ) )
40+ - Fix failing LKE create test involving plan availability in DevCloud ([ #12950 ] ( https://github.com/linode/manager/pull/12950 ) )
41+ - Fix failing "alerts-create.spec.ts" ts in DevCloud ([ #12952 ] ( https://github.com/linode/manager/pull/12952 ) )
42+ - Fix failing maintenance policy test in DevCloud related to hardcoded region ID ([ #12954 ] ( https://github.com/linode/manager/pull/12954 ) )
43+ - Add LKE-E node pool configuration update tests ([ #12961 ] ( https://github.com/linode/manager/pull/12961 ) )
44+
45+ ### Upcoming Features:
46+
47+ - Support APL installation on LKE-E ([ #12878 ] ( https://github.com/linode/manager/pull/12878 ) )
48+ - IAM - User Delegations Tab ([ #12920 ] ( https://github.com/linode/manager/pull/12920 ) )
49+ - IAM: Account Delegations Tab ([ #12927 ] ( https://github.com/linode/manager/pull/12927 ) )
50+ - CloudPulse-Metrics: Update ` FilterConfig.ts ` to handle block storage integration, update ` queries.ts ` , update mocks ([ #12931 ] ( https://github.com/linode/manager/pull/12931 ) )
51+ - Fix Destination Name autocomplete in Create Stream form not filtering correctly ([ #12944 ] ( https://github.com/linode/manager/pull/12944 ) )
52+ - Add dialog modal for Delete action for Logs Stream and Destination ([ #12956 ] ( https://github.com/linode/manager/pull/12956 ) )
53+ - ACLP-Alerting: Dimension Filter customization for Object Storage service ([ #12959 ] ( https://github.com/linode/manager/pull/12959 ) )
54+ - Add info about stream provisioning time and update stream status labels ([ #12960 ] ( https://github.com/linode/manager/pull/12960 ) )
55+ - ACLP-Alerting: Resetting Errors when dependent fields are being reset ([ #12968 ] ( https://github.com/linode/manager/pull/12968 ) )
56+ - ACLP: add ` group by preference ` support for group-by feature ([ #12969 ] ( https://github.com/linode/manager/pull/12969 ) )
57+ - CloudPulse-Metrics: Update ` filterConfig.ts ` , ` useFirewallFetchOptions.tsx ` for firewall-nodebalancer dashboard integration ([ #12980 ] ( https://github.com/linode/manager/pull/12980 ) )
58+ - IAM Parent/Child - Default roles & Entity access routes ([ #12981 ] ( https://github.com/linode/manager/pull/12981 ) )
59+ - Add pendo ids for VM Host Maintenance analytics ([ #12983 ] ( https://github.com/linode/manager/pull/12983 ) )
60+
761## [ 2025-10-07] - v1.152.0
862
963
0 commit comments