Releases: linode/manager
Releases · linode/manager
Cloud Manager v1.147.0
Changed:
- Volume encryption to be enabled by default (#12491)
- ACLP: update
CloudPulseDateTimeRangePickerto useDateTimeRangePickerfrom ui package (#12497)
Fixed:
- Side navigation gap for slightly taller screen (#12496)
- Uneven spacing and margin on NodeBalancer configurations (#12502)
- Bug in ACLP-Alerting list form by refetching alert list instead of setting old query data (#12514)
- Issue with CloudPulse Database filter retention (#12515)
- Firewall Device Search (#12526)
- Swap IPv4 Addresses amongst linodes in the same region (#12541)
- Misaligned Object Storage Bucket CORS toggle (#12543)
- Document title of Linode create page (#12547)
- Header alignment on invoice details page (#12565)
Tech Stories:
- Remove ramda from Support (#12483)
- Address phishing vulnerability via content spoofing on account users page (#12487)
- Specify permissions for GitHub Actions workflows (#12501)
- Add MSW crud support for assigning Linodes to a VPC (#12503)
- Improve new routing lazy loading patterns (#12506)
- Improve Tabs Lazy Loading - Profile + Account (#12532)
- Improve Tabs Lazy Loading - Linodes (#12536)
- Self-host the Pendo Standards agent in the manager repo (#12539)
- Improve Tabs Lazy Loading - IAM + DBaaS (#12546)
- Add package resolution for
form-data(#12566) - Add package resolution for
eslint/plugin-kit(#12567) - ACLP: Add
useIsAclpSupportedRegionutility method (#12517)
Tests:
- Add Cypress test for Linode alerts tab based on region and user preference (#12442)
- Fix Community StackScripts Cypress test flake (#12470)
- Fix Cypress test failures following feature flag flip (#12499)
- Add Cypress test for unsaved changes modal for legacy alerts (#12527)
- Fix Linode rebuild test failures (#12530)
Upcoming Features:
- Add Networking IP Stack section to VPC Create page (#12309)
- Add IPv6 Prefix Length field to Create Subnet drawer (#12382)
- Add 'Configure Pool' button and drawer to LKE Create flow plans table (#12449)
- Add behavior to clear invalid plan selections in the database create flow when the region is changed (#12469)
- Prevent Linode Interface VPC nat_1_1 address from showing up twice (#12473)
- Unhide public IPv4 address when public Linode interface is default route (#12473)
- Create Stream: change Data Set section to Clusters section, fix minor style issues, update types (#12477)
- Add
CloudPulseVPCSubnetcomponent (#12489) - CloudPulse: Add filters for new service -
firewallatFilterConfig.tsin metrics, make text filter reusable atCloudPulseTextFilter.tsx(#12508) - ACLP-Alerting: Nodebalancer onboarding for Alerting service (#12510)
- Link VPC in LKE cluster entity details footer for LKE-E Phase 2 (#12513)
- Add save legacy alerts confirmation modal (#12516)
- Implement the new RBAC permission hook in Linode Create flow (#12522)
- Add streams list for datastream page and GET, POST mock handlers for streams requests (#12524)
- IAM RBAC: Integrate a new hook to fetch permissions for a list of entities (#12529)
- Implement the new RBAC permission hook in Firewalls Rules flow (#12534)
- IAM RBAC permission hook: update checks for sub-entities in Linodes Storage, Configuration, and Settings tabs (#12535)
- IAM RBAC: fix error message and styles issues (#12542)
- IAM RBAC: add Linodes Backups permissions check (#12504)
- IAM RBAC: Add the missing permission checks for linode, update the tooltip (#12548)
- ACLP-Alerting: Firewall onboarding for Alerting service (#12550)
- Edit node pool configuration in LKE cluster create flow (#12552)
- IAM RBAC: fix error message for the one account_admin in the account (#12556)
- Show GPU warning notice conditionally based on policy type - display for "migrate" policy but hide for "power-off-on" policy (#12512)
Cloud Manager v1.146.2
Fixed:
- Resort to payment id for edit billing flow (#12544)
Cloud Manager v1.146.1
Fixed:
- IAM RBAC: Fix a permission check for notification banner in Linode details component (#12525)
Cloud Manager v1.146.0
Added:
- Unsaved Changes modal for Legacy Alerts on Linode Details page (#12385)
- 'New' Badge to APL section of Create Cluster flow (#12461)
Changed:
- Replace the button component under DBAAS with Akamai CDS button web component (#12148)
- TooltipIcon help to info icon (#12348)
- Improve VLANSelect component behavior when creating a new VLAN (#12380)
- Alerts banner text in Legacy and Beta modes to match latest UX mocks (#12419)
- Update Linode and NodeBalancer create summary text (#12455)
- Use
Paperin create page sidebars (#12463) - Alerts subheading text in Legacy and Beta modes to match latest UX mocks (#12465)
Fixed:
- Console error in Create NodeBalancer page and columns misalignment in Subnet NodeBalancers Table (#12428)
- Disable kubeconfig and upgrade options for users with read-only access (#12430)
- TOD payload script encoding error (#12434)
- Upgrade cluster version modal for LKE-E (#12443)
- Newly created VLANs not showing up in the VLAN select after creation when using Linode Interfaces (#12448)
- Extra background on code block copy icon (#12456)
- Unexpected Linode Create deep link behavior (#12457)
- Unsaved changes modal for upload image feature (#12459)
- APL header bolding in Create Cluster flow and GA code clean up (#12461)
- ACLP-Alerting: added fallback to the AlertsResources and DisplayAlertResources components (#12467)
- Volumes upgrade banner alignment (#12471)
- ACLP-Alerting: spacing instead of using sx: gap for DimensionFilter, add flexWrap, remove unnecessary Box spacing in Metric (#12475)
- Region select missing selected icon (#12481)
Removed:
- Move EntityTransfers queries and dependencies to shared
queriespackage (#12406) - Move Databases queries and dependencies to shared
queriespackage (#12426) - Move Status Page queries and dependencies to shared
queriespackage (#12468)
Tech Stories:
- Reroute Linodes (#12363)
- Clean up authentication code post PKCE and decoupling of Redux (#12405)
- Use
REACT_APP_ENVIRONMENT_NAMEto set the Sentry environment (#12450) - Clean up getLinodeXFilter function (#12452)
- Enhance devtools to support
aclpBetaServicesnested feature flags (#12478) - Improve contribution guidelines related to CI checks (#12480)
- Clean up unused mock data and constants (#12482)
- Update usePagination hook to use TanStack router instead of react router (#12424)
Tests:
- Add smoke tests for when aclpIntegration is disabled given varying user preferences (#12310)
- Clean up VPC unit tests and mock queries over relying on server handlers (#12429)
- Add Host Maintenance Policy account settings Cypress tests (#12433)
- Block analytics requests in Cypress tests by default (#12438)
- Add integration test to confirm manually assigning a VPC IPv4 when assigning a Linode to subnet (#12445)
Upcoming Features:
- Add region filtering for VLANSelect in AddInterface form (#12380)
- Add scope column, handle bulk alert enablement in
AlertInformationActionTable.tsx, add new alerts mutation query inalerts.tsx(#12393) - CloudPulse: Add new port filter config in
FilterConfig.ts, add new componentCloudPulsePortFilter.tsx, update utilities inutils.ts(#12401) - Show when public IPs are unreachable more accurately for Linode Interfaces (#12408)
- Add support for
nodebalancerIpv6feature flag for NodeBalancer Dual Stack Support (#12420) - DataStream: add Destinations empty state and Create Destination views (#12422)
- Add
CloudPulseModifyAlertRegions,AlertRegionsandDisplayAlertRegionscomponent, addgetSupportedRegionsfunction in alert utils.ts file, addregionskey inCreateAlertDefinitionForm(#12435) - Add alerts object to
View Code Snippetsfor beta Alerts opt-in users in Create Linode flow (#12446) - Implement the new RBAC permission hook in Linodes configuration tab (#12447)
- Updating Stream Summary on form values change (#12451)
- Implement the new RBAC permission hook in Linode Network tab (#12458)
- Add "New" badge for VM Host Maintenance; Fix maintenance table loading state; Fix maintenance policy responsive behavior for Linode Create (#12460)
- CloudPulse: Add filters for new service -
nodebalanceratFilterConfig.tsin metrics (#12464) - ACLP-Alerting: using latest /services api data to fetch the evaluation period and polling interval time options (#12466)
- Add notice when changing policies for scheduled maintenances for VM Host Maintenance (#12472)
- Implement the new RBAC permission hook in Linodes alerts and settings tabs (#12476)
- Update legacy/beta toggle behavior for Metrics, Alerts and Banners (#12479)
- Implement the new RBAC permission hook in Linodes storage tab (#12484)
- Implement the new RBAC permission hook in Linodes Landing Page (#12485)
Cloud Manager v1.145.0
Changed:
- Kubernetes cluster details to show restricted access warnings and disabled actions (#12360)
- Improve LISH Console Settings page (#12390)
- Use white icons for Marketplace dark mode (#12414)
Fixed:
- ACLP-Alerting: UI misalignments in Alert Create/Edit form in the Criteria section (#12402)
- Incorrect checkbox colors in dark mode causing check icon to appear white instead of black (#12409)
- Incorrectly styled Linode Disk row action menu and buttons (#12413)
- Incorrectly styled LKE cluster node row action button (#12413)
Removed:
- Move IAM queries and dependencies to shared
queriespackage (#12370) - Move network transfer queries and dependencies to shared
queriespackage (#12381)
Tech Stories:
- Reroute Kubernetes (#12294)
- Reroute IAM (#12312)
- Reroute Profile (#12338)
- Disable
no-await-in-loopESLint rule (#12362) - Disable
prefer-screen-queriesESLint rule (#12362) - Update to Storybook v9 (#12416)
- TextField and Autocomplete components to wrap startAdornment and endAdornment props using InputAdornment (#12387)
Tests:
- Add Cypress tests for Linode details metrics when beta is disabled (#12337)
- Fix test flake in
bucket-create-multicluster.spec.ts(#12347) - Attempt to fix
Select.test.tsxtest flake (#12362) - Account for region availability when selecting regions for tests (#12378)
- Disable
nodebalancerVpcflag in cypress tests (#12389) - Fix Cypress Linode clone test (#12403)
- Allow Cypress test resource label prefix to be set via
CY_TEST_RESOURCE_PREFIXenv var (#12407) - Fix flaky test in
VPCSubnetsTable.test.tsx(#12425)
Upcoming Features:
- Assign alert definitions to a Linode during creation (#12248)
- Streamline Linode Interface logic for Firewall Landing and Device tables to use new API fields (#12283)
- Add VM Host Maintenance Policy selection and display sections to Linode detail view (#12334)
- IAM RBAC: Standardize drawer error messages, add an error message for the lasc account admin (#12371)
- Update ACLP region support logic for Beta ACLP features based on
/regionsendpoint (#12375) - ACLP - Alerts: enabled and integrated Delete API, added test cases to verify the deletion (#12376)
- Add
EntityScopeSelectcomponent, addserviceAlertFactoryin services.ts factory file (#12377) - Change
AclpBetaServicesinterface infeatureFlags.ts, addbeta chipinmetrics & alertscomponents based on theAclpBetaServicesfeature flag in cloudpulse (#12386) - Add feature flag support for Cloud NAT (#12388)
- Add beta
Alerts Assigned +ncount to Linode Create flow Summary (#12396) - Make copy updates to VM Host Maintenance Banners (#12397)
- Add new maintenance policy icons to linode rows (#12398)
- IAM RBAC: add the docs links, fix typo and styling issue (#12410)
- Add maintenance policy support for VM maintenance API (#12417)
- Add VM Host Maintenance support to Linode headers and rows (#12418)
- Fix incorrect filter for in-progress maintenance (#12436)
- Add CRUD CloudNAT factories and mocks (#12379)
Cloud Manager v1.144.0
Cloud Manager - v1.144.0
Added:
- Subheading Support to MUI Accordion Component (#12286)
- Netfoundry app to Marketplace (#12316)
aria-sortto TableSortCell component to improve accessibility (#12346)
Changed:
- Hide
gb-lon,au-mel,sg-sin-2, andjp-tyo-3for Image upload and replication (#12257) - Replace node pool autoscaler dialog with drawer (#12325)
- Disable "Reuse user data previously provided" checkbox in Linode rebuild dialog if the Linode does not have existing user data (#12352)
- Expand "Add User Data" section by default in the Linode rebuild dialog if the Linode has existing user data (#12352)
Fixed:
- Inability for restricted users to configure High Availability or IP ACLs on LKE clusters (#12374)
- Radio button size in plans table (#12261)
- Styling issues in
DomainRecordsandforwardRefconsole errors in Object Storage Access (#12279) - Radio button styling inconsistencies across themes and states (#12284)
- Destructive actions to use
Dangerbutton styling (#12299) - Custom styling for SMS Notice (#12301)
- Broken spacing in Dropdown component (#12314)
- Long DNS records in domains section (#12320)
- Existing minor bugs in autoscaler form (#12325)
- Broken Spacing for Banner Component and link missing accessible aria label on NodeBalancer summary page (#12328)
- Queries from search not properly converting to strings (#12336)
- Provisioning nodes appearing when filtering for running nodes only (#12339)
- Incorrect permissions showing after cloning a Linode as a restricted users (#12351)
- Notifications not dismissing when closing a support ticket (#12351)
- Typo in Linode rebuild dialog (#12352)
- Routing issue when clicking port links on Nodebalancer Summary Page (#12366)
- UX description changes for VPC section on Create NodeBalancers page (#12368)
Removed:
- Deprecate Phpmyadmin, Owncloud, Jetbackups, OpenLiteSpeed Rails, Superinsight, and ClusterControl Marketplace apps (#12298)
- Move types queries and dependencies to shared
queriespackage (#12330) - Move betas queries and dependencies to shared
queriespackage (#12358)
Tech Stories:
- Reroute CloudPulse (metrics & alerts) (#12262)
- Reroute Databases (#12285)
- Remove
recomposefrom NodeBalancers (#12288) - Reroute Kubernetes (#12289)
bypassAccountCapabilitiesproperty toaclpfeature flag (#12302)- Add docs link for Add a Disk on Linode Details (#12311)
- Upgrade
@linode/eslint-plugin-cloud-managerto0.0.11(#12319) - Upgrade
qrcode.reactto4.2.0(#12322) - Reroute Account & Billing (#12323)
- Remove ramda from random places throughout the app (#12327)
- Remove authentication from Redux (#12331)
- Reroute Events (#12333)
- Add ability to edit user account and entity permissions in the dev tools (#12361)
- Change
aclpIntegrationfeature flag toaclpBetaServicesand update related references (#12364)
Tests:
- Add Cypress test for suspending and resuming database clusters (#12152)
- Update/Add integration tests for Create Linode (#12187)
- Add tests for Quotas tab endpoint selection (#12271)
- Add tests for requesting quota increase (#12290)
- Replace OBJ factory secret mocks with fake looking data (#12292)
- Add Cypress test for advanced configuration database cluster feature (#12326)
- Fix pricing and region select issues in flaky
lke-create.spec.tstest (#12329) - Remove duplicate flaky tests (#12340)
- Fix
linode-storage.spec.tsfailure (#12349)
Upcoming Features:
- Refactor AddLinodeDrawer to remove useEffect when filtering interface devices (#12220)
- IAM RBAC: fix bugs for the assign roles drawer (#12270)
- Update Account Maintenance table (#12277)
- DataStream: add General Information and Data Sets forms in Create Stream view (#12278)
- Display VPC IPs while selecting the Backend Nodes in the Nodebalancer flow (#12287)
- Update maintenance banners (#12293)
- Update
metricfromlabelin CloudPulseWidgetRenderer for comparison, update CSS in CloudPulseWidget (#12295) - IAM RBAC: Handle API error state, fix entity links for Cluster and Placement Group, and update role count and table on entity removal (#12296)
- IAM RBAC: Permissions - fix hidden count in "Expand (+N)", keep button visible after collapse, and hide it when all permissions are shown (#12297)
- Hide Networking section in new UI when cloning a Linode and change chip color in Interface detail drawer (#12304)
- Restrict beta Alerts, Metrics and preference toggle to aclp supported regions (#12307)
- IAM RBAC: Add the pagination to the Assigned Roles and Assigned Entities tables (#12308)
- IAM RBAC: Roles Table - Hide pagination when results are empty or only one short page, fix styling issues in Assign Roles Drawer (#12317)
- IAM RBAC: update an empty state screen and add a missing drawer (#12318)
- Add Networking tab for database cluster details, add Connection Type field to Summary, and move Manage Access to Networking tab (#12324)
- Add Error State for NodeBalancer Table Cells under Subnets Table in VPC Details (#12315)
- Update Upgrade Interfaces dialog height (#12332)
- Update copy for public IP addresses tooltip for Linode Interfaces (#12332)
- Exclude tags column and filter from entity table for Linode-based Alerts in Cloudpulse Alerting (#12335)
- IAM RBAC: implement the two new APIs and renamed old endpoints and queries to align terminology with the current focus on roles (#12344)
- Remove client-side filtering for MTC plans to simplify region availability logic (#12345)
- Update
aria-labelfor action menus in Assigned Roles and Entity Access tables, fix spacing issues in the Change Role Drawer (#12346) - DataStream: add Delivery form in Create Stream view (#12350)
- Add Manage Access functionality to Networking tab that allows users to access the Manage Access drawer to manage VPCs (#12354)
- Add “Additional Options” section and display Legacy Alerts (
read-only) on Create Linode page (#12355) - Fix inconsistent layout when entity names are long and previously assigned roles reappear when reopening the Assign New Roles Drawer (#12356)
- Fix delete button not disabled for subnets associated with a NodeBalancer on the VPC Subnet page (#12365...
Cloud Manager v1.143.0
Changed:
- Remove the
Accordionwrapper from the default Alerts tab and replace it withPaperon the Linode details page (#12215) - Update LKE flows for APL General Availability (#12268)
- Copy for premium plan recommendation for LKE (#12300)
Fixed:
- Bug where first pageview of landing page was not fired in Adobe Analytics (#12203)
- Formatting of the volume status and broken spacing in MultipleIPInput component (#12207)
- ACL Revision ID being set to empty string on LKE clusters (#12210)
- NodeBalancer label and connection throttle not updating until page refresh (#12217)
- Inconsistent restricted user notices on landing pages (#12223)
linode_resizestarted event referencing the wrong linode (#12252)- Image Select overflows off screen on mobile viewports (#12269)
- LinodeCreateError notice not spanning full width (#12276)
- Manual clearing of default Alerts fields now resets values to zero, preventing empty string/NaN and ensuring consistency with toggle off state (#12215)
Tech Stories:
- Reduce api requests made for every keystroke in Volume attach drawer (#12052)
- Add support for NB-VPC related /v4/vpcs changes in CRUD mocks (#12201)
- Move images related queries and dependencies to shared
queriespackage (#12205) - Move domain related queries and dependencies to shared
queriespackage (#12204) - Move quotas related queries and dependencies to shared
queriespackage (#12221) - Add MSW presets for Events, Maintenance, and Notifications (#12212)
- Upgrade @sentry/react to v9 (#12219)
- Remove
useAccountManagementhook (#12223) - Remove recompose from Longview (#12239)
- Reroute Support & Help features (#12242)
- Use
unstable_createBreakpointsto define our MUI breakpoints (#12244) - Reroute search feature (#12258)
- Stop MSW and DevTools from existing in production bundles (#12263)
- Fix erroneous Sentry error in useAdobeAnalytics hook (#12265)
- Re-add
eslint-plugin-react-refresheslint plugin (#12267) - Switch to self-hosting the Pendo agent with Adobe Launch (#12203)
- Fix bug in loadScript function not resolving promise if script already existed (#12203)
- Make quota_id a string (#12272)
Tests:
- Unskip Cypress Firewall end-to-end tests (#12218)
- Exclude distributed regions when selecting regions for API operations (#12226)
- Add Cypress test for Longview create page for restricted users (#12230)
- Add test for firewall create page for restricted users (#12237)
- Add VPC tests for restricted user (#12238)
- Add Cypress test for Account quotas navigation and permissions (#12250)
- Add integration test for Upgrade to new Linode Interface flow (#12259)
Upcoming Features:
- DataStream: routes, feature flag, tabs (#12155)
- Show VPC details in the Nodebalancer summary page (#12162)
- Show Linode Interface firewalls in
LinodeEntityDetail(#12176) - Add VPC Section in the Nodebalancer create flow (#12181)
- IAM RBAC: fix bugs in the assign new roles drawer (#12227)
- QEMU reboot notices (#12231)
- Add NodeBalancer Table under VPC Subnets Table and rename "Linodes" column to "Resources" (#12232)
- IAM RBAC: fix UI issues in Users and Roles tabs, including button styling, layout, and permissions toggle (#12233)
- DataStream: add Streams empty state and Create Stream views (#12235)
- Add beta ACLP contextual alerts to the Alerts tab on the Linode details page (#12236)
- Event message tweaks for Linode Interfaces (#12243)
- Fix newest LKE-E kubernetes version not being selected by default in create flow (#12246)
- IAM RBAC: Fix bugs for the assigned roles table (#12249)
- Update estimated time for LKE-E node pool pending creation message (#12251)
- Add VPC column to the Nodebalancer Landing table (#12256)
- IAM RBAC: add pagination to the Roles table (#12264)
- Disable the Kubernetes Dashboard request for LKE-E clusters (#12266)
- Configure Networking section and VPC functionality for DBaaS Create view (#12281)
Cloud Manager v1.142.1
Fixed:
- Incorrect LKE cluster pricing (#12253)
Cloud Manager v1.142.0
Changed:
- Update styles to match CDS for Entity Header & Action Panel (#11857)
- Move Linode create flow PG warning to helper text (#12145)
- Quotas UI updates for GA (#12197)
Fixed:
- PayPal button styles when using dark mode (#12136)
- Add text to toast notification to inform user of IPv6 rDNS update delays in Cloud Manager UI (#12147)
- Incorrect icon in Firewall warning banner to use outlined icon (#12159)
- Redirect /object-storage to /object-storage/buckets (#12165)
- Issue preventing Internal Akamai Employees from creating Linodes using VLAN interfaces (#12166)
- StackScripts Landing description truncation (#12194)
- Console warnings related to first-child pseudo class in LandingHeader component (#12200)
- CloudPulse-Metrics: Refine tooltip behavior for zoom button interactions at
Zoomer.tsx(#12206)
Removed:
- DeletionDialog Component (#12153)
Tech Stories:
- Update @paypal/react-paypal-js to ^8.8.3 (#12102)
- Deprecate useDialogData (#12153)
- Delete root level
.eslintrc.js(#12195) - Migrate Hidden Component to
@linode/ui(#12128) - Lint whole monorepo for perfectionist rules (#12140)
Tests:
- Add Cypress integration tests for restricted user details page (#12086)
- Fix DBaaS Cypress test region mocks so tests pass in DevCloud (#12127)
- Fix for object enrollment tests in devcloud (#12135)
- Fix for LKE landing page Cypress test (#12142)
- Fix for Image Search test (#12149)
- Add test spec for Adobe Launch analytics integration (#12158)
- Improve stability of Object Storage bucket clean up during Cypress tests (#12164)
- Fix for Object Storage create integration test (#12169)
- Fix Linode Rebuild test failures stemming from Alpine 3.18 Image deprecation (#12172)
- Use chooseCluster() in object-storage e2e test (#12185)
- Fix for misc test failures (#12198)
Upcoming Features:
- LKE for Restricted users (#11956)
- Types and queries for Host & VM Maintenance (#11990)
- Restrict Migration Region options to MTC availability regions only (#12105)
- Disable CloudPulse create alert button when list api is still loading (#12133)
- Add Delete functionality for the user alert in alerting page with ConfirmationDialog box, deleteHandler (#12134)
- Add support for VPC IPv6 feature flag (#12151)
- Improve Network Interface table for small screen sizes by hiding columns (#12157)
- Hide Delete IP button in Linode IP table for Linode Interfaces even if IP isn't associated with an interface (#12157)
- Hide
Learn morelink inPublicIPAddressesTooltipfor Linode Interfaces (#12157) - Support Linode Interfaces in the Linode Create Summary (#12160)
- IAM RBAC: update texts, update the sorting logic in the AssignedRolesTable (#12167)
- CloudPulse-Metrics: Upgrade filter configs at
filterConfig.tsto have view based control of filters (#12174) - Add
InputValueFieldcomponent, Add logic to switch between text field and autocomplete inDimensionFilterFieldcomponent for CloudPulse Alert (#12175) - Add reusable
AclpPreferenceToggleto support both Alerts and Metrics preferences and Alerts notification banner with a legacy-beta toggle option (#12180) - IAM RBAC: Fix styling issue for the Assigned Roles Table (#12183)
- IAM RBAC: Fix styling issues in the Assigned Permissions Panel and Assigned Entities Table, update 'Hide details' logic and text update (#12184)
- Fix incorrect endpoint use when adding a new LKE-E cluster node pool by using
/v4betaendpoint (#12188) - CloudPulse: Remove
tags filterfrom linode filter config and rename resources toLinode Label(s)in CloudPulse dashboards (#12192) - Add beta ACLP contextual metrics to the Metrics tab on the Linode details page (#12193)
- Disable action menu and MTC plans on Linode resize (#12111)
- Remove
g8-premium-64-htMTC plan check per updated design doc (#12168) - IAM RBAC: Add drawer for assigning selected roles to a user (#12182)
Cloud Manager v1.141.1
- State issue with Object Storage access key drawer (#12178)