Skip to content

Commit 3e032ad

Browse files
authored
Preparing release v0.32.0 (#1167)
Updating image defaults and changelog
1 parent 3177b1a commit 3e032ad

File tree

6 files changed

+33
-18
lines changed

6 files changed

+33
-18
lines changed

CHANGELOG.md

Lines changed: 19 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,30 @@
11
## Unreleased
22

3+
## 0.32.0 (January 14, 2026)
4+
35
Changes:
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

1430
Changes:

Chart.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@
33

44
apiVersion: v2
55
name: vault
6-
version: 0.31.0
7-
appVersion: 1.20.4
6+
version: 0.32.0
7+
appVersion: 1.21.2
88
kubeVersion: ">= 1.20.0-0"
99
description: Official HashiCorp Vault Chart
1010
home: https://www.vaultproject.io

templates/_helpers.tpl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{{/*
2-
Copyright (c) HashiCorp, Inc.
2+
Copyright IBM Corp. 2018, 2025
33
SPDX-License-Identifier: MPL-2.0
44
*/}}
55

templates/server-serviceca-configmap.yaml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{{/*
2-
Copyright (c) HashiCorp, Inc.
2+
Copyright IBM Corp. 2018, 2025
33
SPDX-License-Identifier: MPL-2.0
44
*/}}
55

@@ -20,4 +20,3 @@ metadata:
2020
service.beta.openshift.io/inject-cabundle: "true"
2121
data: {}
2222
{{- end }}
23-

values.openshift.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -9,26 +9,26 @@ global:
99
injector:
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

1818
server:
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

2626
csi:
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"

values.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)