github thalesgroup-cert/Watcher v2.1.4

latest releases: v2.4.1, v2.4, v2.3...
5 months ago

v2.1.4

This update focuses on improving stability in the site monitoring process and fixing environment configuration issues related to host validation.

Update Procedure

Please follow this process.

What’s Changed

  • Change your variable name based on the new .env format: the setting has been renamed from ALLOWED_HOST to ALLOWED_HOSTS. You must now explicitly define it in .env (e.g., ALLOWED_HOSTS=localhost,127.0.0.1) to match your environment's domain list. This update ensures proper host validation in settings.py and prevents runtime errors during container startup by @ygalnezri in #185
  • Resolved an issue in SiteSerializer and monitoring_init function, allowing for smooth execution of the site monitoring process without blocking subsequent domain additions by @ygalnezri in #185

Full Changelog: v2.1.3...v2.1.4

Don't miss a new Watcher release

NewReleases is sending notifications on new releases.