Skip to content

Conversation

@aalves08
Copy link
Member

Summary

Fixes #15858

Occurred changes and/or fixed issues

  • fix naming of extension when doing a developer load so that it still works fine and doesn't get "swallowed" by the actual Elemental extension installed (different names, means different cards since it won't pick up the Elemental chart when preparing the data to render the cards)
  • add developer load tag
  • add unit tests

Technical notes summary

Areas or cases that should be tested

  • this can be tested with any extension present on the official extensions repo
  • add the official extensions repo https://github.com/rancher/ui-plugin-charts branch main (if it's not present on your Rancher system)

Example for Elemental

  • install Elemental 3.0.1 from the official extensions repo
  • clone the Elemental repo to your pc https://github.com/rancher/elemental-ui
  • yarn install and do a local build of Elemental 3.0.2-rc.1 by doing yarn build-pkg elemental
  • serve the built packages locally by doing yarn serve-pkgs
  • do a developer load of the locally served Elemental extension into Rancher
  • make sure that both cards appear as the screenshots on the installed tab

Areas which could experience regressions

Screenshot/Video

Screenshot 2025-11-27 at 17 12 49 Screenshot 2025-11-27 at 17 12 58

Checklist

  • The PR is linked to an issue and the linked issue has a Milestone, or no issue is needed
  • The PR has a Milestone
  • The PR template has been filled out
  • The PR has been self reviewed
  • The PR has a reviewer assigned
  • The PR has automated tests or clear instructions for manual tests and the linked issue has appropriate QA labels, or tests are not needed
  • The PR has reviewed with UX and tested in light and dark mode, or there are no UX changes
  • The PR has been reviewed in terms of Accessibility
  • The PR has considered, and if applicable tested with, the three Global Roles Admin, Standard User and User Base

@aalves08 aalves08 added this to the v2.14.0 milestone Nov 27, 2025
@aalves08 aalves08 self-assigned this Nov 27, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Extensions "developer load" loads two extension cards when the version has a suffix

1 participant