-
Notifications
You must be signed in to change notification settings - Fork 389
Release v1.156.0 - staging → master
#13181
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
* fix: [UIE-9633] - IAM: users table aria-label fix * Added changeset: IAM: the aria-label for the Users table action menu displays an incorrect username --------- Co-authored-by: Alban Bailly <[email protected]>
…anceWindow (#13060) ## Description 📝 Refactor Database MaintenanceWindow to use React Hook Form instead of Formik ### Verification steps (How to verify changes) - [ ] Go to a Database Cluster's details page, then click on the Settings tab - [ ] Test setting the maintenance window for Aiven and legacy dbs, error messages, etc. There should be no regressions compared to Prod
…dicated plans are available (#13081) * upcoming: [UIE-9538]- Disable premium plan tab if g7 dedicated plans available * Added changeset * Making use of new GCP flag and address review comments
* fix flakey test * Added changeset: Fix flakey vm-host test
Fix `update-database.spec.ts` test failing due to the Save Changes button staying enabled after submitting changes (missed during the refactor to react-hook-form in #13060). Also included a minor styling fix.
…rage for display in widget legend rows (#13092) * upcoming: [DI-28175] - Add linode_id to label conversion for blockstorage * upcoming: [DI-28175] - fallback fix * upcoming: [DI-28175] - Add mocks * upcoming: [DI-28175] - Add changeset
#13078) * upcoming: [UIE-9558] - Add new API endpoints, types and queries for Network Load Balancer * Adding changesets * Fix type specification for NLB. * Use named parameter interfaces for api-v4 client functions with 3+ arguments.
…ure to CM (#13068) * upcoming: [UIE-9559, UIE-9560] - Implement routing for Network Load Balancer * added support for feature flag * PR feedback @tanushree-akamai * add unit test for Network Load Balancers Item in primary nav component * Added changeset: Implement feature flag and routing for NLB * correct routing for nlb * fix failing unit test * PR feedback * fix nlb item visibility in side nav * removed nlb routes that are not yet implemented * ux writing fixes
* feat: [UIE-9423] - IAM Parent/Child: permissions switch account * update a condition * Added changeset: IAM Parent/Child: permissions switch account --------- Co-authored-by: Alban Bailly <[email protected]>
* feat: [UIE-9557] - IAM: fix perm for detach volumes * Added changeset: IAM: fix permission check for detaching volumes
…em (#13032) change: [M3-10685] - Update Cloud Manager Icons to Akamai Design System
* fix: [UIE-9659] Plans panel pagination bug fix * fix: [UIE-9659] adding changeset
… Rules table (#13090) * upcoming:[UIE-9509] - Add tooltip for Rules column in Firewall Rules table * Added changeset: Add tooltip for Rules column header in Firewall Rules table
* add region select to database backups tab * remove region radios, use rhf * move errors to rhf * clean up * Added changeset: Region select to Database Backups tab * Added changeset: Update database restoreWithBackup data to include region * Added changeset: Update database useRestoreFromBackupMutation data to include region * clean up DatabaseBackupDialog
…ilters and group by issue fix (#13088) * upcoming: [DI-28222] - Skeletal setup for widget level dimension filters * upcoming: [DI-28222] - changeset * upcoming: [DI-28222] - fix types * upcoming: [DI-28222] - use slot props * upcoming: [DI-28222] - add comments * upcoming: [DI-28222] - Scaffolding changes * upcoming: [DI-28222] - Quick changeset updates
…Balancer (#13104) * upcoming: [UIE-9669] - implement mocks and factories for Network LoadBalancer * Added changeset: Implement mocks and factories for Network LoadBalancer * PR feedback
…+ Factories/Mocks (#13079) * Save progress * Update tests * Few more changes * Add more changes * Clean up tests * Few changes * Layout updates * Update tests * Add ruleset loading state * Clean up mocks * Fix mocks * Add comments to the type * Added changeset: Update FirewallRuleType to support ruleset * Added changeset: Update FirewallRuleTypeSchema to support ruleset * Added changeset: Add new Firewall RuleSet row layout * Update ruleset action text - Delete to Remove * Move Action column and improve table responsiveness for long labels * Update Cypress component test * Revert Action column movement since its not yet confirmed * Few updates * Few fixes * Update cypress component tests
* feat: [UIE-9539] Implemented Filtering for plans table * feat: [UIE-9539] adding changeset * feat: [UIE-9539] fixing tests * feat: [UIE-9539] ux enhanancement and addressed code review comments * feat: [UIE-9539] removed context usage since tabs does not rerender
#13107) * Mock `udp` feature flag to be enabled in NodeBalancer create form validation smoke tests * Remove obsolete LDE disk delete test now that deletion works as expected * Fix LKE-E field validation test when running against non-local Cloud by fixing intercept URL * Restore disk deletion test for LDE, update assertions for success response * Added changeset: Fixed various test failures when running tests against Prod environment * Avoid cleaning up Linodes that are busy * Swallow errors and log a warning on resource clean up errors
…rting (#13089) * upcoming: [DI-28227] - Integrating Firewall-nobalancers to ACLP-Alerting * fixing a file naming typo * add changeset * upcoming: [DI-28227] - addressing review comments
* fix alignment * Added changeset: Alignment with Linode row backup cell icon
* Fix firewall_id error on LKE E pool update * Added changeset: The `firewall_id` error on LKE pool update * Add comments and update false check instances * Revert accidental removal of update_strategy
* upcoming: [UIE-9559, UIE-9560] - Implement routing for Network Load Balancer * upcoming: [UIE-9558] - Add new API endpoints, types and queries for Network Load Balancer * added support for feature flag * PR feedback @tanushree-akamai * add unit test for Network Load Balancers Item in primary nav component * Adding changesets * Fix type specification for NLB. * Use named parameter interfaces for api-v4 client functions with 3+ arguments. * Added changeset: Implement feature flag and routing for NLB * upcoming: [UIE-6561] - Add NLB Detail Paper * remove body border from detail paper * small fixes * PR feedback * fixed failing unit test * fix responsiveness * remove template literals for variables * correct the kubernetes hyperlink --------- Co-authored-by: Tanushree Bhattacharji <[email protected]>
* save progress * styles and accessibility * hover styles * Added changeset: Disabled Tab + Tooltip styles & accessibility
… Header (#13124) * Await permissions before loading Linode Detail Header * Added changeset: Await permissions before rendering Linode Detail Header
…cing Rule Set (#13094) * Save progress * Update tests * Few more changes * Add more changes * Clean up tests * Few changes * Layout updates * Update tests * Add ruleset loading state * Clean up mocks * Fix mocks * Add comments to the type * Added changeset: Update FirewallRuleType to support ruleset * Added changeset: Update FirewallRuleTypeSchema to support ruleset * Added changeset: Add new Firewall RuleSet row layout * Update ruleset action text - Delete to Remove * Save progress... * Update comment * Exclude 'addresses' from rulesets reference payloads * Some fixes * Add more details to the drawer for rulset * More changes... * Move Action column and improve table responsiveness for long labels * Update Cypress component test * Add more changes to the drawer for rulesets * Update gap & fontsize of firwall add rules selection card * Fix Chip shrink issue * Revert Action column movement since its not yet confirmed * More Refactoring + better formstate typesaftey * Add renderOptions for Add ruleset Autocomplete * Fix typos * Few updates * Few fixes * Update cypress component tests * More changes * Update Add rulesets button copy * More Updates * Feature flag create entity selection for ruleset * More refactoring - separating form states * Some clean up... * Show only rulsets in dropdown applicable to the given catergory * Update date format * Update badge color tokens * Capitalize action label in chip * Update Chip width * Added changeset: Update Firewall Rule Drawer to support referencing Rule Set * Update placeholder for Select Rule Set * Few updates and clean up * Make cy test work * Clean up: remove duplicate validation * Add cancel btn for rules form + some design tokens for dropdown options * Add unit tests for Add Rule Set Drawer * Update test title * Mock useIsFirewallRulesetsPrefixlistsEnabled instead of feature flag * Fix styling and a bit of clean up
* fix: maintenance local to utc * More tests * Adjust the when field logic * Added changeset: Fix incorrect maintenance time display in the Upcoming maintenance table --------- Co-authored-by: Jaalah Ramos <[email protected]>
…pendency (#13111) * upcoming: [DI-28270] - Remove firewall filtering and region filter depdency * upcoming: [DI-28270] - Remove typo * upcoming: [DI-28270] - Add condition in error text * upcoming: [DI-28270] - Add changeset
…ts (#13165) * Fix tooltip scroll styling * Improve stylings for MutiplePLSelect and fw rule table row * Update order of addresses * Fix spacing between papers in Prefixlist details * Revert design color token for tooltip arrow * add PL checkbox tooltip text if disabled * fix spacing for checkbox and tooltip * Add hoverable ruleset id copy on table row * reduce gap between label and copyable ruleset id * Remove tooltip arrow for the RS & PL feature * Minor change * Added changeset: UX/UI enhancements for RuleSets and Prefix Lists * Update PrefixList to Prefix List in tooltip message * Fix some styles * Some padding adjustments in MutiplePrefixListSelect * Minor fix --------- Co-authored-by: hrao <[email protected]>
* Save progress * Save progress * Save progress * Add more changes * Add comments * Added changeset: Handle special PLs in PrefixList drawer * Add comments * Add ids to Checkbox
…le` (#13173) * Optimize rendering of entities in AssignRolesTable * Added changeset: Optimize rendering of entities in AssignedRolesTable
* flag + badges * changeset * feedback * feedback * deps
* save progress * Cleanup * handle search * handle search * handle search * Added changeset: EntitiesSelect performance on large accounts * fix select all * deselect all
…9.0, UI version 0.23.0, Utilities version 0.13.0, Queries version 0.18.0
jdamore-linode
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Checked out the tests, same situation as yesterday so we're all good 👍
|
Just occurred to me I approved this which is usually how we sign off on releases; however, David and I are still working on testing so if you could hold off merging until we've signed off I'd appreciate it. I'll follow up in the Cloud Manager contributors channel and reach out directly @dwiley-akamai -- sorry for the hold up! |
Got it, thank you @jdamore-linode! |
Cloud Manager - v1.156.0
Added:
Changed:
Fixed:
firewall_iderror on LKE pool update (#13109)not showing dimension valuesand CloudPulse metricsgroup by default selection retention(#13139)Tech Stories:
7.1.11to7.2.2(#13119)v3tov4(#13119)Tests:
Upcoming Features:
CloudPulseWidgetUtils.tsto handle id to label conversion of linode associated with volume in volumes service (#13092)CloudPulseWidgetfor widget level dimension support in CloudPulse metrics (#13116)generateAddressesLabelV2utility to support PrefixLists (#13122)FilterConfig.tsto handle integration of endpoints dashboard for object-storage service in metrics page(#13133)Clustersfilter in LKE service dashboard (#13157)APIv4- v0.154.0
Changed:
DatabaseBackupsPayload(#13174)Tech Stories:
@types/nodeas a devDependency (#13119)Upcoming Features:
enabling,disabling,provisioningin CloudPulse alerts (#13127)entity_idstype inCloudPulseMetricsRequestfor metrics api in endpoints dahsboard (#13133)deletedproperty toFirewallPrefixListtype after API update (#13146)Queries - v0.18.0
Changed:
Upcoming Features:
Utilities - v0.13.0
Tech Stories:
scrollErrorIntoViewV2.test.tsxto not mock MutationObserver` (#13119)Validation - v0.79.0
Changed:
Upcoming Features: