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
14 changes: 12 additions & 2 deletions gpu-operator/life-cycle-policy.rst
Original file line number Diff line number Diff line change
Expand Up @@ -80,24 +80,30 @@ When post-release testing confirms support for newer versions of operands, these
Refer to :ref:`Upgrading the NVIDIA GPU Operator` for more information.

.. note::
All the following components are supported as :ref:`government-ready <install-gpu-operator-gov-ready>` in the NVIDIA GPU Operator v26.3.0, except for NVIDIA GDS Driver, NVIDIA Confidential Computing Manager, and NVIDIA GDRCopy Driver.
All the following components are supported as :ref:`government-ready <install-gpu-operator-gov-ready>` in the NVIDIA GPU Operator v26.3, except for NVIDIA GDS Driver, NVIDIA Confidential Computing Manager, and NVIDIA GDRCopy Driver.

**D** = Default driver, **R** = Recommended driver

.. flat-table::
:header-rows: 2

* - :rspan:`1` Component
- GPU Operator Version
- :cspan:`1` GPU Operator Version

* - v26.3.0
- v26.3.1

* - NVIDIA GPU Driver |ki|_
- | `595.58.03 <https://docs.nvidia.com/datacenter/tesla/tesla-release-notes-595-58-03/index.html>`_
| `590.48.01 <https://docs.nvidia.com/datacenter/tesla/tesla-release-notes-590-48-01/index.html>`_
| `580.126.20 <https://docs.nvidia.com/datacenter/tesla/tesla-release-notes-580-126-20/index.html>`_ (**D**, **R**)
| `570.211.01 <https://docs.nvidia.com/datacenter/tesla/tesla-release-notes-570-211-01/index.html>`_
| `535.288.01 <https://docs.nvidia.com/datacenter/tesla/tesla-release-notes-535-288-01/index.html>`_
- | `595.58.03 <https://docs.nvidia.com/datacenter/tesla/tesla-release-notes-595-58-03/index.html>`_
| `590.48.01 <https://docs.nvidia.com/datacenter/tesla/tesla-release-notes-590-48-01/index.html>`_
| `580.126.20 <https://docs.nvidia.com/datacenter/tesla/tesla-release-notes-580-126-20/index.html>`_ (**D**, **R**)
| `570.211.01 <https://docs.nvidia.com/datacenter/tesla/tesla-release-notes-570-211-01/index.html>`_
| `535.288.01 <https://docs.nvidia.com/datacenter/tesla/tesla-release-notes-535-288-01/index.html>`_

* - NVIDIA Driver Manager for Kubernetes
- `v0.10.0 <https://ngc.nvidia.com/catalog/containers/nvidia:cloud-native:k8s-driver-manager>`__
Expand Down Expand Up @@ -126,6 +132,7 @@ Refer to :ref:`Upgrading the NVIDIA GPU Operator` for more information.

* - Validator for NVIDIA GPU Operator
- v26.3.0
- v26.3.1

* - NVIDIA KubeVirt GPU Device Plugin
- `v1.5.0 <https://github.com/NVIDIA/kubevirt-gpu-device-plugin>`__
Expand All @@ -139,12 +146,15 @@ Refer to :ref:`Upgrading the NVIDIA GPU Operator` for more information.
* - | NVIDIA Confidential Computing
| Manager for Kubernetes
- `v0.3.0 <https://github.com/NVIDIA/k8s-cc-manager/releases>`__
- `v0.4.0 <https://github.com/NVIDIA/k8s-cc-manager/releases>`__

* - NVIDIA GDRCopy Driver
- `v2.5.1 <https://github.com/NVIDIA/gdrcopy/releases>`__
- `v2.5.2 <https://github.com/NVIDIA/gdrcopy/releases>`__

* - NVIDIA Kata Sandbox Device Plugin
- `v0.0.2 <https://github.com/NVIDIA/sandbox-device-plugin/releases>`__
- `v0.0.3 <https://github.com/NVIDIA/sandbox-device-plugin/releases>`__

.. _known-issue:

Expand Down
38 changes: 38 additions & 0 deletions gpu-operator/release-notes.rst
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,44 @@ Refer to the :ref:`GPU Operator Component Matrix` for a list of software compone

----

.. _v26.3.1:

26.3.1
=======

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

* Updated software component versions:

- NVIDIA GDRCopy Driver v2.5.2
- NVIDIA Kata Sandbox Device Plugin v0.0.3
Comment thread
a-mccarthy marked this conversation as resolved.
- NVIDIA Confidential Computing Manager for Kubernetes v0.4.0

* The ClusterPolicy and NVIDIADriver custom resources now support ``hostNetwork`` for all GPU Operator operands.
Previously, only DCGM Exporter supported the ``hostNetwork`` field.
Setting ``hostNetwork: true`` for a component causes its pods to share the host's network namespace,
binding directly to the host's network interfaces and IP address rather than using the cluster's virtual network.
This is useful in environments where GPU Operator component pods need to expose ports directly on the host network,
such as when a Prometheus instance scrapes metrics from the host network namespace,
or in bare-metal and HPC environments where cluster network overhead or non-standard network configuration
makes host networking preferable. (`PR #2246 <https://github.com/NVIDIA/gpu-operator/pull/2246>`_)

* Added support for mounting ``/lib/modules`` from the host when using precompiled drivers.
This is required for precompiled driver containers on SUSE Linux Enterprise Server (SLES) 15 SP7 and SLES 16,
which use host kernel modules without requiring the full kernel to be bundled in the driver container. (`PR #2252 <https://github.com/NVIDIA/gpu-operator/pull/2252>`_)


Fixed Issues
------------

* Fixed an issue in the OLM bundle where the NVIDIA KubeVirt GPU Device Plugin referenced an amd64-only image digest instead of a multi-arch digest.
On ARM servers, this caused pods to fail with an ``Exec format error``. (`PR #2265 <https://github.com/NVIDIA/gpu-operator/pull/2265>`_)

* Fixed an issue where the operating system release name was recalculated from the node label tag rather than being stored when it was first retrieved.
This could cause errors when the tag format was not recognized. (`PR #2244 <https://github.com/NVIDIA/gpu-operator/pull/2244>`_)


.. _v26.3.0:

26.3.0
Expand Down
2 changes: 1 addition & 1 deletion repo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -172,7 +172,7 @@ docs_root = "${root}/gpu-operator"
project = "gpu-operator"
name = "NVIDIA GPU Operator"
version = "26.3" # Update repo_docs.projects.openshift.version to match latest patch version maj.min.patch
source_substitutions = { minor_version = "26.3", version = "v26.3.0", recommended = "580.126.20", dra_version = "25.12.0" }
source_substitutions = { minor_version = "26.3", version = "v26.3.1", recommended = "580.126.20", dra_version = "25.12.0" }
copyright_start = 2020
sphinx_exclude_patterns = [
"life-cycle-policy.rst",
Expand Down
Loading