• v0.5.14 5a24d168bb

    v0.5.14 Stable

    pipeline-bot released this 2026-07-17 11:10:50 +00:00 | 13 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: the Makefile's shared
      dev-loop targets (manifests/generate/fmt/vet/test/lint*) and the whole
      Dependencies section (tool pins + installers, go.mod-derived envtest
      versions) are replaced by a vendored operator.mk include (re-synced by the
      lib-bump autoland); the project Makefile keeps only repo-specific targets
      (docker-*, build-installer, deploy/install, e2e). make test no longer
      copies cover.out to coverage.txt (nothing consumed it).
    • Adopt libseanfarm-operator v0.4.12 httpkit/reconcile helpers: local
      errorBodyExcerpt/maxErrorBodyExcerpt -> httpkit.ErrorExcerpt (same 512-byte
      bound, now structurally tied to the lib's condition-message limit), local
      maxResponseBodySize bounded reads -> httpkit.BoundedRead/httpkit.MaxResponseBytes
      (same 1 MiB), and getPasswordFromSecret -> reconcile.SecretValue (identical
      value+resourceVersion contract; the ObservedSecretResourceVersion convention is
      unchanged — the secret-not-found error now includes the namespace).

    Included changes (v0.5.13 -> v0.5.14)

    • 59c4521e3944 chore(scaffolding): adopt operator.mk + httpkit helpers (lib v0.4.12)
    • b6f76db276be chore(deps): bump libseanfarm-operator v0.4.11 -> v0.4.12 (lib-autobump)
    Downloads