chore(deps): update dependency headlamp-k8s/headlamp to v0.39.0 - autoclosed #3433

Closed
renovate-bot wants to merge 1 commits from renovate/headlamp-k8s-headlamp-0.x into main
Collaborator

This PR contains the following updates:

Package Update Change
headlamp-k8s/headlamp minor 0.38.0v0.39.0

⚠️ Warning

Some dependencies could not be looked up. Check the Dependency Dashboard for more information.


Release Notes

headlamp-k8s/headlamp (headlamp-k8s/headlamp)

v0.39.0: 0.39.0

Compare Source

Enhancements:

  • Add cluster column to CRD list. Thanks to @​kahirokunn
  • Add attach-based node debugger workflow that mirrors kubectl debug-node. Thanks to @​dorser
  • Add count column to events list view
  • Display Node and Loadbalancer ports in Service list view. Thanks to @​jaehanbyun
  • Add missing details to Pod, ReplicaSet, NetworkPolicy, Namespace, Services and DaemonSets
  • Open headlamp address in default browser when running in Headless mode
  • Add support for adding custom header actions to project detail view
The CRD list view with cluster column
Screenshot showing Custom Resource Instances table with highlighted Cluster column in Headlamp dashboard
Attach-based node debugger in Node detail view
Screenshot showing Headlamp node details page with Debug Node button highlighted
The events list view with the event count column
Screenshot showing Headlamp Events table with highlighted Count column displaying event occurrence numbers

🐞 Bug fixes

  • Deduplicate CRDs in sidebar items. Thanks to @​kahirokunn
  • Deduplicate namespaces from multi-cluster list in autocomplete. Thanks to @​kahirokunn
  • Allow templating in Helm chart pod labels. Thanks to @​rickliujh
  • Fix tooltip jittering issue. Thanks to @​jaehanbyun
  • Fix image digests in Dockerfiles
  • Replace custom contains with slices.Contains in Backend. Thanks to @​jongwooo
  • Fix wrong apiVersion used when CRUDing a CustomResource. Thanks to @​damsien
  • Fix Custom CA not being used when refreshing token. Thanks to @​mlbiam
  • Fix useKubeObject to use standard websocket connection instead of multiplexed
  • Fix the runCommand to properly take into account user and static plugins
  • Fix errors caused due to null resource in Header actions. Thanks to @​kahirokunn
  • Fix ReplicaSetGlance props to include Statefulset
  • Fix ID and kind clashes in Map component
  • Fix plugin watch doing a loop on mac
  • Fix uninstalling plugins to use user's plugin directory instead of default plugins directory

🌍 Internationalization

  • Update chinese translations. Thanks to @​lou-lan and @​hsiangjenli
  • Add i18n helper tools for extracting and copying translations

🧩 Shipped Plugins

  • Update shipped plugin Prometheus
    • Update headlamp-plugin to 0.13.0
  • Update shipped plugin Plugin Catalog (Desktop only)
    • Update headlamp-plugin to 0.13.0
  • Update shipped plugin App catalog (Desktop only)
    • Fix artifacthub charts searching in App catalog plugin. Thanks to @​xqm32
    • Update headlamp-plugin to 0.13.0

💻 Development

  • Update dependencies on plugins examples, app, pluginctl and frontend
  • Add verify-image-digests make recipe for verifying image digests
  • Update releaser cli to handle triggering app builds
  • Add e2e test for in-cluster deployment
  • Remove unused deps from headlamp-plugin
  • Add Activity to pluginLib

📖 Documentation

  • Fix typo and missing links in docs. Thanks to @​BublikTV, @​SinghaAnirban005, and @​SQLJames
  • Add User Guides, Development Guides, Learn and Develop sections to docs
  • Add documentation and example for Activitiy feature that allows devs to create resizeable popup windows
  • Add example showcasing how to register header functions to projects

🛡️ Security

  • CVE-2025-14269: Credential caching in Headlamp with non-default enableHelm option is true in in-cluster version of Headlamp and not Headlamp Desktop. Thanks brndstrp and @​cji

Full Changelog: https://github.com/kubernetes-sigs/headlamp/compare/v0.38.0...v0.39.0

Container image: 🐳 ghcr.io/headlamp-k8s/headlamp:v0.39.0
Desktop Apps:

🐧 Flatpak / Linux (AMD64)
🐧 Linux AppImage AMD64, ARM64, ARMv7l
🐧 Linux Tarball AMD64, ARM64, ARMv7l
🐧 Debian / Linux AMD64
🍏 Mac (AMD64)
🍏 Mac (ARM/M1)
🟦 Windows (AMD64)


Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Renovate Bot.

This PR contains the following updates: | Package | Update | Change | |---|---|---| | [headlamp-k8s/headlamp](https://github.com/headlamp-k8s/headlamp) | minor | `0.38.0` → `v0.39.0` | --- > ⚠️ **Warning** > > Some dependencies could not be looked up. Check the Dependency Dashboard for more information. --- ### Release Notes <details> <summary>headlamp-k8s/headlamp (headlamp-k8s/headlamp)</summary> ### [`v0.39.0`](https://github.com/kubernetes-sigs/headlamp/releases/tag/v0.39.0): 0.39.0 [Compare Source](https://github.com/headlamp-k8s/headlamp/compare/v0.38.0...headlamp-helm-0.39.0) #### ✨ Enhancements: - Add cluster column to CRD list. Thanks to [@&#8203;kahirokunn](https://github.com/kahirokunn) - Add attach-based node debugger workflow that mirrors `kubectl debug-node`. Thanks to [@&#8203;dorser](https://github.com/dorser) - Add count column to events list view - Display Node and Loadbalancer ports in Service list view. Thanks to [@&#8203;jaehanbyun](https://github.com/jaehanbyun) - Add missing details to Pod, ReplicaSet, NetworkPolicy, Namespace, Services and DaemonSets - Open headlamp address in default browser when running in Headless mode - Add support for adding custom header actions to project detail view ##### The CRD list view with cluster column <img width="3644" height="2238" alt="Screenshot showing Custom Resource Instances table with highlighted Cluster column in Headlamp dashboard" src="https://github.com/user-attachments/assets/7c8a58f6-b2dc-4920-9a81-387cbe42c557" /> ##### Attach-based node debugger in Node detail view <img width="2924" height="642" alt="Screenshot showing Headlamp node details page with Debug Node button highlighted" src="https://github.com/user-attachments/assets/dc0cfcce-c103-45e8-9575-f422bf5e893f" /> ##### The events list view with the event count column <img width="3644" height="2238" alt="Screenshot showing Headlamp Events table with highlighted Count column displaying event occurrence numbers" src="https://github.com/user-attachments/assets/3a100d11-a205-4900-9500-7c142e74598e" /> #### 🐞 Bug fixes - Deduplicate CRDs in sidebar items. Thanks to @&#8203;kahirokunn - Deduplicate namespaces from multi-cluster list in autocomplete. Thanks to @&#8203;kahirokunn - Allow templating in Helm chart pod labels. Thanks to @&#8203;rickliujh - Fix tooltip jittering issue. Thanks to @&#8203;jaehanbyun - Fix image digests in Dockerfiles - Replace custom contains with slices.Contains in Backend. Thanks to @&#8203;jongwooo - Fix wrong apiVersion used when CRUDing a CustomResource. Thanks to @&#8203;damsien - Fix Custom CA not being used when refreshing token. Thanks to @&#8203;mlbiam - Fix useKubeObject to use standard websocket connection instead of multiplexed - Fix the runCommand to properly take into account user and static plugins - Fix errors caused due to null resource in Header actions. Thanks to @&#8203;kahirokunn - Fix ReplicaSetGlance props to include Statefulset - Fix ID and kind clashes in Map component - Fix plugin watch doing a loop on mac - Fix uninstalling plugins to use user's plugin directory instead of default plugins directory #### 🌍 Internationalization - Update chinese translations. Thanks to @&#8203;lou-lan and @&#8203;hsiangjenli - Add i18n helper tools for extracting and copying translations #### 🧩 Shipped Plugins - Update shipped plugin Prometheus - Update headlamp-plugin to 0.13.0 - Update shipped plugin Plugin Catalog (Desktop only) - Update headlamp-plugin to 0.13.0 - Update shipped plugin App catalog (Desktop only) - Fix artifacthub charts searching in App catalog plugin. Thanks to @&#8203;xqm32 - Update headlamp-plugin to 0.13.0 #### 💻 Development - Update dependencies on plugins examples, app, pluginctl and frontend - Add verify-image-digests make recipe for verifying image digests - Update releaser cli to handle triggering app builds - Add e2e test for in-cluster deployment - Remove unused deps from headlamp-plugin - Add Activity to pluginLib #### 📖 Documentation - Fix typo and missing links in docs. Thanks to @&#8203;BublikTV, @&#8203;SinghaAnirban005, and @&#8203;SQLJames - Add User Guides, Development Guides, Learn and Develop sections to docs - Add documentation and example for Activitiy feature that allows devs to create resizeable popup windows - Add example showcasing how to register header functions to projects #### 🛡️ Security - [CVE-2025-14269](https://github.com/kubernetes-sigs/headlamp/issues/4282): Credential caching in Headlamp with non-default enableHelm option is true in in-cluster version of Headlamp and not Headlamp Desktop. Thanks brndstrp and [@&#8203;cji](https://github.com/cji) **Full Changelog**: <https://github.com/kubernetes-sigs/headlamp/compare/v0.38.0...v0.39.0> <!-- end-release-notes --> **Container image:** :whale: [ghcr.io/headlamp-k8s/headlamp:v0.39.0](https://github.com/orgs/headlamp-k8s/packages/container/package/headlamp) **Desktop Apps:** :penguin: [Flatpak / Linux (AMD64)](https://flathub.org/apps/details/io.kinvolk.Headlamp) :penguin: Linux AppImage [AMD64](https://github.com/kubernetes-sigs/headlamp/releases/download/v0.39.0/Headlamp-0.39.0-linux-x64.AppImage), [ARM64](https://github.com/kubernetes-sigs/headlamp/releases/download/v0.39.0/Headlamp-0.39.0-linux-arm64.AppImage), [ARMv7l](https://github.com/kubernetes-sigs/headlamp/releases/download/v0.39.0/Headlamp-0.39.0-linux-armv7l.AppImage) :penguin: Linux Tarball [AMD64](https://github.com/kubernetes-sigs/headlamp/releases/download/v0.39.0/Headlamp-0.39.0-linux-x64.tar.gz), [ARM64](https://github.com/kubernetes-sigs/headlamp/releases/download/v0.39.0/Headlamp-0.39.0-linux-arm64.tar.gz), [ARMv7l](https://github.com/kubernetes-sigs/headlamp/releases/download/v0.39.0/Headlamp-0.39.0-linux-armv7l.tar.gz) :penguin: Debian / Linux [AMD64](https://github.com/kubernetes-sigs/headlamp/releases/download/v0.39.0/headlamp_0.39.0-1_amd64.deb) :green\_apple: [Mac (AMD64)](https://github.com/kubernetes-sigs/headlamp/releases/download/v0.39.0/Headlamp-0.39.0-mac-x64.dmg) :green\_apple: [Mac (ARM/M1)](https://github.com/kubernetes-sigs/headlamp/releases/download/v0.39.0/Headlamp-0.39.0-mac-arm64.dmg) :blue\_square: [Windows (AMD64)](https://github.com/kubernetes-sigs/headlamp/releases/download/v0.39.0/Headlamp-0.39.0-win-x64.exe) </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR is behind base branch, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0Mi42OS4yIiwidXBkYXRlZEluVmVyIjoiNDIuNjkuMiIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOltdfQ==-->
renovate-bot added 1 commit 2026-01-23 21:07:50 +00:00
chore(deps): update dependency headlamp-k8s/headlamp to v0.39.0
All checks were successful
lint-test-helm / lint-helm (pull_request) Successful in 14s
b03e7f213e
renovate-bot force-pushed renovate/headlamp-k8s-headlamp-0.x from b03e7f213e to e89ffce6d4 2026-01-23 22:16:19 +00:00 Compare
renovate-bot force-pushed renovate/headlamp-k8s-headlamp-0.x from e89ffce6d4 to dc1c52e332 2026-01-23 22:50:19 +00:00 Compare
renovate-bot force-pushed renovate/headlamp-k8s-headlamp-0.x from dc1c52e332 to 43e018e033 2026-01-23 23:05:43 +00:00 Compare
renovate-bot changed title from chore(deps): update dependency headlamp-k8s/headlamp to v0.39.0 to chore(deps): update dependency headlamp-k8s/headlamp to v0.39.0 - autoclosed 2026-01-23 23:15:51 +00:00
renovate-bot closed this pull request 2026-01-23 23:15:51 +00:00
All checks were successful
lint-test-helm / lint-helm (pull_request) Successful in 18s
render-manifests-automerge / render-manifests-automerge (pull_request) Has been skipped
render-manifests-merge / render-manifests-merge (pull_request) Has been skipped

Pull request closed

Sign in to join this conversation.