From 35e6377d2e441567407aba6b3bbb681d3be2d6e4 Mon Sep 17 00:00:00 2001 From: Dan Constantinescu Date: Mon, 4 Oct 2021 13:28:42 -0400 Subject: [PATCH] update changelog Signed-off-by: Dan Constantinescu --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 890af30b..b82a2a01 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -15,6 +15,7 @@ * [ENHANCEMENT] Optionally generate endpoints for `X-Scope-OrgID` injection (multi-tenancy) #180 * [ENHANCEMENT] Optionally configure Basic Auth within Nginx #205 * [ENHANCEMENT] Add extraEndpointSpec to all servicemonitors for specifying things like TLS #216 +* [ENHANCEMENT] Update container names to match cortex-mixin expectations #233 * [BUGFIX] Fix whitespace in runtime-config annotations, introduced in #209, fixed in #212 * [BUGFIX] Correcting nginx config for auth orgs to right proxy_pass #192