diff --git a/artifacthub-pkg.yml b/artifacthub-pkg.yml index 8f122c4..2a144e3 100644 --- a/artifacthub-pkg.yml +++ b/artifacthub-pkg.yml @@ -1,11 +1,9 @@ -version: 0.2.0-dev.5 +version: 0.2.0 name: headlamp-polaris-plugin displayName: Polaris createdAt: "2026-02-05T19:00:00Z" -prerelease: true description: >- - [DEV PREVIEW] Surfaces Fairwinds Polaris audit results inside the Headlamp UI - with a new drawer-based namespace navigation pattern. + Surfaces Fairwinds Polaris audit results inside the Headlamp UI. Shows cluster score, check summary, and per-namespace drill-downs with per-resource pass/warning/danger breakdowns. Data is fetched read-only via the Kubernetes service proxy to the Polaris dashboard. @@ -30,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.2.0-dev.5/headlamp-polaris-plugin-0.2.0-dev.5.tar.gz" + headlamp/plugin/archive-url: "https://github.com/cpfarhood/headlamp-polaris-plugin/releases/download/v0.2.0/headlamp-polaris-plugin-0.2.0.tar.gz" headlamp/plugin/version-compat: ">=0.26" - headlamp/plugin/archive-checksum: sha256:cb8d03f52022590fce5565b4f08a3fb99d0e264f3ff6a1c99ab59bf48b33ef79 + headlamp/plugin/archive-checksum: sha256:0000000000000000000000000000000000000000000000000000000000000000 headlamp/plugin/distro-compat: in-cluster diff --git a/package.json b/package.json index 2aa2ea9..483f487 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "headlamp-polaris-plugin", - "version": "0.2.0-dev.5", + "version": "0.2.0", "description": "Headlamp plugin for Fairwinds Polaris audit results", "scripts": { "start": "headlamp-plugin start",