Fixes
- Fix regex safety check for CORS allowed origins. Other instances in gloo already checked the regex either through compile or envoy validate. (#7524)
- Infer the gloo deployment name in cases where the deployment name is not the default
gloo
. The gloo deployment is identified by thegloo=gloo
label. (#9163) - Optimizes the
glooctl check
command by reducing the time taken to check resources by almost half in large environments consisting of over 500 namespaces (#9673) - Fix a bug where the service and function names of a discovered gRPC service are not printed when running glooctl get upstreams (#9644)