-
v0.1.19 Stable
released this
2026-07-10 14:14:43 +00:00 | 422 commits to main since this release- fix(forgejo signing): copy-signing-key initContainer must run BEFORE configure-gitea.
configure-gitea runsforgejo migrate, which loads [repository.signing] and READS the key —
so the key must be placed first. (3a shipped it last → Forgejo boot-fail-fast "could not read
repository signing key".) Reorder is index-safe: all 4 initContainers use the same forgejo
image and init-app-ini stays index 1.
Included changes (v0.1.18 -> v0.1.19)
9ec57b2904c1fix(forgejo): copy-signing-key initContainer before configure-gitea
Downloads
-
Source code (ZIP)
0 downloads
-
Source code (TAR.GZ)
0 downloads
- fix(forgejo signing): copy-signing-key initContainer must run BEFORE configure-gitea.