Migrating to Linkerd edge-25.7.1
Version edge-25.7.1 introduces 1 breaking change. This guide details how to update your code.
Released: 7/2/2025
1
Breaking Changes
1
Migration Steps
2
Affected Symbols
⚠️ Check Your Code
If you use any of these symbols, you need to read this guide:
ServiceProfilelinkerd-crds Helm chartBreaking Changes
●Issue #1
Connections to a Service IP using a port not listed in the Service's `spec.ports` are now refused. This aligns Linkerd behavior with current Kubernetes behavior. Users must ensure all connections target ports defined in the Service specification.
Migration Steps
- 1Review Service definitions to ensure all targeted ports are explicitly listed in `spec.ports` to avoid connection refusals.
Release Summary
This release introduces stricter enforcement against connecting to undefined Service ports, aligning Linkerd behavior with Kubernetes standards, and includes several dependency updates and minor fixes.
Need More Details?
View the full release notes and all changes for Linkerd edge-25.7.1.
View Full Changelog