From 0bd5223587a70b4e934153488adf1a9e6d939f44 Mon Sep 17 00:00:00 2001 From: "gandalf-the-greybeard[bot]" <266323920+gandalf-the-greybeard[bot]@users.noreply.github.com> Date: Sun, 8 Mar 2026 21:07:19 -0400 Subject: [PATCH] fix: correct package name from solaris to polaris (#26) * 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 * 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 * 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 --------- Co-authored-by: gandalf-the-greybeard[bot] Co-authored-by: Claude Opus 4.6 --- artifacthub-pkg.yml | 2 +- package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/artifacthub-pkg.yml b/artifacthub-pkg.yml index 5808dc3..d26d15e 100644 --- a/artifacthub-pkg.yml +++ b/artifacthub-pkg.yml @@ -1,5 +1,5 @@ version: "0.6.0" -name: headlamp-solaris +name: headlamp-polaris displayName: Polaris createdAt: "2026-02-05T19:00:00Z" description: >- diff --git a/package-lock.json b/package-lock.json index 60dc169..de9dc61 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,11 +1,11 @@ { - "name": "headlamp-solaris", + "name": "headlamp-polaris", "version": "0.6.0", "lockfileVersion": 3, "requires": true, "packages": { "": { - "name": "headlamp-solaris", + "name": "headlamp-polaris", "version": "0.6.0", "license": "Apache-2.0", "devDependencies": { diff --git a/package.json b/package.json index 852beef..aa2b60e 100644 --- a/package.json +++ b/package.json @@ -1,5 +1,5 @@ { - "name": "headlamp-solaris", + "name": "headlamp-polaris", "version": "0.6.0", "description": "Headlamp plugin for Fairwinds Polaris audit results", "repository": {