Prepare for release 0.26.1 (#970)

* Prepare for release 0.26.1
This commit is contained in:
Kyle Schochenmaier 2023-10-30 14:26:38 -05:00 committed by GitHub
parent 9b3ceaac99
commit 36dafa02c0
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 6 additions and 1 deletions

View file

@ -1,5 +1,10 @@
## Unreleased ## 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=<some_number>`. Fixed in [GH-961](https://github.com/hashicorp/vault-helm/pull/961)
## 0.26.0 (October 27, 2023) ## 0.26.0 (October 27, 2023)
Changes: Changes:

View file

@ -3,7 +3,7 @@
apiVersion: v2 apiVersion: v2
name: vault name: vault
version: 0.26.0 version: 0.26.1
appVersion: 1.15.1 appVersion: 1.15.1
kubeVersion: ">= 1.20.0-0" kubeVersion: ">= 1.20.0-0"
description: Official HashiCorp Vault Chart description: Official HashiCorp Vault Chart