v2.7.20
Breaking Changes📦 kumaView on GitHub →
⚠ 2 breaking🐛 1 fixes
Summary
This release aligns Kuma with Go module versioning conventions by updating the module path to include /v2 and prefixing release tags with 'v'. It also includes dependency bumps and a fix for XDS keepalive configuration.
⚠️ Breaking Changes
- The module path for Kuma dependencies has changed to `github.com/kumahq/kuma/v2`. Go projects directly referencing Kuma must update their import paths to use the new path.
- Release tags now include a `v` prefix (e.g., `v2.7.20`). This affects how dependencies are referenced via tags.
Migration Steps
- If you are a Go project directly referencing Kuma as a dependency, update your import paths to use the new module path: `github.com/kumahq/kuma/v2`.
🐛 Bug Fixes
- Set keepalive configuration for dpp to cpp connection (backport of #14912).