-
v0.1.3 Stable
released this
2026-07-07 11:25:23 +00:00 | 506 commits to main since this releaseChanged
- 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).forgejoVersionis
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 surgicalpg_dumpofalice_forgejois 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 TERMINALpr.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)
16567486c823fix(forgejo): upgrade 14.0.3->15.0.3 LTS + bound PR patch-checker
Downloads
-
Source code (ZIP)
0 downloads
-
Source code (TAR.GZ)
0 downloads
- Forgejo 14.0.3 → 15.0.3 (LTS) — 14.x is a discontinued release line (no more