Skip to content

Commit 36dafa0

Browse files
authored
Prepare for release 0.26.1 (#970)
* Prepare for release 0.26.1
1 parent 9b3ceaa commit 36dafa0

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
## Unreleased
22

3+
## 0.26.1 (October 30, 2023)
4+
5+
Bugs:
6+
* 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)
7+
38
## 0.26.0 (October 27, 2023)
49

510
Changes:

Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
apiVersion: v2
55
name: vault
6-
version: 0.26.0
6+
version: 0.26.1
77
appVersion: 1.15.1
88
kubeVersion: ">= 1.20.0-0"
99
description: Official HashiCorp Vault Chart

0 commit comments

Comments
 (0)