| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| README.md | 2026-04-27 | 1.3 kB | |
| v3.3.1 source code.tar.gz | 2026-04-27 | 58.3 MB | |
| v3.3.1 source code.zip | 2026-04-27 | 58.6 MB | |
| Totals: 3 Items | 116.9 MB | 0 | |
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: https://github.com/thalesgroup-cert/Watcher/compare/v3.3.0...v3.3.1