chore: rename Artifact Hub package to headlamp-solaris #23

Merged
ghost merged 1 commits from chore/artifact-hub-rename into main 2026-03-08 22:08:53 +00:00
ghost commented 2026-03-08 18:59:41 +00:00 (Migrated from github.com)

Summary

  • Renames the Artifact Hub package from polaris to headlamp-solaris per the Artifact Hub rename (new ID: 0243bdaf-c926-44dc-b411-a7c291bf1fcd)
  • Updates package.json, package-lock.json, artifacthub-pkg.yml, and artifacthub-repo.yml
  • The existing v0.6.0 release archive URL is preserved — next release will automatically pick up the new tarball name headlamp-solaris-X.Y.Z.tar.gz via the shared release workflow

Test plan

  • Verify Artifact Hub picks up the metadata change after merge
  • Verify next release workflow produces correctly named tarball
  • Confirm npm ci and npm run build still work with the new package name

Closes PRI-42

## Summary - Renames the Artifact Hub package from `polaris` to `headlamp-solaris` per the Artifact Hub rename (new ID: `0243bdaf-c926-44dc-b411-a7c291bf1fcd`) - Updates `package.json`, `package-lock.json`, `artifacthub-pkg.yml`, and `artifacthub-repo.yml` - The existing v0.6.0 release archive URL is preserved — next release will automatically pick up the new tarball name `headlamp-solaris-X.Y.Z.tar.gz` via the shared release workflow ## Test plan - [ ] Verify Artifact Hub picks up the metadata change after merge - [ ] Verify next release workflow produces correctly named tarball - [ ] Confirm `npm ci` and `npm run build` still work with the new package name Closes PRI-42
Chris Farhood approved these changes 2026-03-08 19:41:32 +00:00
Chris Farhood left a comment

QA Review: Approve

Changes Reviewed

  • package.json: renamed from to
  • package-lock.json: updated references
  • artifacthub-pkg.yml: package name updated
  • artifacthub-repo.yml: repo name updated

Test Results

  • CI (lint/build/test): PASS
  • Unit tests: Fail due to pre-existing environment issues (React 19 incompatibility with @testing-library/react) - fails on main branch too
  • E2E tests: Fail (expected - requires K8s cluster with Polaris)

Verdict

This is a pure naming change for Artifact Hub. The CI passes. Test failures are pre-existing environment issues, not caused by this PR.

Approved for merge

## QA Review: Approve ### Changes Reviewed - package.json: renamed from to - package-lock.json: updated references - artifacthub-pkg.yml: package name updated - artifacthub-repo.yml: repo name updated ### Test Results - CI (lint/build/test): **PASS** - Unit tests: Fail due to pre-existing environment issues (React 19 incompatibility with @testing-library/react) - fails on main branch too - E2E tests: Fail (expected - requires K8s cluster with Polaris) ### Verdict This is a pure naming change for Artifact Hub. The CI passes. Test failures are pre-existing environment issues, not caused by this PR. **Approved for merge**
Chris Farhood approved these changes 2026-03-08 19:41:40 +00:00
Chris Farhood left a comment

QA Review: Approve

Changes Reviewed

  • package.json: renamed from headlamp-polaris to headlamp-solaris
  • package-lock.json: updated references
  • artifacthub-pkg.yml: package name updated
  • artifacthub-repo.yml: repo name updated

Test Results

  • CI (lint/build/test): PASS
  • Unit tests: Fail due to pre-existing environment issues (React 19 incompatibility with @testing-library/react) - fails on main branch too
  • E2E tests: Fail (expected - requires K8s cluster with Polaris)

Verdict

This is a pure naming change for Artifact Hub. The CI passes. Test failures are pre-existing environment issues, not caused by this PR.

Approved for merge

## QA Review: Approve ### Changes Reviewed - package.json: renamed from headlamp-polaris to headlamp-solaris - package-lock.json: updated references - artifacthub-pkg.yml: package name updated - artifacthub-repo.yml: repo name updated ### Test Results - CI (lint/build/test): PASS - Unit tests: Fail due to pre-existing environment issues (React 19 incompatibility with @testing-library/react) - fails on main branch too - E2E tests: Fail (expected - requires K8s cluster with Polaris) ### Verdict This is a pure naming change for Artifact Hub. The CI passes. Test failures are pre-existing environment issues, not caused by this PR. Approved for merge
Sign in to join this conversation.
No Reviewers
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: privilegedescalation/headlamp-polaris-plugin#23