From 76ab680d9a6edcd3e830aee3f950d7e34b5d5c5c Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Thu, 19 Feb 2026 12:05:36 +0000 Subject: [PATCH] chore: release v0.2.1 --- artifacthub-pkg.yml | 6 +++--- package.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/artifacthub-pkg.yml b/artifacthub-pkg.yml index 8943ace..a6da6d3 100644 --- a/artifacthub-pkg.yml +++ b/artifacthub-pkg.yml @@ -1,4 +1,4 @@ -version: "0.2.0" +version: "0.2.1" name: headlamp-tns-csi-plugin displayName: TrueNAS CSI (tns-csi) description: >- @@ -59,7 +59,7 @@ changes: description: "PVC detail injection: TNS-CSI section on Headlamp PVC detail pages" annotations: - headlamp/plugin/archive-url: "https://github.com/privilegedescalation/headlamp-tns-csi-plugin/releases/download/v0.2.0/headlamp-tns-csi-plugin-0.2.0.tar.gz" - headlamp/plugin/archive-checksum: "sha256:056bd353786f96627d7ff4c79e96cce40b28af3fb33daf76c4adf73d650bfffc" + headlamp/plugin/archive-url: "https://github.com/privilegedescalation/headlamp-tns-csi-plugin/releases/download/v0.2.1/headlamp-tns-csi-plugin-0.2.1.tar.gz" + headlamp/plugin/archive-checksum: "sha256:9d53ae89996be6edbfbdb239c95d9d808fcab2de19c23b8f7b8d9abe1c51877b" headlamp/plugin/version-compat: ">=0.20.0" headlamp/plugin/distro-compat: "in-cluster,web,app" diff --git a/package.json b/package.json index a2ce3a6..5791188 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "headlamp-tns-csi-plugin", - "version": "0.2.0", + "version": "0.2.1", "description": "Headlamp plugin for TNS-CSI driver visibility and benchmarking", "repository": { "type": "git",