From 36dafa02c09eb24afb07de9895ff734b8e3bfd6a Mon Sep 17 00:00:00 2001 From: Kyle Schochenmaier Date: Mon, 30 Oct 2023 14:26:38 -0500 Subject: [PATCH] Prepare for release 0.26.1 (#970) * Prepare for release 0.26.1 --- CHANGELOG.md | 5 +++++ Chart.yaml | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e3a42abd9..87ffb2099 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,10 @@ ## Unreleased +## 0.26.1 (October 30, 2023) + +Bugs: +* 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) Changes: diff --git a/Chart.yaml b/Chart.yaml index e573370b7..0bf3f3c2c 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