v0.2.1 - Beyond HTTP
This is a bug-fix release. Upgrading is strongly recommended for all Docker installs.
Fixed
- Scheduled background tasks now run in Docker deployments. Previous versions shipped no scheduler process, which silently disabled the update-available banner, the queue-health watchdog (v0.1.5),
certificate expiry alerts (v0.2.0), and Horizon metric snapshots. The php container now runs schedule:work under supervisord. - ./setup.sh --upgrade now gracefully restarts Horizon after deploying new code, so queue workers no longer keep running the previous release's code after an upgrade.
Upgrading
git pull
./setup.sh --upgrade
No manual steps required. After upgrading, the dashboard will begin checking for new releases within 24 hours