• v0.1.138 b5f4acc1a9

    v0.1.138 Stable

    pipeline-bot released this 2026-07-12 07:32:42 +00:00 | 661 commits to main since this release

    Changed

    • envtest gate stops fetching its control plane at run time (Phase 2b). The
      pipeline-test-envtest step ran go 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 new envtest-tester:v1 AlmaLinux image, which bakes Go 1.26.5
      (GOTOOLCHAIN=local), setup-envtest, and the envtest 1.35.0 assets at a fixed
      KUBEBUILDER_ASSETS path — 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)

    • 380feb174c5d feat(envtest): test gate runs on baked envtest-tester:v1 (no runtime setup-envtest fetch)
    Downloads