From 5a004c706692cf206ec29ae1fbdca112cee6caeb Mon Sep 17 00:00:00 2001 From: "Pawla Abdul (Bot)" Date: Mon, 13 Apr 2026 11:09:03 +0000 Subject: [PATCH] =?UTF-8?q?release:=20v1.0.1=20=E2=80=94=20fix=20ArtifactH?= =?UTF-8?q?ub=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",