From 87b91c4c8cda62397df47da92cf1376c0cff1594 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Thu, 24 Jul 2025 18:52:37 +0000 Subject: [PATCH] Update Helm release headlamp to v0.33.0 (#1011) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This PR contains the following updates: | Package | Update | Change | |---|---|---| | [headlamp](https://headlamp.dev/) ([source](https://github.com/kubernetes-sigs/headlamp)) | minor | `0.32.1` -> `0.33.0` | --- ### Release Notes
kubernetes-sigs/headlamp (headlamp) ### [`v0.33.0`](https://github.com/kubernetes-sigs/headlamp/releases/tag/v0.33.0): 0.33.0 #### ✨ Enhancements: - Add new task bar which allows to keep otherwise transient tasks open - This feature allows e.g. opening several logs views and view them side by side - Allows keeping a terminal, logs, details view, etc. open while navigating to other clusters or views - Also allows long-running tasks to be kept around without blocking the navigation - Make CRDs views more consistent with the remaining views. Thanks to [@​farodin91](https://github.com/farodin91) . - Speed up load time and experience for the desktop version - Optimize rendering and improve styling of the map - Add global filter to tables. Thanks to [@​userAdityaa](https://github.com/userAdityaa) . - Add BackendTLSPolicy views. Thanks to [@​userAdityaa](https://github.com/userAdityaa) . - Add create button for more resources - Add Tamil locale. Thanks to [@​fromsaurav](https://github.com/fromsaurav) . - Add hostIPs and podIPs to the Pod's details view **New task bar with a terminal and logs open side by side:** New task bar with a terminal and logs open side by side **Overview function for the new taskbar:** Overview function for the new taskbar #### 🐞 Bug fixes * Do not use eval for the advanced search * Fix spawning job from CronJob * Display missing port for default backend * Fix checking if the exec'ing into a pod can be done. Thanks to @​cavus700 . * Use allowed namespaces when getting the Overview's events * Fix key-related react warnings. Thanks to @​farodin91 . * Fix bar chart colors in dark mode * Fix chart tooltips in Node list view * Move headlampConfig to a pkg in the backend. Thanks to @​upsaurav12 . * Fix the kind field when creating a CR. Thanks to @​ChayanDass . #### 💻 Development * Update story for AlerNotification. Thanks to @​ANIRUDH-SJ . * Add story for StatefulSet. Thanks to @​SinghaAnirban005 * Add tests to UI slice (redux). Thanks to @​DhairyaMajmudar . * Make the ServiceDetails more realistic. Thanks to @​farodin91 . * Fix misc stories/tests issues * Add missing shx development dependency * Replace rimraf use by shx * Add air config, for auto reload of the backend modules. Thanks to @​ChayanDass . * Make backend exit with a proper code if the port is in use #### 📖 Documentation * Revamp plugin development documentation **Container image:** :whale: [ghcr.io/headlamp-k8s/headlamp:v0.33.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.33.0/Headlamp-0.33.0-linux-x64.AppImage), [ARM64](https://github.com/kubernetes-sigs/headlamp/releases/download/v0.33.0/Headlamp-0.33.0-linux-arm64.AppImage), [ARMv7l](https://github.com/kubernetes-sigs/headlamp/releases/download/v0.33.0/Headlamp-0.33.0-linux-armv7l.AppImage) :penguin: Linux Tarball [AMD64](https://github.com/kubernetes-sigs/headlamp/releases/download/v0.33.0/Headlamp-0.33.0-linux-x64.tar.gz), [ARM64](https://github.com/kubernetes-sigs/headlamp/releases/download/v0.33.0/Headlamp-0.33.0-linux-arm64.tar.gz), [ARMv7l](https://github.com/kubernetes-sigs/headlamp/releases/download/v0.33.0/Headlamp-0.33.0-linux-armv7l.tar.gz) :penguin: Debian / Linux [AMD64](https://github.com/kubernetes-sigs/headlamp/releases/download/v0.33.0/headlamp_0.33.0-1_amd64.deb) :green\_apple: [Mac (AMD64)](https://github.com/kubernetes-sigs/headlamp/releases/download/v0.33.0/Headlamp-0.33.0-mac-x64.dmg) :green\_apple: [Mac (ARM/M1)](https://github.com/kubernetes-sigs/headlamp/releases/download/v0.33.0/Headlamp-0.33.0-mac-arm64.dmg) :blue\_square: [Windows (AMD64)](https://github.com/kubernetes-sigs/headlamp/releases/download/v0.33.0/Headlamp-0.33.0-win-x64.exe)
--- ### 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](https://github.com/renovatebot/renovate). Reviewed-on: https://gitea.alexlebens.dev/alexlebens/infrastructure/pulls/1011 Co-authored-by: Renovate Bot Co-committed-by: Renovate Bot --- clusters/cl01tl/management/headlamp/Chart.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/clusters/cl01tl/management/headlamp/Chart.yaml b/clusters/cl01tl/management/headlamp/Chart.yaml index d514ae87f..7fb326d52 100644 --- a/clusters/cl01tl/management/headlamp/Chart.yaml +++ b/clusters/cl01tl/management/headlamp/Chart.yaml @@ -14,7 +14,7 @@ maintainers: - name: alexlebens dependencies: - name: headlamp - version: 0.32.1 + version: 0.33.0 repository: https://kubernetes-sigs.github.io/headlamp/ icon: https://cdn.jsdelivr.net/gh/selfhst/icons/png/headlamp.png appVersion: 0.30.1