File tree Expand file tree Collapse file tree 6 files changed +33
-18
lines changed
Expand file tree Collapse file tree 6 files changed +33
-18
lines changed Original file line number Diff line number Diff line change 11## Unreleased
22
3+ ## 0.32.0 (January 14, 2026)
4+
35Changes:
46
5- * Default ` vault ` version updated to 1.21.0
6- * Default ` vault-csi-provider ` version updated to 1.6 .0
7- * Default ` vault-k8s ` version updated to 1.7.1
7+ * Default ` vault ` version updated to 1.21.2
8+ * Default ` vault-csi-provider ` version updated to 1.7 .0
9+ * Default ` vault-k8s ` version updated to 1.7.2
810* Tested with Vault versions 1.21-1.19, 1.16
911* Tested with Kubernetes versions 1.35-1.31
1012* Test with Kind v0.31.0
1113
14+ Features:
15+
16+ * server: Add OpenShift service-ca operator automation [ GH-1165 ] ( https://github.com/hashicorp/vault-helm/pull/1165 )
17+
18+ Improvements:
19+
20+ * server: Allow users to specify the target service for the ServiceMonitor [ GH-1148 ] ( https://github.com/hashicorp/vault-helm/pull/1148 )
21+
22+ Bugs:
23+
24+ * server: Add namespace to network policy template [ GH-1152 ] ( https://github.com/hashicorp/vault-helm/pull/1152 )
25+ * server: Check if ` disable_mlock ` is already set before adding to end of HCL config [ GH-1154 ] ( https://github.com/hashicorp/vault-helm/pull/1154 )
26+ * server: provide declarative parameters for volumeClaimTemplates [ GH-982 ] ( https://github.com/hashicorp/vault-helm/pull/982 )
27+
1228## 0.31.0 (September 25, 2025)
1329
1430Changes:
Original file line number Diff line number Diff line change 33
44apiVersion : v2
55name : vault
6- version : 0.31 .0
7- appVersion : 1.20.4
6+ version : 0.32 .0
7+ appVersion : 1.21.2
88kubeVersion : " >= 1.20.0-0"
99description : Official HashiCorp Vault Chart
1010home : https://www.vaultproject.io
Original file line number Diff line number Diff line change 11{{/*
2- Copyright (c) HashiCorp, Inc.
2+ Copyright IBM Corp. 2018, 2025
33SPDX-License-Identifier: MPL-2.0
44*/ }}
55
Original file line number Diff line number Diff line change 11{{/*
2- Copyright (c) HashiCorp, Inc.
2+ Copyright IBM Corp. 2018, 2025
33SPDX-License-Identifier : MPL-2.0
44*/}}
55
@@ -20,4 +20,3 @@ metadata:
2020 service.beta.openshift.io/inject-cabundle : " true"
2121data : {}
2222{{- end }}
23-
Original file line number Diff line number Diff line change @@ -9,26 +9,26 @@ global:
99injector :
1010 image :
1111 repository : " registry.connect.redhat.com/hashicorp/vault-k8s"
12- tag : " 1.7.1 -ubi"
12+ tag : " 1.7.2 -ubi"
1313
1414 agentImage :
1515 repository : " registry.connect.redhat.com/hashicorp/vault"
16- tag : " 1.21.0 -ubi"
16+ tag : " 1.21.2 -ubi"
1717
1818server :
1919 image :
2020 repository : " registry.connect.redhat.com/hashicorp/vault"
21- tag : " 1.21.0 -ubi"
21+ tag : " 1.21.2 -ubi"
2222
2323 readinessProbe :
2424 path : " /v1/sys/health?uninitcode=204"
2525
2626csi :
2727 image :
2828 repository : " registry.connect.redhat.com/hashicorp/vault-csi-provider"
29- tag : " 1.6 .0-ubi"
29+ tag : " 1.7 .0-ubi"
3030
3131 agent :
3232 image :
3333 repository : " registry.connect.redhat.com/hashicorp/vault"
34- tag : " 1.21.0 -ubi"
34+ tag : " 1.21.2 -ubi"
Original file line number Diff line number Diff line change @@ -68,15 +68,15 @@ injector:
6868 # image sets the repo and tag of the vault-k8s image to use for the injector.
6969 image :
7070 repository : " hashicorp/vault-k8s"
71- tag : " 1.7.1 "
71+ tag : " 1.7.2 "
7272 pullPolicy : IfNotPresent
7373
7474 # agentImage sets the repo and tag of the Vault image to use for the Vault Agent
7575 # containers. This should be set to the official Vault image. Vault 1.3.1+ is
7676 # required.
7777 agentImage :
7878 repository : " hashicorp/vault"
79- tag : " 1.21.0 "
79+ tag : " 1.21.2 "
8080
8181 # The default values for the injected Vault Agent containers.
8282 agentDefaults :
@@ -417,7 +417,7 @@ server:
417417
418418 image :
419419 repository : " hashicorp/vault"
420- tag : " 1.21.0 "
420+ tag : " 1.21.2 "
421421 # Overrides the default Image Pull Policy
422422 pullPolicy : IfNotPresent
423423
@@ -1140,7 +1140,7 @@ csi:
11401140
11411141 image :
11421142 repository : " hashicorp/vault-csi-provider"
1143- tag : " 1.6 .0"
1143+ tag : " 1.7 .0"
11441144 pullPolicy : IfNotPresent
11451145
11461146 # volumes is a list of volumes made available to all containers. These are rendered
@@ -1231,7 +1231,7 @@ csi:
12311231
12321232 image :
12331233 repository : " hashicorp/vault"
1234- tag : " 1.21.0 "
1234+ tag : " 1.21.2 "
12351235 pullPolicy : IfNotPresent
12361236
12371237 logFormat : standard
You can’t perform that action at this time.
0 commit comments