github thejuran/triggarr v2.5.3

6 hours ago

⚠️ Breaking Change: Default Port Changed to 8484

If you are upgrading from v2.4.x or earlier, the default port has changed from 8080 to 8484 to avoid conflicts with qBittorrent and Profilarr.

What you need to do

Docker Compose — update your docker-compose.yml:

ports:
  - "127.0.0.1:8484:8484"  # was 8080:8080

Reverse proxy — update your upstream port from 8080 to 8484.

Bookmarks — update http://localhost:8080http://localhost:8484.

Then pull and restart:

docker compose pull
docker compose up -d

v2.5.3 Changes

  • Security: Upgrade Pygments to 2.20.0 — fixes ReDoS vulnerability (CVE in GUID matching regex)
  • Security: Redact Pydantic ValidationError details from HTTP responses (CodeQL #11)
  • Security: Use preconfigured jinja2.Environment for autoescape

Previous v2.5.x changes

v2.5.2 — Fix startup crash on newer Starlette versions (Jinja2Templates autoescape compatibility)
v2.5.1 — Port changed from 6868 → 8484 (6868 conflicts with Profilarr)
v2.5.0 — Port changed from 8080 → 6868, 42 code review findings fixed

Don't miss a new triggarr release

NewReleases is sending notifications on new releases.