github headlamp-k8s/headlamp headlamp-plugin-0.4.7

latest releases: headlamp-helm-0.25.0, v0.25.1, mac-0.25.0...
2 years ago

headlamp-plugin is a tool to help with making plugins for Headlamp (the extensible Kubernetes dashboard).

In this release:

  • png/jpg/css assets inside plugins are now inlined properly into the built plugin
  • npm run lint will now fail if there are lint warnings in the plugin
  • example plugins are now tested by CI to see if they are formatted, lint free, type checked and buildable
  • npm run tsc inside plugins does not generate a index.js file when type checking

To use this new headlamp-plugin version with existing plugins, please update your plugin package.json file:

  "devDependencies": {
    "@kinvolk/headlamp-plugin": "^0.4.7"
  }

Don't miss a new headlamp release

NewReleases is sending notifications on new releases.