There was an error while loading. Please reload this page.
1 parent 4fbda98 commit a6234f5Copy full SHA for a6234f5
2 files changed
CHANGELOG.md
@@ -1,5 +1,18 @@
1
# Changelog
2
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
16
## v3.70.0 - 2026-06-11
17
18
### Added
internal/version/version.txt
@@ -1 +1 @@
-3.70.0
+3.71.0
0 commit comments