v1.6.1
Major Changes Since v1.6.0
Test & Conformance
- Change the port used in
TCPRouteMultipleRoutesAttachment. (#5053, @davidjumani) - Respect
CleanupTestResourcesforBackendTLSPolicy,TCPRouteMultipleRoutesAttachmentandUDPRouteMultipleRoutesAttachment(#5065, @snorwin) - Fix
SetupTimeoutConfig()not respecting defaults forListenerSetMustHaveCondition,ListenerSetListenersMustHaveConditions, andRequiredConsecutiveSuccesses. (#5066, @immanuwell) - Honour
tcpRouteMustHaveConditionandudpRouteMustHaveConditiontimeouts which were silently ignore. (#5067, @immanuwell)
Other (Cleanup or Flake)
- Fix
GatewayStaticAddressestest flake by waiting for status.addresses to be published instead of assuming it appears atomically with Programmed. (#5038, @howardjohn) - Fix
GatewayInfrastructuretest flake by polling for generated infrastructure resources instead of assuming immediate visibility after the gateway is accepted. (#5047, @howardjohn) - Fix flaky
TCPRouteWeightedRoutingandUDPRouteWeightedRoutingconformance tests by adding a data-plane readiness check before performing weighted routing assertions. (#5064, @arybolovlev)