• v0.1.3 bce5563109

    v0.1.3 Stable

    pipeline-bot released this 2026-07-07 11:25:23 +00:00 | 506 commits to main since this release

    Changed

    • Forgejo 14.0.3 → 15.0.3 (LTS) — 14.x is a discontinued release line (no more
      security fixes); 15.0.3 is the current LTS (supported to 2027-07). forgejoVersion is
      now set explicitly in the XStack composition so the bump rolls the existing composite (a
      materialized XRD default does not re-apply). v15 is a one-way DB migration (auto-runs on
      startup; no downgrade) — verified our token scopes + all app.ini keys are v15-valid, and
      a surgical pg_dump of alice_forgejo is taken pre-roll for fast rollback. Expect a
      one-time re-login (v15 de-brands cookie names; moot given OIDC + session=memory).
    • Bound the PR patch-checker[queue.pr_patch_checker] MAX_WORKERS=2. A transient
      error in an on-disk PR test-merge turns into a TERMINAL pr.Status=Error(4) (stale
      mergeable:false + merge API 405 "try again later" until a head push — Forgejo has no
      recompute lever), which wedged batch-lands 2026-07-07; capping concurrent test-merges
      keeps load bursts from inducing those failures.

    Included changes (v0.1.2 -> v0.1.3)

    • 16567486c823 fix(forgejo): upgrade 14.0.3->15.0.3 LTS + bound PR patch-checker
    Downloads