Fixes
- There's a bug in how cycles are detected when evaluating a
delegation chain, because of which a multi-level delegation
tree with the same child route being referenced by multiple
parent HTTP routes is broken. This change fixes the detection
of cycles during the evaluation of the delegation chain. (k8sgateway#10379) - Refactors TCPRoute e2e tests to run in parallel, reduce flakes, and parameterize tests for reusability. (#10414)
- Changes endpointslice logging level to debug for transformK8sEndpoints() function. (solo-io/solo-projects#7286)
- Fix the validation of large configurations when using envoy validation. This was rarely seen in practice but occurred more often with the new fullEnvoyConfig validation. Previously if the configuration grew too large translation would be blocked. (solo-io/solo-projects#7089)