From f5fd03fe75a866e1c8c2508e8576c79d8d22c5ff Mon Sep 17 00:00:00 2001 From: Gandalf the Greybeard Date: Tue, 24 Mar 2026 22:12:36 +0000 Subject: [PATCH 1/2] fix: add packageManager field to package.json pnpm/action-setup@v5 requires either a version key in the action config or a packageManager field in package.json. Add the field to unblock the release workflow. Co-Authored-By: Paperclip --- package.json | 1 + 1 file changed, 1 insertion(+) diff --git a/package.json b/package.json index 79ee81b..0abffc6 100644 --- a/package.json +++ b/package.json @@ -12,6 +12,7 @@ "homepage": "https://github.com/privilegedescalation/headlamp-kube-vip-plugin#readme", "author": "privilegedescalation", "license": "Apache-2.0", + "packageManager": "pnpm@10.32.1", "scripts": { "start": "headlamp-plugin start", "build": "headlamp-plugin build", -- 2.52.0 From acf8ce55ca20444af68acd92a5349085d0604aab Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Tue, 24 Mar 2026 22:30:16 +0000 Subject: [PATCH 2/2] release: v1.0.0 --- artifacthub-pkg.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/artifacthub-pkg.yml b/artifacthub-pkg.yml index 3f958ed..a0270e2 100644 --- a/artifacthub-pkg.yml +++ b/artifacthub-pkg.yml @@ -26,7 +26,7 @@ provider: name: privilegedescalation annotations: headlamp/plugin/archive-url: "https://github.com/privilegedescalation/headlamp-kube-vip-plugin/releases/download/v1.0.0/kube-vip-1.0.0.tar.gz" - headlamp/plugin/archive-checksum: sha256:TBD-set-by-release-workflow + headlamp/plugin/archive-checksum: sha256:495288275f39ddcaeb9c5a9e5d870b4bdf83e27cfe1672fcd9aebcbda627722a headlamp/plugin/version-compat: ">=0.26" headlamp/plugin/distro-compat: "in-cluster" changes: -- 2.52.0