Skip to content

Commit 6699f5d

Browse files
authored
Update 24.9 version references (#288)
Signed-off-by: Andrew Chen <[email protected]>
1 parent eed9214 commit 6699f5d

File tree

8 files changed

+52
-60
lines changed

8 files changed

+52
-60
lines changed

.github/workflows/docs-build.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ on:
1010
env:
1111
REGISTRY: ghcr.io
1212
IMAGE_NAME: ${{ github.repository }}
13-
TAG: 0.4.0
13+
TAG: 0.5.1
1414
GH_TOKEN: ${{ github.token }}
1515

1616
concurrency:

.gitlab-ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
variables:
22
CONTAINER_TEST_IMAGE: "${CI_REGISTRY_IMAGE}:${CI_COMMIT_REF_SLUG}"
3-
CONTAINER_RELEASE_IMAGE: "${CI_REGISTRY_IMAGE}:0.5.0"
3+
CONTAINER_RELEASE_IMAGE: "${CI_REGISTRY_IMAGE}:0.5.1"
44
BUILDER_IMAGE: ghcr.io/nvidia/cloud-native-docs:0.4.0
55
PUBLISHER_IMAGE: "${CI_REGISTRY_PUBLISHER}/publisher:3.1.0"
66

docker/Dockerfile

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,10 @@ RUN --mount=type=bind,source=.,destination=/x,rw /x/tools/packman/python.sh -m p
2121
-t /tmp/extension \
2222
sphinx-copybutton \
2323
nvidia-sphinx-theme \
24-
pydata-sphinx-theme
24+
pydata-sphinx-theme \
25+
linuxdoc
2526

2627
RUN (cd /tmp/extension; tar cf - . ) | (cd /var/tmp/packman/chk/sphinx/4.5.0.2-py3.7-linux-x86_64/; tar xf -)
2728
RUN rm -rf /tmp/extension
29+
30+
RUN --mount=type=bind,target=/work echo 'alias build-docs="./repo docs"' >> ~/.bashrc

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: 33 additions & 56 deletions
Original file line numberDiff line numberDiff line change
@@ -47,21 +47,21 @@ The product life cycle and versioning are subject to change in the future.
4747

4848
.. note::
4949

50-
- Upgrades are only supported within a major release or to the next major release.
50+
Upgrades are only supported within a major release or to the next major release.
5151

5252
.. list-table:: Support Status for Releases
5353
:header-rows: 1
5454

5555
* - GPU Operator Version
5656
- Status
5757

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

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

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

6767

@@ -79,19 +79,20 @@ The following table shows the operands and default operand versions that corresp
7979
When post-release testing confirms support for newer versions of operands, these updates are identified as *recommended updates* to a GPU Operator version.
8080
Refer to :ref:`Upgrading the NVIDIA GPU Operator` for more information.
8181

82-
.. list-table::
83-
:header-rows: 1
82+
**D** = Default driver, **R** = Recommended driver
83+
84+
.. flat-table::
85+
:header-rows: 2
86+
87+
* - :rspan:`1` Component
88+
- GPU Operator Version
8489

85-
* - Component
86-
- | GPU Operator
87-
| v24.9.2
88-
- | GPU Operator
89-
| v24.9.1
90-
- | GPU Operator
91-
| v24.9.0
90+
* - v24.9.2
91+
- v24.9.1
92+
- v24.9.0
9293

9394
* - NVIDIA GPU Driver
94-
- | `580.65.06 <https://docs.nvidia.com/datacenter/tesla/tesla-release-notes-580-65-06/index.html>`_ (rec.)
95+
- | `580.65.06 <https://docs.nvidia.com/datacenter/tesla/tesla-release-notes-580-65-06/index.html>`_ (**R**)
9596
| `575.57.08 <https://docs.nvidia.com/datacenter/tesla/tesla-release-notes-575-57-08/index.html>`_
9697
| `570.172.08 <https://docs.nvidia.com/datacenter/tesla/tesla-release-notes-570-172-08/index.html>`_
9798
| `570.158.01 <https://docs.nvidia.com/datacenter/tesla/tesla-release-notes-570-158-01/index.html>`_
@@ -101,63 +102,51 @@ Refer to :ref:`Upgrading the NVIDIA GPU Operator` for more information.
101102
| `565.57.01 <https://docs.nvidia.com/datacenter/tesla/tesla-release-notes-565-57-01/index.html>`_
102103
| `560.35.03 <https://docs.nvidia.com/datacenter/tesla/tesla-release-notes-560-35-03/index.html>`_
103104
| `550.163.01 <https://docs.nvidia.com/datacenter/tesla/tesla-release-notes-550-163-01/index.html>`_
104-
| `550.144.03 <https://docs.nvidia.com/datacenter/tesla/tesla-release-notes-550-144-03/index.html>`_ (default)
105+
| `550.144.03 <https://docs.nvidia.com/datacenter/tesla/tesla-release-notes-550-144-03/index.html>`_ (**D**)
105106
| `550.127.08 <https://docs.nvidia.com/datacenter/tesla/tesla-release-notes-550-127-08/index.html>`_
106107
| `535.261.03 <https://docs.nvidia.com/datacenter/tesla/tesla-release-notes-535-261-03/index.html>`_
107108
| `535.247.01 <https://docs.nvidia.com/datacenter/tesla/tesla-release-notes-535-247-01/index.html>`_
108109
| `535.230.02 <https://docs.nvidia.com/datacenter/tesla/tesla-release-notes-535-230-02/index.html>`_
109110
| `535.216.03 <https://docs.nvidia.com/datacenter/tesla/tesla-release-notes-535-216-03/index.html>`_
110111
- | `565.57.01 <https://docs.nvidia.com/datacenter/tesla/tesla-release-notes-565-57-01/index.html>`_
111112
| `560.35.03 <https://docs.nvidia.com/datacenter/tesla/tesla-release-notes-560-35-03/index.html>`_
112-
| `550.144.03 <https://docs.nvidia.com/datacenter/tesla/tesla-release-notes-550-144-03/index.html>`_ (rec.)
113-
| `550.127.08 <https://docs.nvidia.com/datacenter/tesla/tesla-release-notes-550-127-08/index.html>`_ (default)
113+
| `550.144.03 <https://docs.nvidia.com/datacenter/tesla/tesla-release-notes-550-144-03/index.html>`_ (**R**)
114+
| `550.127.08 <https://docs.nvidia.com/datacenter/tesla/tesla-release-notes-550-127-08/index.html>`_ (**D**)
114115
| `535.230.02 <https://docs.nvidia.com/datacenter/tesla/tesla-release-notes-535-230-02/index.html>`_
115116
| `535.216.03 <https://docs.nvidia.com/datacenter/tesla/tesla-release-notes-535-216-03/index.html>`_
116117
- | `565.57.01 <https://docs.nvidia.com/datacenter/tesla/tesla-release-notes-565-57-01/index.html>`_
117118
| `560.35.03 <https://docs.nvidia.com/datacenter/tesla/tesla-release-notes-560-35-03/index.html>`_
118-
| `550.127.08 <https://docs.nvidia.com/datacenter/tesla/tesla-release-notes-550-127-08/index.html>`_ (rec.)
119-
| `550.127.05 <https://docs.nvidia.com/datacenter/tesla/tesla-release-notes-550-127-05/index.html>`_ (default)
119+
| `550.127.08 <https://docs.nvidia.com/datacenter/tesla/tesla-release-notes-550-127-08/index.html>`_ (**R**)
120+
| `550.127.05 <https://docs.nvidia.com/datacenter/tesla/tesla-release-notes-550-127-05/index.html>`_ (**D**)
120121
| `535.216.03 <https://docs.nvidia.com/datacenter/tesla/tesla-release-notes-535-216-03/index.html>`_
121122
122123
* - NVIDIA Driver Manager for Kubernetes
123-
- `v0.7.0 <https://ngc.nvidia.com/catalog/containers/nvidia:cloud-native:k8s-driver-manager>`__
124-
- `v0.7.0 <https://ngc.nvidia.com/catalog/containers/nvidia:cloud-native:k8s-driver-manager>`__
125-
- `v0.7.0 <https://ngc.nvidia.com/catalog/containers/nvidia:cloud-native:k8s-driver-manager>`__
124+
- :cspan:`2` `v0.7.0 <https://ngc.nvidia.com/catalog/containers/nvidia:cloud-native:k8s-driver-manager>`__
126125

127126
* - NVIDIA Container Toolkit
128127
- `1.17.4 <https://github.com/NVIDIA/nvidia-container-toolkit/releases>`__
129128
- `1.17.3 <https://github.com/NVIDIA/nvidia-container-toolkit/releases>`__
130129
- `1.17.0 <https://github.com/NVIDIA/nvidia-container-toolkit/releases>`__
131130

132131
* - NVIDIA Kubernetes Device Plugin
133-
- `0.17.0 <https://github.com/NVIDIA/k8s-device-plugin/releases>`__
134-
- `0.17.0 <https://github.com/NVIDIA/k8s-device-plugin/releases>`__
135-
- `0.17.0 <https://github.com/NVIDIA/k8s-device-plugin/releases>`__
132+
- :cspan:`2` `0.17.0 <https://github.com/NVIDIA/k8s-device-plugin/releases>`__
136133

137134
* - DCGM Exporter
138-
- `3.3.9-3.6.1 <https://github.com/NVIDIA/dcgm-exporter/releases>`__
139-
- `3.3.9-3.6.1 <https://github.com/NVIDIA/dcgm-exporter/releases>`__
135+
- :cspan:`1` `3.3.9-3.6.1 <https://github.com/NVIDIA/dcgm-exporter/releases>`__
140136
- `3.3.8-3.6.0 <https://github.com/NVIDIA/dcgm-exporter/releases>`__
141137

142138
* - Node Feature Discovery
143-
- v0.16.6
144-
- v0.16.6
145-
- v0.16.6
139+
- :cspan:`2` v0.16.6
146140

147141
* - | NVIDIA GPU Feature Discovery
148142
| for Kubernetes
149-
- `0.17.0 <https://github.com/NVIDIA/k8s-device-plugin/releases>`__
150-
- `0.17.0 <https://github.com/NVIDIA/k8s-device-plugin/releases>`__
151-
- `0.17.0 <https://github.com/NVIDIA/k8s-device-plugin/releases>`__
143+
- :cspan:`2` `0.17.0 <https://github.com/NVIDIA/k8s-device-plugin/releases>`__
152144

153145
* - NVIDIA MIG Manager for Kubernetes
154-
- `0.10.0 <https://github.com/NVIDIA/mig-parted/tree/main/deployments/gpu-operator>`__
155-
- `0.10.0 <https://github.com/NVIDIA/mig-parted/tree/main/deployments/gpu-operator>`__
156-
- `0.10.0 <https://github.com/NVIDIA/mig-parted/tree/main/deployments/gpu-operator>`__
146+
- :cspan:`2` `0.10.0 <https://github.com/NVIDIA/mig-parted/tree/main/deployments/gpu-operator>`__
157147

158148
* - DCGM
159-
- `3.3.9-1 <https://docs.nvidia.com/datacenter/dcgm/latest/release-notes/changelog.html>`__
160-
- `3.3.9-1 <https://docs.nvidia.com/datacenter/dcgm/latest/release-notes/changelog.html>`__
149+
- :cspan:`1` `3.3.9-1 <https://docs.nvidia.com/datacenter/dcgm/latest/release-notes/changelog.html>`__
161150
- `3.3.8-1 <https://docs.nvidia.com/datacenter/dcgm/latest/release-notes/changelog.html>`__
162151

163152
* - Validator for NVIDIA GPU Operator
@@ -166,35 +155,23 @@ Refer to :ref:`Upgrading the NVIDIA GPU Operator` for more information.
166155
- v24.9.0
167156

168157
* - NVIDIA KubeVirt GPU Device Plugin
169-
- `v1.2.10 <https://github.com/NVIDIA/kubevirt-gpu-device-plugin>`__
170-
- `v1.2.10 <https://github.com/NVIDIA/kubevirt-gpu-device-plugin>`__
171-
- `v1.2.10 <https://github.com/NVIDIA/kubevirt-gpu-device-plugin>`__
158+
- :cspan:`2` `v1.2.10 <https://github.com/NVIDIA/kubevirt-gpu-device-plugin>`__
172159

173160
* - NVIDIA vGPU Device Manager
174-
- `v0.2.8 <https://github.com/NVIDIA/vgpu-device-manager>`__
175-
- `v0.2.8 <https://github.com/NVIDIA/vgpu-device-manager>`__
176-
- `v0.2.8 <https://github.com/NVIDIA/vgpu-device-manager>`__
161+
- :cspan:`2` `v0.2.8 <https://github.com/NVIDIA/vgpu-device-manager>`__
177162

178163
* - NVIDIA GDS Driver
179-
- `2.20.5 <https://github.com/NVIDIA/gds-nvidia-fs/releases>`__
180-
- `2.20.5 <https://github.com/NVIDIA/gds-nvidia-fs/releases>`__
181-
- `2.20.5 <https://github.com/NVIDIA/gds-nvidia-fs/releases>`__
164+
- :cspan:`2` `2.20.5 <https://github.com/NVIDIA/gds-nvidia-fs/releases>`__
182165

183166
* - NVIDIA Kata Manager for Kubernetes
184-
- `v0.2.2 <https://github.com/NVIDIA/k8s-kata-manager>`__
185-
- `v0.2.2 <https://github.com/NVIDIA/k8s-kata-manager>`__
186-
- `v0.2.2 <https://github.com/NVIDIA/k8s-kata-manager>`__
167+
- :cspan:`2` `v0.2.2 <https://github.com/NVIDIA/k8s-kata-manager>`__
187168

188169
* - | NVIDIA Confidential Computing
189170
| Manager for Kubernetes
190-
- v0.1.1
191-
- v0.1.1
192-
- v0.1.1
171+
- :cspan:`2` v0.1.1
193172

194173
* - NVIDIA GDRCopy Driver
195-
- `v2.4.1-1 <https://github.com/NVIDIA/gdrcopy/releases>`__
196-
- `v2.4.1-1 <https://github.com/NVIDIA/gdrcopy/releases>`__
197-
- `v2.4.1-1 <https://github.com/NVIDIA/gdrcopy/releases>`__
174+
- :cspan:`2` `v2.4.1-1 <https://github.com/NVIDIA/gdrcopy/releases>`__
198175

199176
.. _known-issue:
200177

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 & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ sphinx_conf_py_extra = """
1616
]
1717
templates_path = ['${root}/templates']
1818
extensions.extend([
19+
"linuxdoc.rstFlatTable",
1920
"sphinx.ext.autosectionlabel",
2021
"sphinx_copybutton",
2122
])

0 commit comments

Comments
 (0)