Skip to content

v0.3.1

Latest

Choose a tag to compare

@pallaprolus pallaprolus released this 14 Jun 02:21
· 1 commit to main since this release

Patch release — fixes the dashboard on PyPI installs.

Fixed

  • Packaging: the wheel and sdist now include the dashboard's Jinja templates and static assets (kube_foresight/dashboard/{templates,static}). On a non-editable install, kube-foresight dashboard previously crashed at startup (StaticFiles: directory does not exist) because those files were missing from the published distributions (since 0.2.0). The CLI was unaffected.

pip install "kube-foresight[dashboard]"kube-foresight dashboard --demo now works.

Full changelog: v0.3.0...v0.3.1