diff --git a/CHANGELOG.md b/CHANGELOG.md index e3a42abd..87ffb209 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 e573370b..0bf3f3c2 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