• v0.1.163 8f6fd3f292

    v0.1.163 Stable

    pipeline-bot released this 2026-07-13 19:51:04 +00:00 | 556 commits to main since this release

    Changed

    • Release-path Go steps route through the in-cluster Athens proxy (reliability). The envtest gate
      (pipeline-test-envtest) and the image-release render-installer (make build-installer) both
      fetched modules from the public proxy.golang.org — an HTTP/2 stream INTERNAL_ERROR on
      k8s.io/apimachinery failed a release 2026-07-13. Both now use
      GOPROXY=http://athens.athens.svc.cluster.local:3000,direct — the exact proxy the buildkit build
      path already uses — so cached modules come from in-cluster Athens and anything uncached falls
      through to direct. go.sum still gates integrity (a bad Athens zip fails loud, never poisons the
      build). No more public-proxy dependency on the release path.

    Included changes (v0.1.162 -> v0.1.163)

    • 184cfd78da40 perf(release): route envtest + render-installer through Athens, not proxy.golang.org
    Downloads