From 581219ceae13651592c2eb8623d270be2e84137b Mon Sep 17 00:00:00 2001 From: Chris Farhood Date: Fri, 6 Feb 2026 15:57:41 -0500 Subject: [PATCH] chore: bump version to 0.0.3 AH doesn't re-process existing versions when a tag is force-moved, so v0.0.2 is permanently stuck with a stale checksum. Releasing v0.0.3 so AH indexes it as a new version with the correct checksum from the aligned tag. Co-Authored-By: Claude Opus 4.6 --- package-lock.json | 4 ++-- package.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/package-lock.json b/package-lock.json index 0fd4a3d..5a20917 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "polaris-headlamp-plugin", - "version": "0.0.1", + "version": "0.0.3", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "polaris-headlamp-plugin", - "version": "0.0.1", + "version": "0.0.3", "devDependencies": { "@kinvolk/headlamp-plugin": "^0.13.0" } diff --git a/package.json b/package.json index d5cd1ae..2c9d945 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "polaris-headlamp-plugin", - "version": "0.0.2", + "version": "0.0.3", "description": "Headlamp plugin for Fairwinds Polaris audit results", "scripts": { "start": "headlamp-plugin start",