Skip to content

Commit 2b30383

Browse files
committed
Bump version to 25.3.0-rc.3
Signed-off-by: Dr. Jan-Philip Gehrcke <[email protected]>
1 parent f537b96 commit 2b30383

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,10 +19,10 @@ 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-rc.2"
22+
version: "25.3.0-rc.3"
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-rc.2"
28+
appVersion: "25.3.0-rc.3"

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-rc.2
21+
VERSION ?= v25.3.0-rc.3
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)