This release fixes issues for SREs watching stability and regressions.
✓ No known CVEs patched in this version
Topics
+13 more
Summary
AI summaryFixed container startup failure on fresh installs due to undefined _hash_password.
Full changelog
v0.5.1 — Patch Release
Release date: 2026-03-25
Bug fix
Fixed: container fails to start on fresh install (#5)
On a brand-new deployment with no existing manager.yml, the app would crash at startup with:
NameError: name '_hash_password' is not defined
The auto-password generation routine (_ensure_password) called _hash_password before it was defined in the module. The function has been moved to the correct position. No config or data changes are required existing installations are unaffected.
Upgrade
Pull the new image:
docker compose pull && docker compose up -d
Weekly OSS security release digest.
The CVE patches and breaking changes that affected production tools this week. One email, every Sunday.
No spam, unsubscribe anytime.
Share this release
Related context
Related tools
Beta — feedback welcome: [email protected]