You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
-`nvcr.io/nvidia/k8s/container-toolkit:v1.17.0-ubuntu20.04` (also as `nvcr.io/nvidia/k8s/container-toolkit:v1.16.1`)
37
+
38
+
### Fixes and Features
39
+
40
+
- Fixed a bug where symlinks created as a container starts could escape the container root. This fix addresses CVE-2024-0134.
41
+
- Fixed a bug with locating `libcuda.so` in the ldcache while generating CDI specifications. This fix enables the toolkit to locate driver libraries on systems that use a custom path for the driver installation.
42
+
- Fixed a bug related to creating symlink chains on Tegra-based sytems. This fix ensures that behavior is consistent across multiple runs of containers and do not depend on a random sort order.
43
+
- Fixed a bug where VDPAU driver libraries are not discovered in CDI spec generation.
44
+
45
+
- Added support for requesting IMEX channels as volume mounts.
46
+
- Added a `disable-imex-channel-creation` feature flag to disable the creation of IMEX channel device nodes when creating a container.
47
+
- Added IMEX channel device nodes to the CDI specifications in `management` mode.
48
+
- Added the creation of select driver symlinks (e.g. `libcuda.so`) in CDI specification generation to match the behavior in the `legacy` mode.
49
+
50
+
51
+
### Enhancements to container-toolkit Container Images
52
+
53
+
- Added support for querying current container runtime configurations from the command line instead of config files. This ensures that the effective config is used when configuring the NVIDIA Container Runtimes.
54
+
- Updated the CUDA base image version to 12.6.2.
55
+
56
+
#### Enhancements to libnvidia-container
57
+
58
+
- Added a `--no-create-imex-channels` command line option.
59
+
13
60
## NVIDIA Container Toolkit 1.16.2
14
61
15
62
**This release provides critical security updates and is recommended for all users.**
0 commit comments