Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 5 additions & 4 deletions gpu-operator/life-cycle-policy.rst
Original file line number Diff line number Diff line change
Expand Up @@ -89,18 +89,19 @@ Refer to :ref:`Upgrading the NVIDIA GPU Operator` for more information.
- ${version}

* - NVIDIA GPU Driver
- | `565.57.01 <https://docs.nvidia.com/datacenter/tesla/tesla-release-notes-565-57-01/index.html>`_
- | `570.86.15 <https://docs.nvidia.com/datacenter/tesla/tesla-release-notes-570-86-15/index.html>`_ (recommended),
| `565.57.01 <https://docs.nvidia.com/datacenter/tesla/tesla-release-notes-565-57-01/index.html>`_
| `560.35.03 <https://docs.nvidia.com/datacenter/tesla/tesla-release-notes-560-35-03/index.html>`_
| `550.144.03 <https://docs.nvidia.com/datacenter/tesla/tesla-release-notes-550-144-03/index.html>`_ (recommended),
| `550.127.08 <https://docs.nvidia.com/datacenter/tesla/tesla-release-notes-550-127-08/index.html>`_ (default),
| `550.144.03 <https://docs.nvidia.com/datacenter/tesla/tesla-release-notes-550-144-03/index.html>`_ (default),
| `550.127.08 <https://docs.nvidia.com/datacenter/tesla/tesla-release-notes-550-127-08/index.html>`_
| `535.230.02 <https://docs.nvidia.com/datacenter/tesla/tesla-release-notes-535-230-02/index.html>`_
| `535.216.03 <https://docs.nvidia.com/datacenter/tesla/tesla-release-notes-535-216-03/index.html>`_

* - NVIDIA Driver Manager for Kubernetes
- `v0.7.0 <https://ngc.nvidia.com/catalog/containers/nvidia:cloud-native:k8s-driver-manager>`__

* - NVIDIA Container Toolkit
- `1.17.3 <https://github.com/NVIDIA/nvidia-container-toolkit/releases>`__
- `1.17.4 <https://github.com/NVIDIA/nvidia-container-toolkit/releases>`__

* - NVIDIA Kubernetes Device Plugin
- `0.17.0 <https://github.com/NVIDIA/k8s-device-plugin/releases>`__
Expand Down
21 changes: 21 additions & 0 deletions gpu-operator/release-notes.rst
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,27 @@ See the :ref:`GPU Operator Component Matrix` for a list of software components a

----

.. _v24.9.2:

24.9.2
======

.. _v24.9.2-new-features:

New Features
------------

* Added support for the NVIDIA Data Center GPU Driver version 570.86.15.
* The default driver in this version is now 550.144.03.
Refer to the :ref:`GPU Operator Component Matrix`
on the platform support page for more details on supported drivers.

* Added support for the following software component versions:

- NVIDIA Container Toolkit v1.17.4



.. _v24.9.1:

24.9.1
Expand Down
8 changes: 4 additions & 4 deletions gpu-operator/versions.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,10 @@
{
"latest": "24.9.1",
"latest": "24.9.2",
"versions":
[
{
"version": "24.9.2"
},
{
"version": "24.9.1"
},
Expand All @@ -16,9 +19,6 @@
},
{
"version": "24.6.0"
},
{
"version": "24.3.0"
}
]
}
5 changes: 4 additions & 1 deletion openshift/versions.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,10 @@
{
"latest": "24.9.1",
"latest": "24.9.2",
"versions":
[
{
"version": "24.9.2"
},
{
"version": "24.9.1"
},
Expand Down
6 changes: 3 additions & 3 deletions repo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -142,8 +142,8 @@ output_format = "linkcheck"
docs_root = "${root}/gpu-operator"
project = "gpu-operator"
name = "NVIDIA GPU Operator"
version = "24.9.1"
source_substitutions = { version = "v24.9.1", recommended = "550.127.08" }
version = "24.9.2"
source_substitutions = { version = "v24.9.2", recommended = "570.86.15" }
copyright_start = 2020
sphinx_exclude_patterns = [
"life-cycle-policy.rst",
Expand Down Expand Up @@ -201,7 +201,7 @@ output_format = "linkcheck"
docs_root = "${root}/openshift"
project = "gpu-operator-openshift"
name = "NVIDIA GPU Operator on Red Hat OpenShift Container Platform"
version = "24.9.1"
version = "24.9.2"
copyright_start = 2020
sphinx_exclude_patterns = [
"get-entitlement.rst",
Expand Down
Loading