Skip to content

Commit bedba07

Browse files
committed
Update release notes and version number
Signed-off-by: Andrew Chen <[email protected]>
1 parent 2ed000a commit bedba07

File tree

4 files changed

+31
-10
lines changed

4 files changed

+31
-10
lines changed

gpu-operator/release-notes.rst

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,27 @@ Refer to the :ref:`GPU Operator Component Matrix` for a list of software compone
3333

3434
----
3535

36+
.. _v25.10.0:
37+
38+
25.10.0
39+
======
40+
41+
New Features
42+
------------
43+
44+
* TBD
45+
46+
Fixed Issues
47+
------------
48+
49+
* TBD
50+
51+
Known Issues
52+
------------
53+
54+
* TBD
55+
56+
3657
.. _v25.3.4:
3758

3859
25.3.4

gpu-operator/versions.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,10 @@
11
{
2-
"latest": "25.3.4",
2+
"latest": "25.10.x",
33
"versions":
44
[
5+
{
6+
"version": "25.10.x"
7+
},
58
{
69
"version": "25.3.4"
710
},
@@ -16,9 +19,6 @@
1619
},
1720
{
1821
"version": "25.3.0"
19-
},
20-
{
21-
"version": "24.9.2"
2222
}
2323
]
2424
}

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.10.x",
5+
"version": "25.10.x"
6+
},
7+
{
48
"url": "../25.3.4",
59
"version": "25.3.4"
610
},
@@ -19,9 +23,5 @@
1923
{
2024
"url": "../25.3.0",
2125
"version": "25.3.0"
22-
},
23-
{
24-
"url": "../24.9.2",
25-
"version": "24.9.2"
2626
}
2727
]

repo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -166,8 +166,8 @@ output_format = "linkcheck"
166166
docs_root = "${root}/gpu-operator"
167167
project = "gpu-operator"
168168
name = "NVIDIA GPU Operator"
169-
version = "25.3.4"
170-
source_substitutions = { version = "v25.3.4", recommended = "580.82.07" }
169+
version = "25.10.0"
170+
source_substitutions = { version = "v25.10.0", recommended = "580.82.07" }
171171
copyright_start = 2020
172172
sphinx_exclude_patterns = [
173173
"life-cycle-policy.rst",

0 commit comments

Comments
 (0)