Skip to content

Commit e3d43f6

Browse files
authored
Merge pull request #531 from jgehrcke/jp/version-bump-2531
Bump version to v25.3.1
2 parents f954893 + eecbd4a commit e3d43f6

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

deployments/helm/nvidia-dra-driver-gpu/Chart.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,13 +19,13 @@ description: Official Helm chart for the NVIDIA DRA Driver for GPUs
1919
type: application
2020

2121
# Note(JP): strict semver: no v prefix allowed
22-
version: "25.3.0"
22+
version: "25.3.1"
2323

2424
# Note(JP): templating logic consumes `appVersion` for building the default
2525
# `tag` value used in a k8s image specification. That logic expects the version
2626
# number below to not have a "v" prefix (a "v" is added by said logic to yield a
2727
# valid image reference).
28-
appVersion: "25.3.0"
28+
appVersion: "25.3.1"
2929

3030
# The kubeVersion puts constraints on the Kubernetes versions where this helm
3131
# chart can be installed. Note a '-0' at the end of a version string in the

versions.mk

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ MODULE := github.com/NVIDIA/$(DRIVER_NAME)
1818

1919
REGISTRY ?= nvcr.io/nvidia
2020

21-
VERSION ?= v25.3.0
21+
VERSION ?= v25.3.1
2222

2323
# vVERSION represents the version with a guaranteed v-prefix
2424
# Note: this is probably not consumed in our build chain.

0 commit comments

Comments
 (0)