New Features
- Allow users to select specific destinations as ingress gateways for meshes in the same virtual mesh. (https://github.com/solo-io/gloo-mesh-enterprise/issues/659)
Fixes
- Run Gloo Mesh docker images as non root user. (https://github.com/solo-io/gloo-mesh-enterprise/issues/763)
- Fix a potential bug in the generated istio virtual service when using a traffic policy that selects a kubernetes service that itself has several ports. Before this fix, the generated virtual service did not have an istio
HttpMatchRequest
for each port, so HTTP requests would always match the first route on the virtual service (which might have the wrong port) rather than the correct route. (#1639) - Fix a bug where the VirtualService translator overwrites the RouteDestination's port declared on the TrafficPolicy's traffic shift. (#1706)