diff --git a/changelogs/unreleased/4169-skriss-minor.md b/changelogs/unreleased/4169-skriss-minor.md new file mode 100644 index 00000000000..b3561bdc981 --- /dev/null +++ b/changelogs/unreleased/4169-skriss-minor.md @@ -0,0 +1,5 @@ +### HTTPProxy TCPProxy service weights are now applied + +Previously, Contour did not apply any service weights defined in an HTTPProxy's TCPProxy, and all services were equally weighted. +Now, if those weights are defined, they are applied so traffic is weighted appropriately across the services. +Note that if no TCPProxy service weights are defined, traffic continues to be equally spread across all services.