Tags give the ability to mark specific points in history as being important
-
v2.11.4-3
protected50ffd5ef · ·caddy v2.11.4-3 -- restore v2.11.4-2's GC'd promoted image at a new version The v2.11.4-2 registry manifest (sha256:14cc7a0b5a5fd04efa17396576c83cc6d59690d988008f3f68ff90b50c55d95b) was garbage-collected before its 14 pins in dunn.dev/iac were ever merged against a live manifest. This repo's registry retention policy has since been fixed to prevent recurrence. Rebuilding v2.11.4-2's exact tag was considered and rejected: this commit's three FROM bases (registry.gitlab.com/dunn.dev/pipeline/ci-go, ci-runtime-go, and docker.io/busybox) are all floating tags, not digest-pinned, and docker.io/busybox:1.37.0-musl was independently confirmed to have been repushed (2026-07-31) after the original 2026-07-01 build. A rebuild under the old tag would carry genuinely different content -- different busybox bytes, and no committed go.sum to lock the Go module graph either -- while claiming to be the same version. v2.11.4-3 is the honest label for that new content; source is otherwise identical (same Caddy v2.11.4, cloudflare v0.2.4, ratelimit v0.1.0 module pins; same Containerfile).
-
v2.11.4-2
protected50ffd5ef · ·caddy v2.11.4-2 — busybox diagnostic toolkit in sidecars Adds a busybox 1.37.0-musl static toolkit (build-time applet symlinks, ReadOnly-rootfs-safe) for in-sidecar diagnostics; catalog at 3.0.0. Modules unchanged from v2.11.4-1: rate_limit + dns.providers.cloudflare (build-time asserted).
-
v2.11.4-1
protected788a62ca · ·caddy-estate v2.11.4-1 Caddy v2.11.4 + caddy-dns/cloudflare v0.2.4 + mholt/caddy-ratelimit v0.1.0. Adds the rate_limit directive (L7 edge rate limiting) for guarding Kratos /self-service/* against email-code request flooding. Build verified the http.handlers.rate_limit module links.