-
v0.1.15 Stable
released this
2026-05-09 18:38:42 +00:00 | 0 commits to feature/client-http-timeouts since this releaseRelease v0.1.15
Changes
- Optimized metric series responses:
/api/metrics/{client_id}no longer returns the heavy Docker snapshot used outside charts. - Added
/api/metrics/{client_id}/docker/latestso the client detail page still displays Docker status from a single latest snapshot. - Added Mongo indexes for common client, key, user, alert and metric access patterns.
- Hardened the client agent against transient HTTP timeouts so it logs warnings and keeps running.
- Updated backend Paramiko to 5.0.0 to address CVE-2026-44405.
Validation
- Frontend validate passed: tests, typecheck, production build.
- Backend import sanity passed.
- Frontend npm audit passed with 0 vulnerabilities.
- Backend pip-audit passed with 0 vulnerabilities after Paramiko upgrade.
- Client pip-audit passed with 0 vulnerabilities.
- Smoke test passed:
SECURITY_SMOKE_TEST_REPORT_20260509_203708.md.
Docker images
- forgejo.high.statisfaction.rocks/statisfaction_public/bonpapa-backend:v0.1.15
- digest: sha256:157336dec2406c3cb5096b5453f8ba51229b84c47333d91811172e817b3a0d5e
- forgejo.high.statisfaction.rocks/statisfaction_public/bonpapa-frontend:v0.1.15
- digest: sha256:77807dad1ec90678df5ca66601852a12b84648d9770c78ebf9082c946c9e7b92
Also published
- forgejo.high.statisfaction.rocks/statisfaction_public/bonpapa-backend:latest
- digest: sha256:157336dec2406c3cb5096b5453f8ba51229b84c47333d91811172e817b3a0d5e
- forgejo.high.statisfaction.rocks/statisfaction_public/bonpapa-frontend:latest
- digest: sha256:77807dad1ec90678df5ca66601852a12b84648d9770c78ebf9082c946c9e7b92
Downloads
-
Source code (ZIP)
0 downloads
-
Source code (TAR.GZ)
0 downloads
- Optimized metric series responses: