• v0.1.164 749cdb116a

    v0.1.164 Stable

    pipeline-bot released this 2026-07-13 21:39:59 +00:00 | 552 commits to main since this release

    Fixed

    • Revert the release-path Athens routing (0.1.163). Athens (canary image, disk storage,
      DOWNLOAD_MODE=sync) corrupts modules during go's concurrent COLD-fetch of a whole dependency
      graph (zip: not a valid zip file) — the render-installer/envtest cold-fetch the entire codegen
      toolchain at once, and a pre-warm can't avoid it (its own go install does the same concurrent
      cold-fetch, and failed every retry). A corrupt Athens 200 also doesn't trip the ,direct
      fallback. Both steps are back on proxy.golang.org (transient HTTP/2 flake, resubmittable). Athens
      stays build-path-only (buildkit's gomod cache avoids the cold-fetch) until its concurrency
      corruption is fixed — likely pinning off the canary image.

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

    • 50719a0646e6 revert(release): Athens routing corrupts concurrent cold-fetch (breaks image releases)
    Downloads