Skip to content

Commit d52c4a5

Browse files
authored
Prepare for 0.24.0 release (#868)
1 parent 0fe9164 commit d52c4a5

File tree

5 files changed

+6
-4
lines changed

5 files changed

+6
-4
lines changed

CHANGELOG.md

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

3+
## 0.24.0 (April 6, 2023)
4+
35
Changes:
46
* Earliest Kubernetes version tested is now 1.22
57
* `vault` updated to 1.13.1

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.23.0
6+
version: 0.24.0
77
appVersion: 1.13.1
88
kubeVersion: ">= 1.22.0-0"
99
description: Official HashiCorp Vault Chart

test/acceptance/csi.bats

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ load _helpers
1414
CSI_DRIVER_VERSION=1.3.2
1515
helm install secrets-store-csi-driver secrets-store-csi-driver \
1616
--repo https://kubernetes-sigs.github.io/secrets-store-csi-driver/charts \
17-
--version=$(CSI_DRIVER_VERSION) \
17+
--version=$CSI_DRIVER_VERSION \
1818
--wait --timeout=5m \
1919
--namespace=acceptance \
2020
--set linux.image.pullPolicy="IfNotPresent" \

values.openshift.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ global:
99
injector:
1010
image:
1111
repository: "registry.connect.redhat.com/hashicorp/vault-k8s"
12-
tag: "1.1.0-ubi"
12+
tag: "1.2.1-ubi"
1313

1414
agentImage:
1515
repository: "registry.connect.redhat.com/hashicorp/vault"

values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ injector:
6565
# image sets the repo and tag of the vault-k8s image to use for the injector.
6666
image:
6767
repository: "hashicorp/vault-k8s"
68-
tag: "1.1.0"
68+
tag: "1.2.1"
6969
pullPolicy: IfNotPresent
7070

7171
# agentImage sets the repo and tag of the Vault image to use for the Vault Agent

0 commit comments

Comments
 (0)