• v0.5.5 68ff262720

    v0.5.5 Stable

    gitea_admin released this 2026-07-01 10:32:40 +00:00 | 79 commits to trunk since this release

    Changed

    • CI/build: bring the Dockerfiles to parity with the sibling operators — route Go
      module fetches through the in-cluster Athens proxy (GOPROXY, direct fallback),
      add the # syntax directive + buildkit gomod/go-build cache mounts, and drop
      go build -a (which force-rebuilt every package and defeated the go-build cache).
      Cold builds no longer re-download the module graph from proxy.golang.org.
    Downloads
  • v0.5.4 223da31266

    v0.5.4 Stable

    gitea_admin released this 2026-06-28 18:21:08 +00:00 | 85 commits to trunk since this release

    Changed

    • Onboarded to the seanfarm consolidated CI/CD pipeline (staging-trunk model): releases
      now ship via the shared ArgoCD-delivered go-operator-image pipeline (buildkitd build,
      cosign-EC sign by digest, dist/install.yaml) instead of Forgejo Actions. Added a
      staging dev trunk, ci-test.Dockerfile, and a make build-installer target.
    Downloads