Skip to content

Latest commit

 

History

History
158 lines (108 loc) · 5.6 KB

File metadata and controls

158 lines (108 loc) · 5.6 KB

NVIDIA GPU Operator Versioning

NVIDIA GPU Operator is versioned following the calendar versioning convention.

The version follows the pattern YY.MM.PP, such as 23.6.0, 23.6.1, and 23.9.0. The first two fields, YY.MM identify a major version and indicates when the major version was initially released. The third field, PP, identifies the patch version of the major version. Patch releases typically include critical bug and CVE fixes, but can include minor features.

NVIDIA GPU Operator Life Cycle

When a major version of NVIDIA GPU Operator is released, the previous major version enters maintenance support and only receives patch release updates for critical bug and CVE fixes. All prior major versions enter end-of-life (EOL) and are no longer supported and do not receive patch release updates.

The product life cycle and versioning are subject to change in the future.

Note

  • Upgrades are only supported within a major release or to the next major release.
Support Status for Releases
GPU Operator Version Status
24.9.x Generally Available
24.6.x Maintenance
24.3.x and lower EOL

GPU Operator Component Matrix

The following table shows the operands and default operand versions that correspond to a GPU Operator version.

When post-release testing confirms support for newer versions of operands, these updates are identified as recommended updates to a GPU Operator version. Refer to :ref:`Upgrading the NVIDIA GPU Operator` for more information.

Component Version
NVIDIA GPU Operator ${version}
NVIDIA GPU Driver
NVIDIA Driver Manager for Kubernetes v0.7.0
NVIDIA Container Toolkit 1.17.3
NVIDIA Kubernetes Device Plugin 0.17.0
DCGM Exporter 3.3.9-3.6.1
Node Feature Discovery v0.16.6
NVIDIA GPU Feature Discovery
for Kubernetes
0.17.0
NVIDIA MIG Manager for Kubernetes 0.10.0
DCGM 3.3.9-1
Validator for NVIDIA GPU Operator ${version}
NVIDIA KubeVirt GPU Device Plugin v1.2.10
NVIDIA vGPU Device Manager v0.2.8
NVIDIA GDS Driver 1 2.20.5
NVIDIA Kata Manager for Kubernetes v0.2.2
NVIDIA Confidential Computing
Manager for Kubernetes
v0.1.1
NVIDIA GDRCopy Driver v2.4.1-1
1 This release of the GDS driver requires that you use the NVIDIA Open GPU Kernel module driver for the GPUs. Refer to :doc:`gpu-operator-rdma` for more information.

Note