github fuomag9/caddy-proxy-manager v1.11.2

4 hours ago

Highlights

  • Expose DNS propagation delay/timeout settings with netcup defaults (#258): DNS-01 issuance could fail on slow-propagation providers (notably netcup) because Caddy's defaults (no delay, 2m timeout) expire before the TXT record becomes visible, even though the provider API works. Every DNS provider now has optional Propagation Delay / Propagation Timeout fields (new duration field type, validated as Go/Caddy duration syntax), emitted as Caddy challenges.dns.propagation_delay / propagation_timeout. Netcup ships sensible defaults (600s delay, 900s timeout, -1 disables the propagation check), overridable per provider.

Note: the v1.11.1 tag was never published as a GitHub release; this release supersedes it and includes its change.

Maintenance

  • Refresh Caddy compatibility pins (#271), bump google.golang.org/grpc in the Caddy image (#272) and the Go builder image (#265)
  • Verify Caddy pin refreshes by building the Dockerfile directly in CI (#270)
  • Dependency updates: vitest 5.0.0, next 16.3.4, zod 4.5.4, lucide-react 1.40.0, apexcharts 7.1.0, maplibre-gl 6.7.0, react-map-gl 8.1.3, postcss 8.5.28, plus dev-dependency group bumps
  • Correct the log-rotation documentation to reflect the real root cause of the 2026-09 disk-fill incident (logs directory permissions silently disabling timberjack cleanup — not Caddy defaults) and warn against write-only bind-mounted /logs directories

Changes

  • 7e57917 docs: correct log-rotation comment — perms, not Caddy defaults, filled the disk
  • 9f2f128 caddy: bump google.golang.org/grpc in /docker/caddy (#272)
  • f125793 caddy: refresh compatibility pins (#271)
  • 64a0398 ci: verify Caddy pin refresh by building Dockerfile directly (#270)
  • eeb810e deps(deps-dev): bump vitest from 4.1.11 to 5.0.0 (#269)
  • 3c95f67 deps(deps-dev): bump @vitest/ui from 4.1.11 to 5.0.0 (#268)
  • df24d53 deps(deps): bump the production-dependencies group with 7 updates (#267)
  • aa41b26 deps(deps-dev): bump the development-dependencies group with 5 updates (#266)
  • 7a36fe0 docker: bump golang from 4013ae0 to 512690a in /docker/caddy (#265)
  • f6ff473 Expose DNS propagation delay/timeout settings with netcup defaults (#258)

Full Changelog: v1.11.0...v1.11.2

Don't miss a new caddy-proxy-manager release

NewReleases is sending notifications on new releases.