Skip to content

Commit b6aba6f

Browse files
authored
GPU Operator Release 25.3.4 (#254)
1 parent ff0df0d commit b6aba6f

File tree

4 files changed

+24
-12
lines changed

4 files changed

+24
-12
lines changed

gpu-operator/release-notes.rst

Lines changed: 14 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,16 +23,28 @@
2323
Release Notes
2424
*****************************************
2525

26-
This document describes the new features, improvements, fixed and known issues for the NVIDIA GPU Operator.
26+
This document describes the new features, improvements, fixed issues, and known issues for the NVIDIA GPU Operator.
2727

28-
See the :ref:`GPU Operator Component Matrix` for a list of software components and versions included in each release.
28+
Refer to the :ref:`GPU Operator Component Matrix` for a list of software components and versions included in each release.
2929

3030
.. note::
3131

3232
GPU Operator beta releases are documented on `GitHub <https://github.com/NVIDIA/gpu-operator/releases>`_. NVIDIA AI Enterprise builds are not posted on GitHub.
3333

3434
----
3535

36+
.. _v25.3.4:
37+
38+
25.3.4
39+
======
40+
41+
Fixed Issues
42+
------------
43+
44+
* Fixed an issue where the GPU Operator failed to render the nvidia-container-toolkit DaemonSet correctly when a custom value for ``CONTAINERD_SOCKET`` was provided as input.
45+
Specifically, the hostPath volumes were not included in the DaemonSet.
46+
Refer to GitHub issue https://github.com/NVIDIA/gpu-operator/issues/1694 for more details.
47+
3648
.. _v25.3.3:
3749

3850
25.3.3

gpu-operator/versions.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,10 @@
11
{
2-
"latest": "25.3.3",
2+
"latest": "25.3.4",
33
"versions":
44
[
5+
{
6+
"version": "25.3.4"
7+
},
58
{
69
"version": "25.3.3"
710
},
@@ -16,9 +19,6 @@
1619
},
1720
{
1821
"version": "24.9.2"
19-
},
20-
{
21-
"version": "24.9.1"
2222
}
2323
]
2424
}

gpu-operator/versions1.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
11
[
22
{
33
"preferred": "true",
4+
"url": "../25.3.4",
5+
"version": "25.3.4"
6+
},
7+
{
48
"url": "../25.3.3",
59
"version": "25.3.3"
610
},
@@ -19,9 +23,5 @@
1923
{
2024
"url": "../24.9.2",
2125
"version": "24.9.2"
22-
},
23-
{
24-
"url": "../24.9.1",
25-
"version": "24.9.1"
2626
}
2727
]

repo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -166,8 +166,8 @@ output_format = "linkcheck"
166166
docs_root = "${root}/gpu-operator"
167167
project = "gpu-operator"
168168
name = "NVIDIA GPU Operator"
169-
version = "25.3.3"
170-
source_substitutions = { version = "v25.3.3", recommended = "580.82.07" }
169+
version = "25.3.4"
170+
source_substitutions = { version = "v25.3.4", recommended = "580.82.07" }
171171
copyright_start = 2020
172172
sphinx_exclude_patterns = [
173173
"life-cycle-policy.rst",

0 commit comments

Comments
 (0)