From 0f1212518e5f2ba632561c056ab1281b18853f62 Mon Sep 17 00:00:00 2001 From: Chris Farhood Date: Thu, 12 Feb 2026 11:30:48 -0500 Subject: [PATCH 1/2] chore: bump version to 0.3.11 --- 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 626ef2c..e2c6355 100644 --- a/artifacthub-pkg.yml +++ b/artifacthub-pkg.yml @@ -1,4 +1,4 @@ -version: 0.3.10 +version: 0.3.11 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/privilegedescalation/headlamp-polaris-plugin/releases/download/v0.3.10/polaris-0.3.10.tar.gz" + headlamp/plugin/archive-url: "https://github.com/privilegedescalation/headlamp-polaris-plugin/releases/download/v0.3.11/polaris-0.3.11.tar.gz" headlamp/plugin/version-compat: ">=0.26" headlamp/plugin/archive-checksum: sha256:7df8d2066276eec0bdaad98d8a5bd7350861acc216963f7421c5ae476cd725b4 headlamp/plugin/distro-compat: in-cluster diff --git a/package.json b/package.json index cef0f8c..e149cd9 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "polaris", - "version": "0.3.10", + "version": "0.3.11", "description": "Headlamp plugin for Fairwinds Polaris audit results", "repository": { "type": "git", -- 2.52.0 From f99d10219ed3e43cd84201a3c00963881adb78ae Mon Sep 17 00:00:00 2001 From: Chris Farhood Date: Thu, 12 Feb 2026 11:54:44 -0500 Subject: [PATCH 2/2] fix: update owner references from cpfarhood to privilegedescalation - Updated artifacthub-repo.yml owner - Updated artifacthub-pkg.yml maintainer - Updated package.json author Part of organization migration from cpfarhood to privilegedescalation. --- artifacthub-pkg.yml | 2 +- artifacthub-repo.yml | 2 +- package.json | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/artifacthub-pkg.yml b/artifacthub-pkg.yml index e2c6355..6ac3e42 100644 --- a/artifacthub-pkg.yml +++ b/artifacthub-pkg.yml @@ -25,7 +25,7 @@ links: - name: Polaris url: "https://polaris.docs.fairwinds.com/" maintainers: - - name: cpfarhood + - name: privilegedescalation email: "chris@farhood.org" annotations: headlamp/plugin/archive-url: "https://github.com/privilegedescalation/headlamp-polaris-plugin/releases/download/v0.3.11/polaris-0.3.11.tar.gz" diff --git a/artifacthub-repo.yml b/artifacthub-repo.yml index 4006fd6..3728191 100644 --- a/artifacthub-repo.yml +++ b/artifacthub-repo.yml @@ -1,4 +1,4 @@ repositoryID: fc3397f6-a75a-4950-ab50-da75c08a8089 owners: - - name: cpfarhood + - name: privilegedescalation email: "chris@farhood.org" diff --git a/package.json b/package.json index e149cd9..ad0c166 100644 --- a/package.json +++ b/package.json @@ -10,7 +10,7 @@ "url": "https://github.com/privilegedescalation/headlamp-polaris-plugin/issues" }, "homepage": "https://github.com/privilegedescalation/headlamp-polaris-plugin#readme", - "author": "cpfarhood", + "author": "privilegedescalation", "license": "Apache-2.0", "scripts": { "start": "headlamp-plugin start", -- 2.52.0