headlamp-plugin is a tool to help with making plugins for Headlamp (the extensible Kubernetes UI).
- frontend plugins: Add hideAppBar option to routes so routes can be shown without an appbar. See hideAppBar used in sidebar example #698
- plugins: Add registerRouteFilter and registerSidebarEntryFilter which allows plugins to remove routes, and sidebar menu items. See registerRouteFilter and registerSidebarEntryFilter used in sidebar example. #693
- headlamp-plugin: upgrade improvements - check and audit after upgrade, fail better, README #688
- plugins/examples: upgrade plugins/examples, so examples are up to date #682
- headlamp-plugin: Convert tests to js from bash, so tests run cross platform #678
To use this new headlamp-plugin version with existing plugins, please update your plugin package.json
file:
"devDependencies": {
"@kinvolk/headlamp-plugin": "^0.5.3"
}
This release of headlamp-plugin is compatible with Headlamp 0.12.1.