Important
This release introduces two related changes to align with Go module versioning conventions:
- Module path: Kuma now uses
github.com/kumahq/kuma/v2(with/v2suffix) - Release tags: Tags now include the
vprefix (e.g.,v2.7.20instead of2.7.20)
These breaking changes only affect Go projects that directly reference Kuma as a dependency in their code. Regular Kuma users are not affected.
Changelog
- chore(deps): bump
goto1.24.9#14821 #14825 @bartsmykla - chore(deps): bump github.com/containerd/containerd from 1.7.27 to 1.7.29 #14930 @renovate
- chore(deps): bump golang.org/x/crypto from 0.40.0 to 0.43.0 #14996 @renovate
- feat(deps)!: migrate module path to github.com/kumahq/kuma/v2 #15032 @bartsmykla
- fix(xds): set keepalive configuration for dpp to cpp connection (backport of #14912) #14924 @kumahq
- perf(rules): optimize SubsetIter to enumerate only correct subsets (backport of #14862) #14868 @kumahq