Skip to content

Commit a6234f5

Browse files
committed
update changelog and version for v3.71.0
1 parent 4fbda98 commit a6234f5

2 files changed

Lines changed: 14 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,18 @@
11
# Changelog
22

3+
## v3.71.0 - 2026-07-22
4+
5+
### Fixes
6+
7+
- The `oci://` cache now fails fast when the registry is unreachable. Its
8+
HTTP transport previously cloned `http.DefaultTransport`, which has no
9+
response-header timeout and incurs its 30s dial timeout on each retry, so
10+
a blocked egress route dropping packets stalled every cache operation and
11+
the build appeared frozen with no explanation. The transport now uses a
12+
10s connect and 30s response-header timeout, so an unreachable cache fails
13+
fast and the task runs uncached, and a one-time warning per host makes the
14+
fallback visible instead of silent.
15+
316
## v3.70.0 - 2026-06-11
417

518
### Added

internal/version/version.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
3.70.0
1+
3.71.0

0 commit comments

Comments
 (0)