From 7ae5efda73c112e0e9b160ae632dcc2caacf1789 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 4dc8396..297eeae 100644 --- a/package.json +++ b/package.json @@ -12,6 +12,7 @@ "homepage": "https://github.com/privilegedescalation/headlamp-tns-csi-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 c241b8d9d5c2057b8825295d899ab569b55b2371 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:55 +0000 Subject: [PATCH 2/2] release: v1.0.0 (#24) Co-authored-by: github-actions[bot] --- artifacthub-pkg.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/artifacthub-pkg.yml b/artifacthub-pkg.yml index 464b8da..8e1e175 100644 --- a/artifacthub-pkg.yml +++ b/artifacthub-pkg.yml @@ -13,7 +13,7 @@ license: Apache-2.0 category: storage homeURL: https://github.com/privilegedescalation/headlamp-tns-csi-plugin -appVersion: "0.17.3" +appVersion: "0.17.4" keywords: - headlamp @@ -64,6 +64,6 @@ changes: annotations: headlamp/plugin/archive-url: "https://github.com/privilegedescalation/headlamp-tns-csi-plugin/releases/download/v1.0.0/tns-csi-1.0.0.tar.gz" - headlamp/plugin/archive-checksum: sha256:TBD-set-by-release-workflow + headlamp/plugin/archive-checksum: sha256:e38846ceb17a79438f8aecc50f22920b0efa7456f3ebb3e628d89856af83ad01 headlamp/plugin/version-compat: ">=0.20.0" headlamp/plugin/distro-compat: "in-cluster,web,app" -- 2.52.0