-
v0.6.7 Stable
released this
2026-07-01 10:36:26 +00:00 | 108 commits to main since this releaseChanged
- CI: route Go module fetches through the in-cluster Athens proxy (
GOPROXY,
directfallback) in both the ci-test validate and the multi-arch image build,
and verified a build fetches its modules (the gitea SDK) via Athens — cold builds
no longer re-download the module graph fromproxy.golang.org.
Downloads
-
Source code (ZIP)
0 downloads
-
Source code (TAR.GZ)
0 downloads
- CI: route Go module fetches through the in-cluster Athens proxy (
-
v0.6.6 Stable
released this
2026-06-28 13:39:31 +00:00 | 111 commits to main since this releaseAdded
- In-cluster CI/CD pipeline (the seanfarm release path): a multi-arch image build via buildkitd
(cross-compiled, no qemu) → cosign-EC signed push toregistry.sean.farm/seanfarm/forgejo-operator
→make build-installer→ an in-cluster release (lightweight tag + a Forgejo Release carrying the
changelog notes + the renderedinstall.yamlas an asset). Adds thestagingdev-trunk branch,
aVERSIONfile, this CHANGELOG, and amake test(envtest) CI gate.
Changed
Dockerfile: pin the builder stage to$BUILDPLATFORMso the multi-arch build cross-compiles on
the native host instead of qemu-emulating the arm64 leg.
Downloads
-
Source code (ZIP)
0 downloads
-
Source code (TAR.GZ)
0 downloads
- In-cluster CI/CD pipeline (the seanfarm release path): a multi-arch image build via buildkitd