From e0037f60d244a12476fb26f4e6ee02273204f98d Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Thu, 19 Mar 2026 21:39:02 +0000 Subject: [PATCH] release: v0.2.7 --- artifacthub-pkg.yml | 8 ++++---- package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 7 insertions(+), 7 deletions(-) diff --git a/artifacthub-pkg.yml b/artifacthub-pkg.yml index 8dfd305..b34cbaa 100644 --- a/artifacthub-pkg.yml +++ b/artifacthub-pkg.yml @@ -1,4 +1,4 @@ -version: "0.2.6" +version: "0.2.7" name: headlamp-tns-csi-plugin displayName: TrueNAS CSI (tns-csi) description: >- @@ -13,7 +13,7 @@ license: Apache-2.0 category: storage homeURL: https://github.com/privilegedescalation/headlamp-tns-csi-plugin -appVersion: "0.17.0" +appVersion: "0.17.3" keywords: - headlamp @@ -63,7 +63,7 @@ changes: description: "appVersion now tracks upstream tns-csi driver release (0.12.0)" annotations: - headlamp/plugin/archive-url: "https://github.com/privilegedescalation/headlamp-tns-csi-plugin/releases/download/v0.2.6/tns-csi-0.2.6.tar.gz" - headlamp/plugin/archive-checksum: sha256:c7ab23e88c7182df06c4b15e59be055d9dfc85159266986ae9d79d186b62aa3c + headlamp/plugin/archive-url: "https://github.com/privilegedescalation/headlamp-tns-csi-plugin/releases/download/v0.2.7/tns-csi-0.2.7.tar.gz" + headlamp/plugin/archive-checksum: sha256:ee25ad35cadb840dfe886d14714bd9ec7728297566d37cc7bbd53be2cbd3168c headlamp/plugin/version-compat: ">=0.20.0" headlamp/plugin/distro-compat: "in-cluster,web,app" diff --git a/package-lock.json b/package-lock.json index 6bc0bf2..934460a 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "tns-csi", - "version": "0.2.6", + "version": "0.2.7", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "tns-csi", - "version": "0.2.6", + "version": "0.2.7", "license": "Apache-2.0", "devDependencies": { "@kinvolk/headlamp-plugin": "^0.13.0", diff --git a/package.json b/package.json index e241829..b1bf4ee 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "tns-csi", - "version": "0.2.6", + "version": "0.2.7", "description": "Headlamp plugin for TNS-CSI driver visibility and benchmarking", "repository": { "type": "git", -- 2.52.0