headlamp-plugin is a tool to help with making plugins for Headlamp (the extensible Kubernetes UI).
In this bugfix release:
- Updated dependencies
- With Headlamp 0.11.1 the CircularChart API can be used from plugins
To use this new headlamp-plugin version with existing plugins, please update your plugin package.json
file:
"devDependencies": {
"@kinvolk/headlamp-plugin": "^0.5.1"
}
This release of headlamp-plugin is compatible with Headlamp 0.11.1.