Skip to content

Commit fee6929

Browse files
authored
v24.9.2 update drivers (#224)
/not-latest Signed-off-by: Andrew Chen <[email protected]>
1 parent f05e665 commit fee6929

File tree

5 files changed

+34
-27
lines changed

5 files changed

+34
-27
lines changed

gpu-operator/life-cycle-policy.rst

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

9191
* - NVIDIA GPU Driver
92-
- | `575.57.08 <https://docs.nvidia.com/datacenter/tesla/tesla-release-notes-575-57-08/index.html>`_
93-
| `570.158.01 <https://docs.nvidia.com/datacenter/tesla/tesla-release-notes-570-158-01/index.html>`_ (recommended)
94-
| `570.148.08 <https://docs.nvidia.com/datacenter/tesla/tesla-release-notes-570-148-08/index.html>`_
92+
- | `575.57.08 <https://docs.nvidia.com/datacenter/tesla/tesla-release-notes-575-57-08/index.html>`_
93+
| `570.172.08 <https://docs.nvidia.com/datacenter/tesla/tesla-release-notes-570-172-08/index.html>`_ (recommended)
94+
| `570.158.01 <https://docs.nvidia.com/datacenter/tesla/tesla-release-notes-570-158-01/index.html>`_
95+
| `570.148.08 <https://docs.nvidia.com/datacenter/tesla/tesla-release-notes-570-148-08/index.html>`_
96+
| `535.261.03 <https://docs.nvidia.com/datacenter/tesla/tesla-release-notes-535-261-03/index.html>`_
9597
| `570.133.20 <https://docs.nvidia.com/datacenter/tesla/tesla-release-notes-570-133-20/index.html>`_
9698
| `570.86.15 <https://docs.nvidia.com/datacenter/tesla/tesla-release-notes-570-86-15/index.html>`_
9799
| `565.57.01 <https://docs.nvidia.com/datacenter/tesla/tesla-release-notes-565-57-01/index.html>`_

gpu-operator/release-notes.rst

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,12 @@ See the :ref:`GPU Operator Component Matrix` for a list of software components a
4444
New Features
4545
------------
4646

47-
* Added support for the NVIDIA Data Center GPU Driver version 570.86.15.
47+
* Added support for the NVIDIA Data Center GPU Driver versions:
48+
49+
- 570.172.08
50+
- 535.261.03
51+
- 570.86.15
52+
4853
* The default driver in this version is now 550.144.03.
4954
Refer to the :ref:`GPU Operator Component Matrix`
5055
on the platform support page for more details on supported drivers.

gpu-operator/versions.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,24 +1,24 @@
11
{
2-
"latest": "24.9.2",
2+
"latest": "25.3.2",
33
"versions":
44
[
55
{
6-
"version": "24.9.2"
6+
"version": "25.3.2"
77
},
88
{
9-
"version": "24.9.1"
9+
"version": "25.3.1"
1010
},
1111
{
12-
"version": "24.9.0"
12+
"version": "25.3.0"
1313
},
1414
{
15-
"version": "24.6.2"
15+
"version": "24.9.2"
1616
},
1717
{
18-
"version": "24.6.1"
18+
"version": "24.9.1"
1919
},
2020
{
21-
"version": "24.6.0"
21+
"version": "24.9.0"
2222
}
2323
]
2424
}

gpu-operator/versions1.json

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1,27 +1,27 @@
11
[
22
{
33
"preferred": "true",
4-
"url": "../24.9.1",
5-
"version": "24.9.1"
6-
},
4+
"url": "../25.3.2",
5+
"version": "25.3.2"
6+
},
77
{
8-
"url": "../24.9.0",
9-
"version": "24.9.0"
10-
},
8+
"url": "../25.3.1",
9+
"version": "25.3.1"
10+
},
1111
{
12-
"url": "../24.6.2",
13-
"version": "24.6.2"
14-
},
12+
"url": "../25.3.0",
13+
"version": "25.3.0"
14+
},
1515
{
16-
"url": "../24.6.1",
17-
"version": "24.6.1"
16+
"url": "../24.9.2",
17+
"version": "24.9.2"
1818
},
1919
{
20-
"url": "../24.6.0",
21-
"version": "24.6.0"
20+
"url": "../24.9.1",
21+
"version": "24.9.1"
2222
},
2323
{
24-
"url": "../24.3.0",
25-
"version": "24.3.0"
24+
"url": "../24.9.0",
25+
"version": "24.9.0"
2626
}
2727
]

repo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -154,7 +154,7 @@ docs_root = "${root}/gpu-operator"
154154
project = "gpu-operator"
155155
name = "NVIDIA GPU Operator"
156156
version = "24.9.2"
157-
source_substitutions = { version = "v24.9.2", recommended = "570.86.15" }
157+
source_substitutions = { version = "v24.9.2", recommended = "570.172.08" }
158158
copyright_start = 2020
159159
sphinx_exclude_patterns = [
160160
"life-cycle-policy.rst",

0 commit comments

Comments
 (0)