fix: correct package name from solaris to polaris #26

Merged
ghost merged 3 commits from fix/solaris-typo into main 2026-03-09 01:07:19 +00:00

3 Commits

Author SHA1 Message Date
gandalf-the-greybeard[bot] 444ee7dcdb fix: correct package name from headlamp-solaris to headlamp-polaris
Fixes the ArtifactHub package name typo introduced in 0.6.0.
Only changes the name field in artifacthub-pkg.yml, package.json,
and package-lock.json. No dependency or workflow changes.

Fixes #25

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-03-09 00:30:32 +00:00
gandalf-the-greybeard[bot] df4710c751 fix: correct package name from headlamp-solaris to headlamp-polaris
The package name was misspelled as "solaris" instead of "polaris" in
artifacthub-pkg.yml, package.json, and package-lock.json.

Fixes PRI-49

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-03-08 23:37:16 +00:00
gandalf-the-greybeard[bot] 83897fb532 ci: add E2E preflight check for Headlamp connectivity and plugin version
Adds a diagnostic step before E2E tests that:
- Logs the expected plugin version from package.json
- Verifies Headlamp is reachable (fails fast if not)
- Attempts to list installed plugins for debugging

This surfaces version mismatches and connectivity issues immediately
instead of requiring analysis of cryptic test timeout failures.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-03-08 22:17:10 +00:00