• v0.1.19 fbddd87afb

    v0.1.19 Stable

    pipeline-bot 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 runs forgejo 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)

    • 9ec57b2904c1 fix(forgejo): copy-signing-key initContainer before configure-gitea
    Downloads