github chr0nzz/traefik-manager v0.5.1

latest releases: v1.0.4, v1.0.3, v1.0.2...
one month ago

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

Don't miss a new traefik-manager release

NewReleases is sending notifications on new releases.