diff --git a/changelogs/unreleased/6016-relu-minor.md b/changelogs/unreleased/6016-relu-minor.md new file mode 100644 index 00000000000..065c1994791 --- /dev/null +++ b/changelogs/unreleased/6016-relu-minor.md @@ -0,0 +1,5 @@ +## Support for per-host circuit breaker max-connections threshold + +Adds support for setting per-host circuit breaker max-connections threshold, +enabling Envoy to enforce a maximum number of connections for each individual +Kubernetes service endpoint using a new service-level annotation: `projectcontour.io/per-host-max-connections`.