v1.22.7
📦 consul-connectView on GitHub →
✨ 2 features🐛 1 fixes🔧 3 symbols
Summary
Version 1.22.7 primarily addresses several security vulnerabilities by updating dependencies like grpc and otel, and includes improvements to ACL token naming and discovery chain hashing.
Migration Steps
- If relying on the internal hashing mechanism of the discovery chain, note that hashstructure_v2 is no longer used and has been replaced by custom implementations.
✨ New Features
- ACLs: Added TokenNameFormat field to auth-method and parsing for token name.
- Discovery Chain: Replaced use of hashstructure_v2 with explicit custom hash implementations for compiled discovery chain hashing.
🐛 Bug Fixes
- API Gateway: Fixed HTTPRoute PathPrefix routing to preserve the original request path when `replacePrefixMatch` is not configured.