v2.11.9
📦 kumaView on GitHub →
✨ 1 features🐛 4 fixes🔧 3 symbols
Summary
This release introduces an optimization for MeshTrafficPermission using cliques and resolves several bugs related to Helm configuration, KDS server blocking, MeshMetric scraping, and transparent proxy DNS handling. Several dependencies were also updated.
✨ New Features
- MeshTrafficPermission now uses cliques instead of connected components as an optimization when building rules.
🐛 Bug Fixes
- Fixed an error occurring in Helm charts when `namespaceAllowList` is unset in values.yaml.
- Resolved an issue where the KDS server Send blocks if the client does not call Recv for some time.
- Added logging for MeshMetric application scraping failures in kuma-dp.
- Allowed TCP DNS queries in the transparent proxy implementation.