From 2eb19f8401c4924567b9713d47442a5f9fb7f74d Mon Sep 17 00:00:00 2001 From: Chris Farhood Date: Thu, 19 Feb 2026 05:57:13 -0500 Subject: [PATCH] chore: bump to v0.3.0 Generated with [Claude Code](https://claude.ai/code) via [Happy](https://happy.engineering) Co-Authored-By: Claude Co-Authored-By: Happy --- artifacthub-pkg.yml | 10 ++++++---- package.json | 2 +- 2 files changed, 7 insertions(+), 5 deletions(-) diff --git a/artifacthub-pkg.yml b/artifacthub-pkg.yml index 043641b..88bc7d6 100644 --- a/artifacthub-pkg.yml +++ b/artifacthub-pkg.yml @@ -1,4 +1,4 @@ -version: "0.2.0" +version: "0.3.0" name: headlamp-intel-gpu-plugin displayName: Intel GPU description: >- @@ -15,7 +15,7 @@ license: Apache-2.0 category: monitoring-logging homeURL: https://github.com/privilegedescalation/headlamp-intel-gpu-plugin -appVersion: "0.2.0" +appVersion: "0.3.0" keywords: - headlamp @@ -45,6 +45,8 @@ links: url: https://intel.github.io/intel-device-plugins-for-kubernetes/ changes: + - kind: added + description: "Metrics page: document which metrics require what infrastructure (power via hwmon works out of the box; frequency and utilization need custom exporters)" - kind: added description: "Metrics page: real-time GPU power draw (W) and TDP via node-exporter i915 hwmon metrics in kube-prometheus-stack" - kind: changed @@ -69,7 +71,7 @@ changes: description: "App bar health badge: hidden when no Intel GPU plugin detected" annotations: - headlamp/plugin/archive-url: "https://github.com/privilegedescalation/headlamp-intel-gpu-plugin/releases/download/v0.2.0/headlamp-intel-gpu-plugin-0.2.0.tar.gz" - headlamp/plugin/archive-checksum: "sha256:cbcd20916d72e91ccc36143c74680fbeb2f045e1cbe6d1cc0d844b198e2a1ea5" + headlamp/plugin/archive-url: "https://github.com/privilegedescalation/headlamp-intel-gpu-plugin/releases/download/v0.3.0/headlamp-intel-gpu-plugin-0.3.0.tar.gz" + headlamp/plugin/archive-checksum: "sha256:fdc53099ee3123680f24fe4a319b753ca3d030aac31abd4e3f383221085c9c2d" headlamp/plugin/version-compat: ">=0.20.0" headlamp/plugin/distro-compat: "in-cluster,web,app" diff --git a/package.json b/package.json index f484454..61da9b2 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "headlamp-intel-gpu-plugin", - "version": "0.2.0", + "version": "0.3.0", "description": "Headlamp plugin for Intel GPU device plugin visibility and monitoring", "repository": { "type": "git",