From 515758c82918639a5847c7178a2012674d39d323 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Thu, 12 Feb 2026 20:01:15 +0000 Subject: [PATCH] chore: bump version to 0.4.0 --- 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 96c9467..13f15b2 100644 --- a/artifacthub-pkg.yml +++ b/artifacthub-pkg.yml @@ -1,4 +1,4 @@ -version: 0.3.12 +version: 0.4.0 name: headlamp-polaris-plugin displayName: Polaris createdAt: "2026-02-05T19:00:00Z" @@ -28,7 +28,7 @@ maintainers: - name: privilegedescalation email: "chris@farhood.org" annotations: - headlamp/plugin/archive-url: "https://github.com/privilegedescalation/headlamp-polaris-plugin/releases/download/v0.3.12/polaris-0.3.12.tar.gz" + headlamp/plugin/archive-url: "https://github.com/privilegedescalation/headlamp-polaris-plugin/releases/download/v0.4.0/polaris-0.4.0.tar.gz" headlamp/plugin/version-compat: ">=0.26" - headlamp/plugin/archive-checksum: sha256:10ef76ed76a4320fce77159db135f817c7e695790786869fae162583ead82ccd + headlamp/plugin/archive-checksum: sha256:PLACEHOLDER_WILL_BE_UPDATED_AFTER_RELEASE headlamp/plugin/distro-compat: in-cluster diff --git a/package.json b/package.json index 682567f..db37b96 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "polaris", - "version": "0.3.12", + "version": "0.4.0", "description": "Headlamp plugin for Fairwinds Polaris audit results", "repository": { "type": "git",