From c648b4349351e852205748f55981401a124fca7b Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Mon, 4 May 2026 06:38:54 +0000 Subject: [PATCH] release: v0.1.2 --- 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 9dcbca1..64b20cd 100644 --- a/artifacthub-pkg.yml +++ b/artifacthub-pkg.yml @@ -1,4 +1,4 @@ -version: "0.1.0" +version: "0.1.2" name: headlamp-argocd displayName: ArgoCD Headlamp Plugin createdAt: "2026-04-21T00:00:00Z" @@ -26,8 +26,8 @@ maintainers: provider: name: privilegedescalation annotations: - headlamp/plugin/archive-url: "https://github.com/privilegedescalation/headlamp-argocd-plugin/releases/download/v0.1.0/headlamp-argocd-0.1.0.tar.gz" - headlamp/plugin/archive-checksum: "sha256:1f4df43f79b795bdf4f70e1e3aa5bacadf689ea5584fdadf92fb677faab21c2c" + headlamp/plugin/archive-url: "https://github.com/privilegedescalation/headlamp-argocd-plugin/releases/download/v0.1.2/privilegedescalation-headlamp-argocd-plugin-0.1.2.tar.gz" + headlamp/plugin/archive-checksum: sha256:e71f84913eed1fd7e2d074912e3bfa668c4b1fefcbb069731a4e4277a998ca28 headlamp/plugin/version-compat: ">=0.26" headlamp/plugin/distro-compat: "in-cluster" changes: diff --git a/package.json b/package.json index e55bee6..20191f9 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@privilegedescalation/headlamp-argocd-plugin", - "version": "0.1.0", + "version": "0.1.2", "description": "Headlamp plugin for ArgoCD visibility — monitors ArgoCD Applications, Rollouts, and health status", "repository": { "type": "git",