We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 0e1c145 + 33de96c commit d53a382Copy full SHA for d53a382
CHANGELOG.md
@@ -1,5 +1,13 @@
1
# NVIDIA Container Toolkit Changelog
2
3
+## v1.17.9
4
+- Don't inject enable-cuda-compat hook in CSV mode
5
+- Use securejoin to resolve /proc
6
+
7
+### Changes in the Toolkit Container
8
9
+- Bump nvidia/cuda to 12.9.1 in /deployments/container
10
11
## v1.17.8
12
13
- Updated the ordering of Mounts in CDI to have a deterministic output. This makes testing more consistent.
versions.mk
@@ -13,7 +13,7 @@
# limitations under the License.
14
15
LIB_NAME := nvidia-container-toolkit
16
-LIB_VERSION := 1.17.8
+LIB_VERSION := 1.17.9
17
LIB_TAG :=
18
19
# The package version is the combination of the library version and tag.
0 commit comments