Skip to content

Commit 1b6b20c

Browse files
committed
update docs for 25.3.1 release
Signed-off-by: Abigail McCarthy <20771501+a-mccarthy@users.noreply.github.com>
1 parent 4b8f7a0 commit 1b6b20c

4 files changed

Lines changed: 46 additions & 14 deletions

File tree

gpu-operator/life-cycle-policy.rst

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -89,26 +89,26 @@ Refer to :ref:`Upgrading the NVIDIA GPU Operator` for more information.
8989
- ${version}
9090

9191
* - NVIDIA GPU Driver
92-
- | `570.133.20 <https://docs.nvidia.com/datacenter/tesla/tesla-release-notes-570-133-20/index.html>`_ (recommended),
93-
| `570.124.06 <https://docs.nvidia.com/datacenter/tesla/tesla-release-notes-570-124-06/index.html>`_ (default)
94-
| `570.86.15 <https://docs.nvidia.com/datacenter/tesla/tesla-release-notes-570-86-15/index.html>`_
92+
- | `570.133.20 <https://docs.nvidia.com/datacenter/tesla/tesla-release-notes-570-133-20/index.html>`_ (default, recommended)
93+
| `570.124.06 <https://docs.nvidia.com/datacenter/tesla/tesla-release-notes-570-124-06/index.html>`_
94+
| `570.86.15 <https://docs.nvidia.com/datacenter/tesla/tesla-release-notes-570-86-15/index.html>`_
9595
| `550.163.01 <https://docs.nvidia.com/datacenter/tesla/tesla-release-notes-550-163-01/index.html>`_
9696
| `535.247.01 <https://docs.nvidia.com/datacenter/tesla/tesla-release-notes-535-247-01/index.html>`_
9797
9898
* - NVIDIA Driver Manager for Kubernetes
9999
- `v0.8.0 <https://ngc.nvidia.com/catalog/containers/nvidia:cloud-native:k8s-driver-manager>`__
100100

101101
* - NVIDIA Container Toolkit
102-
- `1.17.5 <https://github.com/NVIDIA/nvidia-container-toolkit/releases>`__
102+
- `1.17.7 <https://github.com/NVIDIA/nvidia-container-toolkit/releases>`__
103103

104104
* - NVIDIA Kubernetes Device Plugin
105-
- `0.17.1 <https://github.com/NVIDIA/k8s-device-plugin/releases>`__
105+
- `0.17.2 <https://github.com/NVIDIA/k8s-device-plugin/releases>`__
106106

107107
* - DCGM Exporter
108108
- `4.1.1-4.0.4 <https://github.com/NVIDIA/dcgm-exporter/releases>`__
109109

110110
* - Node Feature Discovery
111-
- `v0.17.2 <https://github.com/kubernetes-sigs/node-feature-discovery/releases/>`__
111+
- `v0.17.3 <https://github.com/kubernetes-sigs/node-feature-discovery/releases/>`__
112112

113113
* - | NVIDIA GPU Feature Discovery
114114
| for Kubernetes
@@ -140,7 +140,7 @@ Refer to :ref:`Upgrading the NVIDIA GPU Operator` for more information.
140140
- v0.1.1
141141

142142
* - NVIDIA GDRCopy Driver
143-
- `v2.4.4 <https://github.com/NVIDIA/gdrcopy/releases>`__
143+
- `v2.5.0 <https://github.com/NVIDIA/gdrcopy/releases>`__
144144

145145
.. _gds-open-kernel:
146146

gpu-operator/release-notes.rst

Lines changed: 33 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,38 @@ See the :ref:`GPU Operator Component Matrix` for a list of software components a
3333

3434
----
3535

36+
.. _v25.3.1:
37+
38+
25.3.1
39+
======
40+
41+
.. _v25.3.1-new-features:
42+
43+
New Features
44+
------------
45+
46+
* Added support for the following software component versions:
47+
48+
- NVIDIA Container Toolkit version v1.17.7
49+
- NVIDIA Kubernetes Device Plugin v0.17.2
50+
- Node Feature Discovery v0.17.3
51+
- NVIDIA GDRCopy Driver v2.5.0
52+
53+
* Added support for the following NVIDIA Data Center GPU Driver versions:
54+
55+
- 570.133.20 (recommended)
56+
- 550.163.01
57+
- 535.247.01
58+
59+
.. _v25.3.1-fixed-issues:
60+
61+
Fixed Issues
62+
------------
63+
64+
* Fixed an issue where the NVIDIADriver controller may enter an endless loop of creating and deleting a DaemonSet.
65+
This could occur when the NVIDIADriver DaemonSet does not tolerate a taint present on all nodes matching its configured nodeSelector, or when none of the DaemonSet pods have been scheduled yet.
66+
Refer to Github `pull request #1416 <https://github.com/NVIDIA/gpu-operator/pull/1416>`__ for more details.
67+
3668
.. _v25.3.0:
3769

3870
25.3.0
@@ -155,7 +187,6 @@ Fixed Issues
155187
Refer to Github `issue #1207 <https://github.com/NVIDIA/gpu-operator/issues/1207>`__ for more details.
156188

157189
* Removed deprecated `operator.defaultRuntime`` parameter.
158-
159190
.. _v24.9.2:
160191

161192
24.9.2
@@ -2262,3 +2293,4 @@ Known Limitations
22622293

22632294
* After un-install of GPU Operator, NVIDIA driver modules might still be loaded. Either reboot the node or forcefully remove them using
22642295
``sudo rmmod nvidia nvidia_modeset nvidia_uvm`` command before re-installing GPU Operator again.
2296+

gpu-operator/versions1.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
11
[
22
{
33
"preferred": "true",
4+
"url": "../25.3.1",
5+
"version": "25.3.1"
6+
},
7+
{
48
"url": "../25.3.0",
59
"version": "25.3.0"
610
},
@@ -19,9 +23,5 @@
1923
{
2024
"url": "../24.6.2",
2125
"version": "24.6.2"
22-
},
23-
{
24-
"url": "../24.6.1",
25-
"version": "24.6.1"
2626
}
2727
]

repo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -165,8 +165,8 @@ output_format = "linkcheck"
165165
docs_root = "${root}/gpu-operator"
166166
project = "gpu-operator"
167167
name = "NVIDIA GPU Operator"
168-
version = "25.3.0"
169-
source_substitutions = { version = "v25.3.0", recommended = "570.124.06" }
168+
version = "25.3.1"
169+
source_substitutions = { version = "v25.3.1", recommended = "570.133.20" }
170170
copyright_start = 2020
171171
sphinx_exclude_patterns = [
172172
"life-cycle-policy.rst",

0 commit comments

Comments
 (0)