v3.3.1
This release focuses on documentation and deployment improvements, clarifying the launch process with both the standard Docker method and the new modular deployment helper. It also includes a minor frontend fix for password field length.
Update Procedure
No breaking change or configuration is required for this release. Please follow the standard update process.
What's Changed
Documentation & Deployment
Improved Launch Documentation
The docker-compose.yml and deployment files have been updated. The documentation now clearly covers two ways to run Watcher:
-
With docker command: Standard method using
docker compose upwith thedocker-compose.ymland.envfiles. -
Simplified method: Modular deployment helper using
makecommands from thedeployment/directory (recommended for production).
Bug Fixes
- Increased frontend password max length from 30 to 100 characters, removing an unnecessary restriction on user password length.
Full Changelog: v3.3.0...v3.3.1