-
v0.5.14 Stable
released this
2026-07-17 11:10:50 +00:00 | 13 commits to main since this releaseChanged
- Bump
libseanfarm-operatorv0.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.mkscaffolding: 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 vendoredoperator.mkinclude (re-synced by the
lib-bump autoland); the project Makefile keeps only repo-specific targets
(docker-*, build-installer, deploy/install, e2e).make testno longer
copiescover.outtocoverage.txt(nothing consumed it). - Adopt libseanfarm-operator v0.4.12
httpkit/reconcilehelpers: local
errorBodyExcerpt/maxErrorBodyExcerpt->httpkit.ErrorExcerpt(same 512-byte
bound, now structurally tied to the lib's condition-message limit), local
maxResponseBodySizebounded reads ->httpkit.BoundedRead/httpkit.MaxResponseBytes
(same 1 MiB), andgetPasswordFromSecret->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)
59c4521e3944chore(scaffolding): adopt operator.mk + httpkit helpers (lib v0.4.12)b6f76db276bechore(deps): bump libseanfarm-operator v0.4.11 -> v0.4.12 (lib-autobump)
Downloads
-
Source code (ZIP)
0 downloads
-
Source code (TAR.GZ)
0 downloads
- Bump