Download Latest Version v3.4.0 source code.tar.gz (61.8 MB)
Email in envelope

Get an email when there's a new version of Watcher

Home / v3.3.1
Name Modified Size InfoDownloads / 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 up with the docker-compose.yml and .env files.

  • Simplified method: Modular deployment helper using make commands from the deployment/ 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

Source: README.md, updated 2026-04-27