• v0.6.23 147c9464ef

    v0.6.23 Stable

    pipeline-bot released this 2026-07-17 13:15:56 +00:00 | 19 commits to main since this release

    Added

    • Forgejo 16 compatibility regression guard (forgejo16_compat_test.go): asserts the
      operator's auto-probing client clears its highest SDK version gate (tag protection,
      ≥1.23.0) against the Forgejo version-string format X.Y.Z+gitea-A.B.C — verified live
      as 15.0.3+gitea-1.22.0. go-version reads the Forgejo product core (15/16/…) and ignores
      the +gitea- build metadata, so a Forgejo major bump only moves the compared version up.
      The test goes red if a future SDK bump raises a gate above the advertised core, or if
      Forgejo drops the product core from its version string. No operator code change needed for
      Forgejo 16.

    Included changes (v0.6.22 -> v0.6.23)

    • 2c953784de45 test(forgejo16): guard operator clears SDK gates against Forgejo 16 version string
    Downloads