From 86e70d5ca27929ab63f787317dcd5ab6b6a95532 Mon Sep 17 00:00:00 2001 From: Abigail McCarthy <20771501+a-mccarthy@users.noreply.github.com> Date: Fri, 3 Jul 2026 20:57:57 -0400 Subject: [PATCH 1/2] Update dra version to 0.4.1 Signed-off-by: Abigail McCarthy <20771501+a-mccarthy@users.noreply.github.com> --- gpu-operator/dra-intro-install.rst | 4 ++-- repo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/gpu-operator/dra-intro-install.rst b/gpu-operator/dra-intro-install.rst index 174dfeda4..854c5ef51 100644 --- a/gpu-operator/dra-intro-install.rst +++ b/gpu-operator/dra-intro-install.rst @@ -309,8 +309,8 @@ Without ``--set nameOverride=nvidia-dra-driver-gpu``, the upgrade creates new da .. important:: After upgrading to v0.4.0, downgrading to v25.x is not supported. -Upgrade from v25.x to v0.4.0 -**************************** +Upgrade from v25.x to v0.4.0 or later +************************************** 1. Apply the v${dra_version} CRDs for ComputeDomains and ComputeDomainsCliques before upgrading the Helm chart. Refer to the `v${dra_version} release page `__ for the CRD manifests. diff --git a/repo.toml b/repo.toml index b1b222048..4a6f48228 100644 --- a/repo.toml +++ b/repo.toml @@ -172,7 +172,7 @@ docs_root = "${root}/gpu-operator" project = "gpu-operator" name = "NVIDIA GPU Operator" version = "26.3" # Update repo_docs.projects.openshift.version to match latest patch version maj.min.patch -source_substitutions = { minor_version = "26.3", version = "v26.3.3", recommended = "580.126.20", dra_version = "0.4.0" } +source_substitutions = { minor_version = "26.3", version = "v26.3.3", recommended = "580.126.20", dra_version = "0.4.1" } copyright_start = 2020 sphinx_exclude_patterns = [ "life-cycle-policy.rst", From 14b951ec49f2dac0c632b33793ad6c3277b1b2b0 Mon Sep 17 00:00:00 2001 From: Abigail McCarthy <20771501+a-mccarthy@users.noreply.github.com> Date: Fri, 3 Jul 2026 21:09:23 -0400 Subject: [PATCH 2/2] Fix upstream links Signed-off-by: Abigail McCarthy <20771501+a-mccarthy@users.noreply.github.com> --- gpu-operator/dra-intro-install.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gpu-operator/dra-intro-install.rst b/gpu-operator/dra-intro-install.rst index 854c5ef51..032ae0263 100644 --- a/gpu-operator/dra-intro-install.rst +++ b/gpu-operator/dra-intro-install.rst @@ -291,8 +291,8 @@ The ``gpu.nvidia.com`` and ``mig.nvidia.com`` DeviceClasses are installed when G Additional validation steps are available in the upstream DRA Driver documentation: -* `Validate setup for ComputeDomain allocation `_ -* `Validate setup for GPU allocation `_ +* `Validate setup for ComputeDomain allocation `_ +* `Validate setup for GPU allocation `_ .. _upgrade: