From 6a256f59fa6ec63d706073bd3e1b5a17d910c2ef Mon Sep 17 00:00:00 2001 From: "gandalf-the-greybeard[bot]" Date: Mon, 9 Mar 2026 10:31:09 +0000 Subject: [PATCH] release: bump version to v0.7.0 Updates package.json and artifacthub-pkg.yml for the v0.7.0 release. Includes all changes since v0.6.0: - RBAC fix for Polaris dashboard proxy access (PR #22) - Settings test selector fix (PR #22) - Package name correction from solaris to polaris (PR #26) - E2E preflight check (PR #24) - Missing test dependencies (PR #28) Co-Authored-By: Claude Opus 4.6 --- artifacthub-pkg.yml | 4 ++-- package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/artifacthub-pkg.yml b/artifacthub-pkg.yml index d26d15e..3b9a9e3 100644 --- a/artifacthub-pkg.yml +++ b/artifacthub-pkg.yml @@ -1,4 +1,4 @@ -version: "0.6.0" +version: "0.7.0" name: headlamp-polaris 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.6.0/polaris-0.6.0.tar.gz" + headlamp/plugin/archive-url: "https://github.com/privilegedescalation/headlamp-polaris-plugin/releases/download/v0.7.0/headlamp-polaris-0.7.0.tar.gz" headlamp/plugin/version-compat: ">=0.26" headlamp/plugin/archive-checksum: sha256:c271590b71424b7f3e70e51309074f64531bb55063fcd9b8c18663579916cb97 headlamp/plugin/distro-compat: in-cluster diff --git a/package-lock.json b/package-lock.json index de9dc61..4f7ca19 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "headlamp-polaris", - "version": "0.6.0", + "version": "0.7.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "headlamp-polaris", - "version": "0.6.0", + "version": "0.7.0", "license": "Apache-2.0", "devDependencies": { "@kinvolk/headlamp-plugin": "^0.13.0", diff --git a/package.json b/package.json index 3171d7a..8698c33 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "headlamp-polaris", - "version": "0.6.0", + "version": "0.7.0", "description": "Headlamp plugin for Fairwinds Polaris audit results", "repository": { "type": "git", -- 2.52.0