From 3996a051cd621e38d5ffe8ce97db0dbe004b2557 Mon Sep 17 00:00:00 2001 From: Ashwin Venkatesh Date: Tue, 30 Nov 2021 14:07:01 -0500 Subject: [PATCH] Update CHANGELOG --- CHANGELOG.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0bd710d7b1..d5b77a5d45 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,10 @@ IMPROVEMENTS: * CLI * Pre-check in the `install` command to verify the correct license secret exists when using an enterprise Consul image. [[GH-875](https://github.com/hashicorp/consul-k8s/pull/875)] +BUG FIXES: +* Helm Chart + * Admin Partitions **(Consul Enterprise only)**: Do not mount Consul CA certs to partition-init job if `externalServers.useSystemRoots` is `true`. [[GH-885](https://github.com/hashicorp/consul-k8s/pull/885)] + ## 0.37.0 (November 18, 2021) BREAKING CHANGES: