v0.3.20
- Fix:
upgrade.shalways rebuilds the console image. It only rebuilt the console when its container happened to be running at upgrade time, so an upgrade started while the console was stopped (or being recreated by another script) left an old console UI behind the new control plane — no version pill, no Upgrade now. If you upgraded to v0.3.18/v0.3.19 and don't see the bottom-left version pill, run once:docker compose --profile console build && docker compose --profile console up -d --force-recreatein your checkout (or./upgrade.shagain after this release).
No breaking changes.