update changelog

This commit is contained in:
Kyle Schochenmaier 2023-10-30 14:04:35 -05:00
parent 0649ecb27b
commit 8f8d31e23c
No known key found for this signature in database
GPG key ID: A410773E3C505841

View file

@ -3,14 +3,10 @@
## 0.26.1 (October 30, 2023) ## 0.26.1 (October 30, 2023)
Bugs: 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=<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)
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=<some_number>`. Fixed in [GH-961](https://github.com/hashicorp/vault-helm/pull/961)
Changes: Changes:
* Default `vault` version updated to 1.15.1 * Default `vault` version updated to 1.15.1
* Default `vault-k8s` version updated to 1.3.1 * Default `vault-k8s` version updated to 1.3.1