-
v0.1.163 Stable
released this
2026-07-13 19:51:04 +00:00 | 556 commits to main since this releaseChanged
- Release-path Go steps route through the in-cluster Athens proxy (reliability). The envtest gate
(pipeline-test-envtest) and the image-releaserender-installer(make build-installer) both
fetched modules from the publicproxy.golang.org— an HTTP/2stream INTERNAL_ERRORon
k8s.io/apimachineryfailed 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 todirect.go.sumstill 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)
184cfd78da40perf(release): route envtest + render-installer through Athens, not proxy.golang.org
Downloads
-
Source code (ZIP)
0 downloads
-
Source code (TAR.GZ)
0 downloads
- Release-path Go steps route through the in-cluster Athens proxy (reliability). The envtest gate