Skip to content

Commit 61db8e9

Browse files
committed
Update version references
Signed-off-by: Andrew Chen <andrewch@nvidia.com>
1 parent aeadc60 commit 61db8e9

File tree

5 files changed

+16
-5
lines changed

5 files changed

+16
-5
lines changed

gpu-operator/getting-started.rst

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,10 @@
2727
Installing the NVIDIA GPU Operator
2828
==================================
2929

30+
.. admonition:: Version
31+
32+
The current patch release of this version of the NVIDIA GPU Operator is ``${version}``.
33+
3034

3135
*************
3236
Prerequisites

gpu-operator/life-cycle-policy.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -55,13 +55,13 @@ The product life cycle and versioning are subject to change in the future.
5555
* - GPU Operator Version
5656
- Status
5757

58-
* - 25.3.x
58+
* - 25.10.x
5959
- Generally Available
6060

61-
* - 24.9.x
61+
* - 25.3.x
6262
- Maintenance
6363

64-
* - 24.6.x and lower
64+
* - 24.9.x and lower
6565
- EOL
6666

6767

gpu-operator/versions.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,10 @@
11
{
2-
"latest": "25.3",
2+
"latest": "25.10",
33
"versions":
44
[
5+
{
6+
"version": "25.10"
7+
},
58
{
69
"version": "25.3"
710
},

gpu-operator/versions1.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
11
[
22
{
33
"preferred": "true",
4+
"url": "../25.10",
5+
"version": "25.10"
6+
},
7+
{
48
"url": "../25.3",
59
"version": "25.3"
610
},

repo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -226,7 +226,7 @@ output_format = "linkcheck"
226226
docs_root = "${root}/openshift"
227227
project = "gpu-operator-openshift"
228228
name = "NVIDIA GPU Operator on Red Hat OpenShift Container Platform"
229-
version = "25.3.2"
229+
version = "25.3.4"
230230
copyright_start = 2020
231231
sphinx_exclude_patterns = [
232232
"get-entitlement.rst",

0 commit comments

Comments
 (0)