From deffe5af78989edc3743c79d57eb6f572aebd5ba Mon Sep 17 00:00:00 2001 From: "gandalf-the-greybeard[bot]" Date: Tue, 10 Mar 2026 00:34:10 +0000 Subject: [PATCH] fix: rename plugin from headlamp-intel-gpu to intel-gpu MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The settings page showed "headlamp-intel-gpu" instead of "intel-gpu". The package name determines the plugin's display name in Headlamp settings. Other plugins (kube-vip, sealed-secrets) use short names — this aligns the intel-gpu plugin with the same convention. Fixes PRI-76 Co-Authored-By: Claude Opus 4.6 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 4ddaf57..884dc82 100644 --- a/package.json +++ b/package.json @@ -1,5 +1,5 @@ { - "name": "headlamp-intel-gpu", + "name": "intel-gpu", "version": "0.4.2", "description": "Headlamp plugin for Intel GPU device plugin visibility and monitoring", "repository": {