-
v0.6.23 Stable
released this
2026-07-17 13:15:56 +00:00 | 19 commits to main since this releaseAdded
- 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 formatX.Y.Z+gitea-A.B.C— verified live
as15.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)
2c953784de45test(forgejo16): guard operator clears SDK gates against Forgejo 16 version string
Downloads
-
Source code (ZIP)
0 downloads
-
Source code (TAR.GZ)
0 downloads
- Forgejo 16 compatibility regression guard (