From 3c7edc4e150dd71099b367dbf1ccddf6c1595067 Mon Sep 17 00:00:00 2001 From: Christopher Swenson Date: Thu, 28 Apr 2022 10:51:41 -0700 Subject: [PATCH 1/2] Update the changelog with changes from 614 and 652 --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 52cab2770..d0ad46144 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,7 @@ CHANGES: * Vault default image to 1.9.3 * CSI provider default image to 1.1.0 * Earliest Kubernetes version tested is now 1.16 +* Support topologySpreadConstraints in server and injector. [GH-614](https://github.com/hashicorp/vault-helm/pull/614) and [GH-652](https://github.com/hashicorp/vault-helm/pull/652) Improvements: * CSI: Set `extraLabels` for daemonset, pods, and service account [GH-690](https://github.com/hashicorp/vault-helm/pull/690) From b50f0840ac1301f4ec7301e0b06c2b8aac3caff6 Mon Sep 17 00:00:00 2001 From: Christopher Swenson Date: Thu, 28 Apr 2022 11:03:38 -0700 Subject: [PATCH 2/2] Update CHANGELOG.md Co-authored-by: Theron Voran --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d0ad46144..46c243178 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,7 +6,7 @@ CHANGES: * Vault default image to 1.9.3 * CSI provider default image to 1.1.0 * Earliest Kubernetes version tested is now 1.16 -* Support topologySpreadConstraints in server and injector. [GH-614](https://github.com/hashicorp/vault-helm/pull/614) and [GH-652](https://github.com/hashicorp/vault-helm/pull/652) +* Support topologySpreadConstraints in server and injector. [GH-652](https://github.com/hashicorp/vault-helm/pull/652) Improvements: * CSI: Set `extraLabels` for daemonset, pods, and service account [GH-690](https://github.com/hashicorp/vault-helm/pull/690)