Skip to content

v1.11.4 — Cron range-with-step fix + IPv4-only default

Choose a tag to compare

@amayer1983 amayer1983 released this 26 Apr 10:23
· 66 commits to main since this release

Fixed

  • Cron range-with-step parsing — schedules like */3 0-20/3 * * * no longer crash the scheduler with ValueError: invalid literal for int(). Affected users running QNAP / advanced cron expressions.
  • IPv4-only by default — Python preferred IPv6 in containers without IPv6 routing, causing [Errno 101] Network unreachable on registry/Telegram requests. Docksentry now forces IPv4 by default. Set DOCKSENTRY_IPV6=true to re-enable IPv6 if your network supports it.

Upgrade

docker pull amayer1983/docksentry:latest
docker compose up -d

Fixes #4.