• v0.6.22 01e091b21a

    v0.6.22 Stable

    pipeline-bot released this 2026-07-17 11:17:45 +00:00 | 23 commits to main since this release

    Changed

    • Bump libseanfarm-operator v0.4.11 -> v0.4.12 (lib-autobump: rides the shared-library release train; the envtest release gate validates the suite against it on the next ship).
    • Adopt the lib's canonical operator.mk scaffolding: vendor it and shrink the Makefile to project vars + repo-specific targets (build/docker/e2e/deploy) — the shared dev-loop targets and tool pins (manifests/generate/fmt/vet/test/lint*, Dependencies) now come from the include, re-synced by the lib-bump autoland on every lib release.
    • Migrate hand-rolled HTTP/secret helpers onto libseanfarm-operator v0.4.12: hashSecret -> reconcile.HashValue, getAuthTokenFromSecret -> thin wrapper over reconcile.SecretValue, and the endpoint-keyed gitea client cache + sharedTransport -> httpkit.CredentialCache + httpkit.ClusterCATransport (same pooling tuning, extracted from this operator; CA trust inert on the plaintext in-cluster endpoint).

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

    • 5fbc1c0f3a9b chore(scaffolding): adopt operator.mk + httpkit/secret helpers (lib v0.4.12)
    • aac3ec29790c chore(deps): bump libseanfarm-operator v0.4.11 -> v0.4.12 (lib-autobump)
    Downloads