-
v0.1.138 Stable
released this
2026-07-12 07:32:42 +00:00 | 661 commits to main since this releaseChanged
- envtest gate stops fetching its control plane at run time (Phase 2b). The
pipeline-test-envteststep rango install setup-envtest+setup-envtest use 1.35.0
(downloading a tool + the kube-apiserver/etcd/kubectl binaries) on every run. It now
runs on the newenvtest-tester:v1AlmaLinux image, which bakes Go 1.26.5
(GOTOOLCHAIN=local), setup-envtest, and the envtest 1.35.0 assets at a fixed
KUBEBUILDER_ASSETSpath — zero runtime tool fetch. Go modules still come from
GOPROXY (source data, not a tool); egress-lock + Athens remain a follow-up.
Included changes (v0.1.137 -> v0.1.138)
380feb174c5dfeat(envtest): test gate runs on baked envtest-tester:v1 (no runtime setup-envtest fetch)
Downloads
-
Source code (ZIP)
0 downloads
-
Source code (TAR.GZ)
0 downloads
- envtest gate stops fetching its control plane at run time (Phase 2b). The