✨ Enhancements:
- Add a fullscreen button to the log viewer and terminal dialogs
- Increase the size of the log viewer's dialog
- Add a new scale button on the scalable resources' details view, which allows to use the new scaling dialog
- On Kubernetes >= 1.24, Headlamp tries to refresh the user's token close to its expiration, so users don't
have to do it manually - On Windows: Allow users to change some options when installing (i.e. no longer a 1-click install)
- On Mac: Users can now install/update Headlamp through Homebrew (thanks to @Rabattkarte )
Example of a logo change through plugins:
🐞 Bug fixes
- Sort events by date, not by namespace
- Fix crash in notifications when there are non-latin characters
- Update the link to "how to create service account tokens" in the authentication dialog
- Wrap the image name's text so it doesn't expand the details views beyond their appropriate width
- Fix the default number of rows for tables (it was by mistake getting set to 5; should be 15)
- Handle a new
headlamp
protocol, so we can have e.g. authentication for some services being done in the user's default
browser, and getting back to the app as a final step - Fix list and details views for RoleBindings (thanks to @fondoger for reporting)
🧩 Development / Plugins
- Add a new and simplified API for creating plugins with very minimal boilerplate
- Add a new Dialog component, to make dialogs across Headlamp consistent, including their use by plugins
- Allow to override the app menus from plugins
- Add a new Headlamp.isRunningAsApp function, so
plugins can check whether they are running in-cluster or as a desktop app - Export the Resource's CircularChart, so plugins can use it
- Make the README.md generation for plugins more useful
- Add a new ActionButton so Headlamp and its plugins can use buttons more consistently across the UI
- Export the auth and units modules, so plugins can use them (thanks to @t-lalexander for reporting)
📖 Documentation
- Add documentation for the new/simplified way to create plugins
- Add new/updated plugin examples (including screenshots):
- Show a different post-installation tip on Helm, about how to create tokens, when Kubernetes is >=1.24
- Update all example plugins' README files to make them consistent
- Add docs on how to install Headlamp on Mac using Homebrew (thanks to @Rabattkarte )
Container image: 🐳 ghcr.io/kinvolk/headlamp:v0.11.0
Desktop Apps:
🐧 Flatpak / Linux (AMD64)
🐧 Linux AppImage AMD64, ARM64, ARMv7l
🐧 Linux Tarball AMD64, ARM64, ARMv7l
🍏 Mac (AMD64)
🍏 Mac (ARM/M1)
🟦 Windows (AMD64)