From 0649ecb27bd23003a80d44becd9343f5fab9c000 Mon Sep 17 00:00:00 2001 From: Kyle Schochenmaier Date: Mon, 30 Oct 2023 13:12:24 -0500 Subject: [PATCH 1/2] Prepare for release 0.26.1 --- CHANGELOG.md | 9 +++++++++ Chart.yaml | 2 +- 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e3a42ab..4dde1a5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,7 +1,16 @@ ## Unreleased +## 0.26.1 (October 30, 2023) + +Bugs: +* Fix templating of `server.ha.replicas` when set via override file. [GH-961](https://github.com/hashicorp/vault-helm/pull/961) + ## 0.26.0 (October 27, 2023) +KNOWN ISSUES: + +* The chart will ignore `server.ha.replicas` and always deploy 3 server replicas when `server.ha.enabled=true` unless overridden by command line when issuing the helm command: `--set server.ha.replicas=`. Fixed in [GH-961](https://github.com/hashicorp/vault-helm/pull/961) + Changes: * Default `vault` version updated to 1.15.1 * Default `vault-k8s` version updated to 1.3.1 diff --git a/Chart.yaml b/Chart.yaml index e573370..0bf3f3c 100644 --- a/Chart.yaml +++ b/Chart.yaml @@ -3,7 +3,7 @@ apiVersion: v2 name: vault -version: 0.26.0 +version: 0.26.1 appVersion: 1.15.1 kubeVersion: ">= 1.20.0-0" description: Official HashiCorp Vault Chart From 8f8d31e23c1220a90521908e91882273431df1a7 Mon Sep 17 00:00:00 2001 From: Kyle Schochenmaier Date: Mon, 30 Oct 2023 14:04:35 -0500 Subject: [PATCH 2/2] update changelog --- CHANGELOG.md | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4dde1a5..87ffb20 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,14 +3,10 @@ ## 0.26.1 (October 30, 2023) Bugs: -* Fix templating of `server.ha.replicas` when set via override file. [GH-961](https://github.com/hashicorp/vault-helm/pull/961) +* Fix templating of `server.ha.replicas` when set via override file. The `0.26.0` chart would ignore `server.ha.replicas` and always deploy 3 server replicas when `server.ha.enabled=true` unless overridden by command line when issuing the helm command: `--set server.ha.replicas=`. Fixed in [GH-961](https://github.com/hashicorp/vault-helm/pull/961) ## 0.26.0 (October 27, 2023) -KNOWN ISSUES: - -* The chart will ignore `server.ha.replicas` and always deploy 3 server replicas when `server.ha.enabled=true` unless overridden by command line when issuing the helm command: `--set server.ha.replicas=`. Fixed in [GH-961](https://github.com/hashicorp/vault-helm/pull/961) - Changes: * Default `vault` version updated to 1.15.1 * Default `vault-k8s` version updated to 1.3.1