Skip to content

Releases: kubernetes-sigs/headlamp

headlamp-helm-0.30.1

28 Mar 09:36
120961f
Compare
Choose a tag to compare

Headlamp is an easy-to-use and extensible Kubernetes web UI.

0.30.0

27 Mar 22:50
Compare
Choose a tag to compare

✨ Enhancements:

  • Show resource details in the overlay panel by default (changeable in settings)
  • Now Custom Resources details can be shown in the overlay panel
  • New Traditional Chinese locale available, thanks to @pichuang
  • New Italian locale available, thanks to @M0Rf30
  • Now the status of nodes display the taints

ReplicaSet details showing in the overlay panel:

Screenshot of a ReplicaSet details showing in overlay mode

New Traditional Chinese and Italian locales:

Screenshot of Headlamp running with the Traditional Chinese locale

Screenshot of Headlamp running with the Italian locale

🧩 Shipped Plugins

  • Update shipped plugin prometheus 0.5.0
    • Allow to configure the subpath
  • Update shipped plugin plugin-catalog 0.2.0 (desktop only)
    • Fix how the official-switch works when it's never been used before

🐞 Bug fixes

  • Fix passing token when connecting to the websocket multiplexer
  • Fix running with headless mode, thanks to @DMaxter
  • Fix sources dropdown in the Map view, thanks to @faebr
  • Prevent Map from removing loops, thanks to @faebr

💻 Development

  • Update dependencies
  • Fix make run-backend on Windows
  • Helm: Make in-cluster arg configurable
  • Use deterministic dates in stories
  • Add script to update example plugins' dependencies
  • Allow plugins to update the Map view
  • Misc updates to the example plugins
  • Add ability for plugins to run commands (desktop and after user-consent only)
  • Add ability for plugins to register cluster providers
  • Export cluster actions for plugins to use (actions that wait for a grace-period before happening)
  • Re-enable plugin testing in CI
  • Update container image base to alpine 3.20.6

📖 Documentation

  • Add docs about how plugins can use the Map view

Container image: 🐳 ghcr.io/headlamp-k8s/headlamp:v0.30.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)

headlamp-plugin 0.11.0

19 Mar 18:11
370fa63
Compare
Choose a tag to compare

New release of the headlamp-plugin tool for plugin authors.

⬆️ Upgrade

Upgrade your plugin to latest version by running:


npx @kinvolk/headlamp-plugin upgrade .

✨ Enhancements:

  • Migrate from webpack to vite based setup
  • Migrate from jest to vitest testing framework
  • Update Headlamp functionality API and types to the latest release
  • Include API for extending the Map, see Documentation for more information
  • Improve source maps experience

🐞 Bug fixes

  • Fix exit code handling for lint, test, format commands

⚠️ Deprecations

  • Storybook Storyshots plugin is deprecated and so snapshot tests were disabled

Vite based setup

We've upgraded the way the plugins are built to use Vite instead of webpack resulting in a more modern, faster setup.

image

Source Maps

The source maps generation was updated, now you can easily view source maps in their own origin.

image

headlamp-helm-0.29.1

27 Feb 05:14
ab7dde6
Compare
Choose a tag to compare

Headlamp is an easy-to-use and extensible Kubernetes web UI.

0.29.0

26 Feb 16:11
Compare
Choose a tag to compare

✨ Enhancements:

  • Add the option to open resource details views in a side pane
    • Can be enabled in the app's settings, from the home view
    • Does not apply to custom resources yet
  • Add support for viewing logs from all pods of the same resource (Deployments, ReplicaSets, ...) in the same dialog
  • Add bulk restart to Deployments, StatefulSets, and DaemonSets. Thanks to @adwait-godbole
  • Helm: Add extended service values. Thanks to @oliverbaehler
  • Wrap text in table cells for better readability. Thanks to @MAVRICK-1
  • Show more detailed errors when listing resources fails
  • Update styling of controls in the Map view
  • Adjust table cells to better fit the contents
  • Support Map related results in the global search
  • Show pods' metrics in the pods list view

Resource details view in a side pane:

Screenshot showing the side pane

Bulk restart of Deployment resources:

Screenshot showing the bulk restart of Deployments

Log viewer for multiple pods in a Deployment:

Screenshot of the log viewer for multiple pods in a Deployment

🧩 Shipped plugins

  • Update shipped plugin app-catalog 0.6.0 (desktop only)
    • Fit app icons above their title
    • Display icon only when available
    • Improve search usability and performance
    • Fix a couple of issues in the installation button's style
    • Optimize how charts are fetched

🐞 Bug fixes

  • Fix live update of lists and details views (was happening when accessing clusters using a token)
  • Helm: Fix default values
  • Handle error in plugin settings. Thanks to @DhairyaMajmudar
  • Fix incorrect decoding of JWT when checking for its expiration. Thanks to @DhairyaMajmudar
  • Fix sidebar and main scrollbars visibility, so they show under the top bar
  • Fix crash in navigation tabs
  • Fix column order in tables
  • Fix loading kubeconfigs where some contexts were incomplete or contained errors
  • Fix showing editor docs when no resource is found from the editor
  • Fix duplicated entries in sidebar
  • Fix broken links in the cluster overview, related to the events' involved objects
  • Do not show old cluster settings route in search results. Thanks to @Faakhir30
  • Fix honoring user-set zoom levels after restarting the app (desktop only)

💻 Development

  • Add many new Storybook stories for resources who were missing them. Thanks to @DhairyaMajmudar and @adwait-godbole
  • Remove unused NPM package and update dependencies
  • Refactor refreshAndCacheNewToken, charts.tsx, and Notifications. Thanks to @Faakhir30
  • CI: Fail Mac build is signing has been requested and fails
  • CI: Stop automatic PR creation for minikube's addon, since its generation is now part of the minikube repo
  • Add test for getCluster and @apidevtools/swagger-parser. Thanks to @DhairyaMajmudar
  • Remove deprecated linters from golangci-lint
  • Remove obsolete API calls for CronJob resources. Thanks to @adwait-godbole
  • Add run-app and run-only-app Makefile targets. Thanks to @adwait-godbole
  • Misc dependency updates
  • Add support for refetching resource lists on a time interval
  • Ensure go toolchain can be updated automatically
  • Restrict backend to only listen to localhost's requests, when run as an app
  • Add the ability to set which addresses the backend should listen to for requests
  • Allow plugins to process cluster overview charts and add a related example plugin. Thanks to @Faakhir30

📖 Documentation

  • Add k0s to platforms. Thanks to @wrkode
  • Fix testing and formatting instructions. Thanks to @Faakhir30
  • Helm: Change ingress.className on README to ingress.ingressClassName. Thanks to @Bemesko
  • Remove redundant commands for building app. Thanks to @adwait-godbole

Container image: 🐳 ghcr.io/headlamp-k8s/headlamp:v0.29.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)

0.28.1

07 Feb 14:18
Compare
Choose a tag to compare

🐞 Bug fixes

  • Fix not showing any items because the user's role has no access to listing all namespaces
    • Now it falls back to showing the cluster's default namespace (if set) when there are listing related permissions issues
  • Fix recursive loading issue in port-forward (desktop only)
  • Prevent storing Electron's different preferences profiles each time (desktop only)
  • Fix showing a plugin's payload origin (it was showing the ArtifactHub's package URL but now shows the actual plugin archive URL) (desktop only)
  • Fix other important security issues

💻 Development

  • Refactor some of the plugin manager's code including fixing types

Container image: 🐳 ghcr.io/headlamp-k8s/headlamp:v0.28.1
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)

headlamp-helm-0.28.1

07 Feb 15:19
ce371a6
Compare
Choose a tag to compare

Headlamp is an easy-to-use and extensible Kubernetes web UI.

0.28.0

23 Jan 18:41
Compare
Choose a tag to compare

✨ Enhancements:

  • Add support (beta) for Gateway API (thanks to @farodin91 )
  • Always sort namespaces in the UI, so views are consistent regardless of how the API servers return them
  • Add a multiplexer for web socket connections: this allows to have connections beyond the browser's limit

New Gateway API UI:

Screenshot of the UI showing the Gateway API with an example

🧩 Shipped plugins

  • Update shipped plugin app-catalog 0.5.0 (desktop only)
    • Improve card styles for different screen sizes
  • Update shipped plugin plugin-catalog 0.3.0 (desktop only)
    • Plugin cards now show when there's an update available for the plugin
  • Update shipped plugin prometheus 0.4.1
    • Improve charts' styling

🐞 Bug fixes

  • Prevent terminals from flashing when clusters in kubeconfig use the exec method for authentication
  • Fix suspending/resuming CronJobs from the UI
  • Fix color/styling in the editors
  • Filter out hidden routes from the sidebar
  • Fix selecting all rows in a table when only it's only partially selected
  • Fix API requests when endpoints do not exist in the API server
  • Fix matching routes registered by plugins (it was checking by path when it should be by name)
  • Fix setting Helm chart's env vars when reading others from secrets (thanks to @devjoes )
  • Fix problem when loading clusters from kubeconfig
  • Fix column visibility handled by internal Table state
  • Improve how default styles are shown from the theme
  • Fix location import on DeleteMultipleButton
  • Fix showing notifications for cluster actions
  • Fix race condition in backend cache
  • Fix web socket connection issues related to selecting namespaces
  • Fix PVC storage requirement in Helm chart
  • Fix reflecting the clusters in the home view, after they are deleted from the kubeconfig
  • Fix refreshing time in places like the age column of tables
  • Fix namespace selection when allowed namespaces were set
  • Fix templating issue in French i18n (thanks to @Intuinewin )
  • Hide the menu when in a small screen if it's empty

💻 Development

  • Fix type errors in Ingress related logic
  • Fix frontend tests that check for files
  • Fix circular dependencies in Storybook
  • Misc dependency updates
  • Refactor and fix KubeObject.getAuthorization logic

📖 Documentation

  • Add Red Hat OpenShift to list of supported platforms (thanks to @pichuang )
  • Reorganize and enhance the structure of Helm charts
  • Add CNCF integrations table
  • Add documentation on how to use external tools (az, gcloud, aws, doctl, ...) from Flatpak

Container image: 🐳 ghcr.io/headlamp-k8s/headlamp:v0.28.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)

headlamp-helm-0.28.0

23 Jan 21:51
d673be1
Compare
Choose a tag to compare

Headlamp is an easy-to-use and extensible Kubernetes web UI.

0.27.0

12 Dec 22:02
Compare
Choose a tag to compare

✨ Enhancements:

  • New global search, for quickly finding cluster resources or running actions
  • Add bulk deletion of Kubernetes resources
    • This is done by allowing multiple selection and consequent deletion from the table actions
  • Add a Create button (when RBAC allows creation) to different Kubernetes resources list views
    • This allows us to have at least the base YAML for the resource pre-set up in the editor
  • Use cached objects when rendering the details view, making it render immediately in most cases
    when going from a list view to it
  • Improve how the plugins are shown in the installed view
    • Shows the org now as the author instead of being part of the plugin's name
  • Misc improvements in the Table component, to make it more performant
  • Add resource name to header in details view, for easier identification (thanks to @farodin91 )
  • Show the origin of each cluster in the home view

New search feature:

Screenshot showing the search feature with the word dice

Bulk selection & deletion of items:

Screenshot showing a table with selection

🧩 Shipped plugins

  • Update shipped plugin app-catalog 0.4.0 (desktop only)
    • Fix broken installation of Helm charts
    • Misc UX fixes
  • Update shipped plugin plugin-catalog 0.2.0 (desktop only)
    • Allow to toggle whether non-official plugins are shown, right from the main list view
  • Update shipped plugin prometheus 0.3.0
    • Improve how Prometheus is detected (thanks to @caellach )

🐞 Bug fixes

  • Add tooltips to cluster actions
  • Fix stack overflow issue when dealing with a large number of graph nodes in the map view
  • Remember zoom mode used in the map view
  • Improve performance for the map view
  • Fix search functionality for roles in the Roles list view
  • Prevent flashing refresh button when a table is updated with new data
  • Prevent header actions from "blinking" when there are updates
  • Fix namespace filtering in the Roles list view
  • Remove unused filters
  • Fix log viewer fullscreen
  • Fix storageClassName in PVCs
  • Misc fixes in the Table component including type fixes
  • Fix border on the side of the map's details panel
  • Validate names in the AuthVisible component, to avoid false positives
  • Add link to home when failing to enter a cluster (there was no link if only one cluster was configured)
  • Fix "Add Cluster" button in cluster chooser
  • Misc performance improvements, in the sidebar and other places
  • Prevent problems when nodes' statuses are null (thanks to @farodin91 )
  • Fix search in log viewer (thanks to @veyselsahin )

💻 Development

  • Fix push-release-assets release related script
  • Add support for column selection to the Table component
  • Add new Traditional Chinese (Taiwan) translations (thanks to @pichuang )
    • Due to a last-minute issue, we decided not to add this option yet until we figure out a solution
  • Accept passing a JSON/YAML to the EditorDialog
  • Refactor general and cluster settings views (thanks to @farodin91 )
  • Add Playwright tests

📖 Documentation

  • Improve docs around running in-cluster with multiple clusters defined (thanks to @gberche-orange )
  • Add documentation on how to publish a plugin on ArtifactHub

Container image: 🐳 ghcr.io/headlamp-k8s/headlamp:v0.27.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)