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 dashboardpreviously 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