From 36fc3a3d0fb642b2c31c14a6885b38555bb582e7 Mon Sep 17 00:00:00 2001 From: Abigail McCarthy <20771501+a-mccarthy@users.noreply.github.com> Date: Tue, 28 Oct 2025 08:56:09 -0400 Subject: [PATCH] fix openshift version and remove confidential container links Signed-off-by: Abigail McCarthy <20771501+a-mccarthy@users.noreply.github.com> --- gpu-operator/getting-started.rst | 1 - gpu-operator/release-notes.rst | 1 - repo.toml | 2 +- 3 files changed, 1 insertion(+), 3 deletions(-) diff --git a/gpu-operator/getting-started.rst b/gpu-operator/getting-started.rst index 4fa422858..1fd6c2744 100644 --- a/gpu-operator/getting-started.rst +++ b/gpu-operator/getting-started.rst @@ -135,7 +135,6 @@ To view all the options, run ``helm show values nvidia/gpu-operator``. * - ``ccManager.enabled`` - When set to ``true``, the Operator deploys NVIDIA Confidential Computing Manager for Kubernetes. - Refer to :doc:`gpu-operator-confidential-containers` for more information. - ``false`` * - ``cdi.enabled`` diff --git a/gpu-operator/release-notes.rst b/gpu-operator/release-notes.rst index bf4f33deb..953b6f8de 100644 --- a/gpu-operator/release-notes.rst +++ b/gpu-operator/release-notes.rst @@ -1296,7 +1296,6 @@ New Features * Added support for configuring Confidential Containers for GPU workloads as a technology preview feature. This feature builds on the work for configuring Kata Containers and introduces NVIDIA Confidential Computing Manager for Kubernetes as an operand of GPU Operator. - Refer to :doc:`gpu-operator-confidential-containers` for more information. * Added support for the NVIDIA Data Center GPU Driver version 535.86.10. Refer to the :ref:`GPU Operator Component Matrix` diff --git a/repo.toml b/repo.toml index dca02eda6..017019057 100644 --- a/repo.toml +++ b/repo.toml @@ -226,7 +226,7 @@ output_format = "linkcheck" docs_root = "${root}/openshift" project = "gpu-operator-openshift" name = "NVIDIA GPU Operator on Red Hat OpenShift Container Platform" -version = "25.3.4" +version = "25.3" copyright_start = 2020 sphinx_exclude_patterns = [ "get-entitlement.rst",