Skip to content

Commit 2ef1f2a

Browse files
authored
Merge pull request #697 from jgehrcke/jp/version-bump
Set version to 25.8.0
2 parents cfe35ff + 678f0e8 commit 2ef1f2a

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.8.0-dev"
22+
version: "25.8.0"
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.8.0-dev"
28+
appVersion: "25.8.0"
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.8.0-dev
21+
VERSION ?= v25.8.0
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)