From db56eea171602166a3a8cc1d485488998b8fa7f6 Mon Sep 17 00:00:00 2001 From: "R.B. Boyer" Date: Wed, 14 Oct 2020 09:35:59 -0500 Subject: [PATCH] fix 1.9.0-beta1 changelog formatting (#8941) --- .changelog/8221.txt | 2 +- CHANGELOG.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.changelog/8221.txt b/.changelog/8221.txt index 88a87924b..344399f03 100644 --- a/.changelog/8221.txt +++ b/.changelog/8221.txt @@ -1,3 +1,3 @@ ```release-note:improvement -agent: Return HTTP 429 when connections per clients limit (`limits.http_max_conns_per_client`) has been reached [GH-7527](https://github.com/hashicorp/consul/issues/7527). +agent: Return HTTP 429 when connections per clients limit (`limits.http_max_conns_per_client`) has been reached. ``` diff --git a/CHANGELOG.md b/CHANGELOG.md index c6f0aea82..27528c61e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -23,7 +23,7 @@ FEATURES: IMPROVEMENTS: -* agent: Return HTTP 429 when connections per clients limit (`limits.http_max_conns_per_client`) has been reached [GH-7527](https://github.com/hashicorp/consul/issues/7527). [[GH-8221](https://github.com/hashicorp/consul/issues/8221)] +* agent: Return HTTP 429 when connections per clients limit (`limits.http_max_conns_per_client`) has been reached [[GH-8221](https://github.com/hashicorp/consul/issues/8221)] * agent: add config flag `telemetry { disable_compat_1.9 = (true|false) }` to disable deprecated metrics in 1.9 [[GH-8877](https://github.com/hashicorp/consul/issues/8877)] * agent: add counter `consul.api.http` with labels for each HTTP path and method. This is intended to replace `consul.http...` [[GH-8877](https://github.com/hashicorp/consul/issues/8877)] * agent: allow the /v1/connect/intentions/match endpoint to use the agent cache [[GH-8875](https://github.com/hashicorp/consul/issues/8875)]