Skip to content

Commit

Permalink
Prepare for release 0.26.1
Browse files Browse the repository at this point in the history
  • Loading branch information
kschoche committed Oct 30, 2023
1 parent 9b3ceaa commit 0649ecb
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,16 @@
## Unreleased

## 0.26.1 (October 30, 2023)

Bugs:
* Fix templating of `server.ha.replicas` when set via override file. [GH-961](https://github.com/hashicorp/vault-helm/pull/961)

## 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:
* Default `vault` version updated to 1.15.1
* Default `vault-k8s` version updated to 1.3.1
Expand Down
2 changes: 1 addition & 1 deletion Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 0649ecb

Please sign in to comment.