From cbdbe732e4c18020742ab18b5b3728f1c9fa761e Mon Sep 17 00:00:00 2001 From: Chris Farhood Date: Thu, 12 Feb 2026 08:28:20 -0500 Subject: [PATCH] chore: bump version to 0.3.7 Skipping v0.3.6 due to GitHub immutable release issue. Release includes: - Drawer opacity fix for namespace detail view (#12) - Plugin display name change to 'polaris' (#9) - Repository metadata in package.json (#11) - E2E tests using on-prem k3s-animaniacs runners (#10) - Release workflow tarball name fix Generated with [Claude Code](https://claude.ai/code) via [Happy](https://happy.engineering) Co-Authored-By: Claude Co-Authored-By: Happy --- 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 b3086e1..468d31c 100644 --- a/artifacthub-pkg.yml +++ b/artifacthub-pkg.yml @@ -1,4 +1,4 @@ -version: 0.3.6 +version: 0.3.7 name: headlamp-polaris-plugin displayName: Polaris createdAt: "2026-02-05T19:00:00Z" @@ -28,7 +28,7 @@ maintainers: - name: cpfarhood email: "chris@farhood.org" annotations: - headlamp/plugin/archive-url: "https://github.com/cpfarhood/headlamp-polaris-plugin/releases/download/v0.3.6/polaris-0.3.6.tar.gz" + headlamp/plugin/archive-url: "https://github.com/cpfarhood/headlamp-polaris-plugin/releases/download/v0.3.7/polaris-0.3.7.tar.gz" headlamp/plugin/version-compat: ">=0.26" headlamp/plugin/archive-checksum: sha256:09d199ffc2705fae1c69baef39acf5bfa9aa39b7544c9e680a80fafe8c946fa0 headlamp/plugin/distro-compat: in-cluster diff --git a/package.json b/package.json index 20336c2..2ca7e3e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "polaris", - "version": "0.3.6", + "version": "0.3.7", "description": "Headlamp plugin for Fairwinds Polaris audit results", "repository": { "type": "git",