From d97d8f0892875476a3cbc622f36f1dd3bd967eb4 Mon Sep 17 00:00:00 2001 From: Gandalf the Greybeard Date: Tue, 24 Mar 2026 22:12:38 +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 7bcfd6b..a901429 100644 --- a/package.json +++ b/package.json @@ -12,6 +12,7 @@ "homepage": "https://github.com/privilegedescalation/headlamp-rook-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 f443c7f231b770d7a321417be6d783da93ea15d8 Mon Sep 17 00:00:00 2001 From: "privilegedescalation-engineer[bot]" <269729446+privilegedescalation-engineer[bot]@users.noreply.github.com> Date: Tue, 24 Mar 2026 22:31:35 +0000 Subject: [PATCH 2/2] release: v1.0.0 (#28) Co-authored-by: github-actions[bot] --- artifacthub-pkg.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/artifacthub-pkg.yml b/artifacthub-pkg.yml index 64165d3..87f1d12 100644 --- a/artifacthub-pkg.yml +++ b/artifacthub-pkg.yml @@ -36,6 +36,6 @@ changes: annotations: headlamp/plugin/archive-url: "https://github.com/privilegedescalation/headlamp-rook-plugin/releases/download/v1.0.0/rook-1.0.0.tar.gz" - headlamp/plugin/archive-checksum: sha256:TBD-set-by-release-workflow + headlamp/plugin/archive-checksum: sha256:36a62cda46194fd88335e3b3af12e7c89bb1ec21671c747e0bc2e1e3cd02d0fc headlamp/plugin/distro-compat: "" headlamp/plugin/version-compat: ">=0.20" -- 2.52.0