• v0.1.165 71c233ad68

    v0.1.165 Stable

    pipeline-bot released this 2026-07-13 22:07:21 +00:00 | 548 commits to main since this release

    Fixed

    • Release-path Go steps retry a transient module-fetch flake. proxy.golang.org occasionally
      returns an HTTP/2 stream INTERNAL_ERROR that truncates a download and fails a release; until now
      that needed a manual resubmit. render-installer (make build-installer, no tests) now retries the
      whole build up to 3× with a go clean -modcache between tries; the envtest gate retries only
      go mod download (up to 3×) and then runs go test exactly ONCE from the warm cache — so a
      transient fetch flake self-heals, but a genuinely red/flaky test is never masked by a retried
      go test. (This is the certain fix for the flake the reverted Athens routing had tried to solve.)

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

    • 9d49898ad989 fix(release): retry transient module-fetch flake on the release-path Go steps
    Downloads