• v3.4.1 b5b53ff478

    v3.4.1
    Some checks failed
    Release / Build and push versioned images (push) Failing after 9s
    Release / Create Forgejo release (push) Successful in 14s
    CI / Backend lint (ruff) (push) Successful in 1m58s
    CI / Frontend tests, audit, and build (push) Successful in 2m7s
    CI / Docker image build (push) Successful in 3m43s
    CI / Bot tests and audit (push) Successful in 4m17s
    CI / Backend migration, tests, and audit (push) Successful in 6m6s
    Stable

    rbrooks released this 2026-07-16 18:27:12 +00:00 | 737 commits to main since this release

    Patch: deploy healthcheck fix.

    Fixed

    • [ops] Frontend healthcheck probes 127.0.0.1 instead of localhost — the
      nginx:alpine image maps localhost to IPv6 ::1 only, but nginx binds IPv4
      0.0.0.0:80, so the #84 wget --spider http://localhost/ healthcheck got
      connection-refused and flapped the container unhealthy even though nginx
      served fine. (backend/bot use Debian images where localhost resolves to
      127.0.0.1, so they were unaffected.)
    Downloads