New Features
- Adds the ability to deep merge discovered annotation config specified via the
gloo.solo.io/upstream_config
annotation with default upstream config. A user can enable this feature by setting thegloo.solo.io/upstream_config/deep_merge
annotation totrue
on the service for which an upstream is discovered. (#6005)
Fixes
- Update proxy API metadata fields to have a non opaque option. The previous option, now deprecated,
was very inefficient due to many json marshal/unmarshals. (#5976) - Disabling discovery prevents creation of Service Account and assignment to Role Binding resources (#5866)
- Fix indentation with selector in discovery service (#6041)
- Cache transformation validation results in transformation plugin. (#5720)