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 <noreply@anthropic.com>
This commit is contained in:
2026-02-06 15:57:41 -05:00
parent 1b905d2bc6
commit 581219ceae
2 changed files with 3 additions and 3 deletions
+2 -2
View File
@@ -1,12 +1,12 @@
{ {
"name": "polaris-headlamp-plugin", "name": "polaris-headlamp-plugin",
"version": "0.0.1", "version": "0.0.3",
"lockfileVersion": 3, "lockfileVersion": 3,
"requires": true, "requires": true,
"packages": { "packages": {
"": { "": {
"name": "polaris-headlamp-plugin", "name": "polaris-headlamp-plugin",
"version": "0.0.1", "version": "0.0.3",
"devDependencies": { "devDependencies": {
"@kinvolk/headlamp-plugin": "^0.13.0" "@kinvolk/headlamp-plugin": "^0.13.0"
} }
+1 -1
View File
@@ -1,6 +1,6 @@
{ {
"name": "polaris-headlamp-plugin", "name": "polaris-headlamp-plugin",
"version": "0.0.2", "version": "0.0.3",
"description": "Headlamp plugin for Fairwinds Polaris audit results", "description": "Headlamp plugin for Fairwinds Polaris audit results",
"scripts": { "scripts": {
"start": "headlamp-plugin start", "start": "headlamp-plugin start",