edge-25.11.3
Breaking Changes📦 linkerd
⚠ 1 breaking✨ 1 features🐛 1 fixes🔧 4 symbols
Summary
This release merges the proxy-init image into the proxy image for simplification and fixes an issue where HTTPRoute timeouts were not being correctly honored for gateway API resources.
⚠️ Breaking Changes
- The separate `proxy-init` image has been removed and merged into the main `proxy` image. If you were explicitly referencing the `proxy-init` image, you must now use the `proxy` image instead.
Migration Steps
- If you were explicitly using the `proxy-init` image, update your configurations to use the `proxy` image in its place.
✨ New Features
- The proxy and proxy-init images have been combined into a single, minimal base image for simplification and size reduction.
🐛 Bug Fixes
- The timeout value specified in `gateway.networking.k8s.io` HTTPRoutes is now correctly honored, aligning its behavior with `policy.linkerd.io` HTTPRoutes.
🔧 Affected Symbols
proxy-init imageproxy imagegateway.networking.k8s.io HTTPRoutespolicy.linkerd.io HTTPRoutes