headlamp-plugin-0.4.8
illume
released this
12 May 22:32
·
3088 commits
to main
since this release
headlamp-plugin is a tool to help with making plugins for Headlamp (the extensible Kubernetes UI).
In this release:
- Cluster chooser button can be overridden (see plugins/examples/clusterchooserbuttonoverride) in #501
- Clusters can be added dynamically (see plugins/examples/dynamic-clusters) in #497
- Notifications can be added into the new Notification area in #442
- The default routes can now be obtained, and the Router class is exposed in #474
To use this new headlamp-plugin version with existing plugins, please update your plugin package.json
file:
"devDependencies": {
"@kinvolk/headlamp-plugin": "^0.4.8"
}
This release of headlamp-plugin is compatible with Headlamp 0.9.0