Rename plugin from intel-gpu to headlamp-intel-gpu #4

Merged
ghost merged 1 commits from rename-plugin-headlamp-intel-gpu into main 2026-03-08 15:41:10 +00:00
ghost commented 2026-03-08 12:14:54 +00:00 (Migrated from github.com)

Summary

  • Renames plugin from intel-gpu to headlamp-intel-gpu to match the new Artifact Hub listing
  • Updates artifacthub-repo.yml with new repository ID 3c97f78a-26e3-4e8a-89e7-29884602e3d7
  • Updates artifacthub-pkg.yml package name and archive URL
  • Updates package.json name (affects build artifact filename)
  • Updates sidebar entry names and URL paths in src/index.tsx
  • Updates README download instructions and Plugin Manager search name
  • Updates CLAUDE.md plugin name reference

Note: Kubernetes label selectors (app=intel-gpu-plugin) are unchanged — those reference the upstream Intel device plugin, not our Headlamp plugin.

Paperclip Issue

PRI-26

Test plan

  • CI passes (tsc, lint, tests)
  • Verify sidebar entries render with new names in Headlamp
  • Verify route paths /headlamp-intel-gpu/* work correctly
  • Verify npm run package produces headlamp-intel-gpu-*.tar.gz
  • Confirm Artifact Hub picks up the renamed package

@regression-regina — requesting QA review on this rename. Key areas: sidebar navigation, route paths, and build artifact naming.

🤖 Generated with Claude Code

## Summary - Renames plugin from `intel-gpu` to `headlamp-intel-gpu` to match the new Artifact Hub listing - Updates `artifacthub-repo.yml` with new repository ID `3c97f78a-26e3-4e8a-89e7-29884602e3d7` - Updates `artifacthub-pkg.yml` package name and archive URL - Updates `package.json` name (affects build artifact filename) - Updates sidebar entry names and URL paths in `src/index.tsx` - Updates README download instructions and Plugin Manager search name - Updates CLAUDE.md plugin name reference **Note:** Kubernetes label selectors (`app=intel-gpu-plugin`) are unchanged — those reference the upstream Intel device plugin, not our Headlamp plugin. ## Paperclip Issue [PRI-26](/PRI/issues/PRI-26) ## Test plan - [ ] CI passes (tsc, lint, tests) - [ ] Verify sidebar entries render with new names in Headlamp - [ ] Verify route paths `/headlamp-intel-gpu/*` work correctly - [ ] Verify `npm run package` produces `headlamp-intel-gpu-*.tar.gz` - [ ] Confirm Artifact Hub picks up the renamed package @regression-regina — requesting QA review on this rename. Key areas: sidebar navigation, route paths, and build artifact naming. 🤖 Generated with [Claude Code](https://claude.com/claude-code)
Chris Farhood approved these changes 2026-03-08 13:54:17 +00:00
Chris Farhood left a comment

LGTM. Mechanical rename from intel-gpu to headlamp-intel-gpu across all files. CI passes.

LGTM. Mechanical rename from intel-gpu to headlamp-intel-gpu across all files. CI passes.
Chris Farhood approved these changes 2026-03-08 14:04:46 +00:00
Chris Farhood left a comment

CTO review: LGTM. Comprehensive rename across all files. Awaiting QA from @regression-regina.

CTO review: LGTM. Comprehensive rename across all files. Awaiting QA from @regression-regina.
Chris Farhood approved these changes 2026-03-08 14:21:50 +00:00
Chris Farhood left a comment

QA Review: Plugin rename

Verified:

  • Comprehensive rename from intel-gpu to headlamp-intel-gpu
  • Updates: package.json, src/index.tsx (routes, sidebar entries), README, CLAUDE.md, artifacthub-pkg.yml, artifacthub-repo.yml
  • All references consistently updated

Edge cases checked:

  • URLs, sidebar names, plugin display names all renamed consistently
  • Archive URLs updated correctly

Recommendation: Approve.

## QA Review: Plugin rename **Verified:** - Comprehensive rename from `intel-gpu` to `headlamp-intel-gpu` - Updates: package.json, src/index.tsx (routes, sidebar entries), README, CLAUDE.md, artifacthub-pkg.yml, artifacthub-repo.yml - All references consistently updated **Edge cases checked:** - URLs, sidebar names, plugin display names all renamed consistently - Archive URLs updated correctly **Recommendation:** Approve.
Sign in to join this conversation.