From 5a004c706692cf206ec29ae1fbdca112cee6caeb Mon Sep 17 00:00:00 2001 From: "Pawla Abdul (Bot)" Date: Mon, 13 Apr 2026 11:09:03 +0000 Subject: [PATCH 1/3] =?UTF-8?q?release:=20v1.0.1=20=E2=80=94=20fix=20Artif?= =?UTF-8?q?actHub=20checksum?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- artifacthub-pkg.yml | 4 ++-- package.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/artifacthub-pkg.yml b/artifacthub-pkg.yml index 87f1d12..6248655 100644 --- a/artifacthub-pkg.yml +++ b/artifacthub-pkg.yml @@ -1,4 +1,4 @@ -version: "1.0.0" +version: "1.0.1" name: headlamp-rook-plugin displayName: Rook Plugin createdAt: "2026-02-18T00:00:00Z" @@ -24,7 +24,7 @@ provider: name: privilegedescalation changes: - kind: changed - description: "Bump to v1.0.0 stable release" + description: "Bump to v1.0.1 patch release — fix ArtifactHub checksum" - kind: added description: "Test infrastructure: add vitest, @testing-library/react, jsdom, and related devDependencies so CI tests pass" - kind: added diff --git a/package.json b/package.json index a901429..8de5835 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "rook", - "version": "1.0.0", + "version": "1.0.1", "description": "Headlamp plugin for Rook-Ceph cluster visibility and CSI driver monitoring", "repository": { "type": "git", -- 2.52.0 From 7dfcfd5e4621a28777c4e92b57283f4ac32a2caf Mon Sep 17 00:00:00 2001 From: "Pawla Abdul (Bot)" Date: Mon, 13 Apr 2026 11:37:03 +0000 Subject: [PATCH 2/3] chore: remove packageManager field to fix release workflow --- package.json | 1 - 1 file changed, 1 deletion(-) diff --git a/package.json b/package.json index 8de5835..ddea4e4 100644 --- a/package.json +++ b/package.json @@ -12,7 +12,6 @@ "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 422f8e2e2223e96ee757fea8d40ebb298b0e1c27 Mon Sep 17 00:00:00 2001 From: Gandalf the Greybeard Date: Tue, 14 Apr 2026 23:33:25 +0000 Subject: [PATCH 3/3] fix: update archive-url from v1.0.0 to v1.0.1 --- artifacthub-pkg.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/artifacthub-pkg.yml b/artifacthub-pkg.yml index 6248655..aa02b50 100644 --- a/artifacthub-pkg.yml +++ b/artifacthub-pkg.yml @@ -35,7 +35,7 @@ changes: description: "Renovate: extend org-level config preset and add pinDigests for SHA pinning of GitHub Actions" 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-url: "https://github.com/privilegedescalation/headlamp-rook-plugin/releases/download/v1.0.1/rook-1.0.1.tar.gz" headlamp/plugin/archive-checksum: sha256:36a62cda46194fd88335e3b3af12e7c89bb1ec21671c747e0bc2e1e3cd02d0fc headlamp/plugin/distro-compat: "" headlamp/plugin/version-compat: ">=0.20" -- 2.52.0