From 0d50e3fdcb004c0856efdd883c9bd9dfb4758d1a Mon Sep 17 00:00:00 2001 From: "Dr. Jan-Philip Gehrcke" Date: Thu, 12 Feb 2026 13:34:52 +0100 Subject: [PATCH] Bump version to v26.4.0-dev Signed-off-by: Dr. Jan-Philip Gehrcke --- deployments/helm/nvidia-dra-driver-gpu/Chart.yaml | 4 ++-- versions.mk | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/deployments/helm/nvidia-dra-driver-gpu/Chart.yaml b/deployments/helm/nvidia-dra-driver-gpu/Chart.yaml index 3a21ba3d0..5e3d00311 100644 --- a/deployments/helm/nvidia-dra-driver-gpu/Chart.yaml +++ b/deployments/helm/nvidia-dra-driver-gpu/Chart.yaml @@ -19,13 +19,13 @@ description: Official Helm chart for the NVIDIA DRA Driver for GPUs type: application # Note(JP): strict semver: no v prefix allowed -version: "25.12.0-dev" +version: "26.4.0-dev" # Note(JP): templating logic consumes `appVersion` for building the default # `tag` value used in a k8s image specification. That logic expects the version # number below to not have a "v" prefix (a "v" is added by said logic to yield a # valid image reference). -appVersion: "25.12.0-dev" +appVersion: "26.4.0-dev" # The kubeVersion puts constraints on the Kubernetes versions where this helm # chart can be installed. Note a '-0' at the end of a version string in the diff --git a/versions.mk b/versions.mk index cb33dd597..e319ab302 100644 --- a/versions.mk +++ b/versions.mk @@ -18,7 +18,7 @@ MODULE := github.com/NVIDIA/$(DRIVER_NAME) REGISTRY ?= nvcr.io/nvidia -VERSION ?= v25.12.0-dev +VERSION ?= v26.4.0-dev # vVERSION represents the version with a guaranteed v-prefix # Note: this is probably not consumed in our build chain.