Skip to content

Commit bbc33ec

Browse files
authored
Add NVIDIA Container Toolkit v1.17.0 release notes (#122)
Signed-off-by: Evan Lezar <[email protected]>
1 parent 2993457 commit bbc33ec

File tree

3 files changed

+53
-3
lines changed

3 files changed

+53
-3
lines changed

container-toolkit/release-notes.md

Lines changed: 47 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,53 @@ This document describes the new features, improvements, fixed and known issues f
1010

1111
______________________________________________________________________
1212

13+
## NVIDIA Container Toolkit 1.17.0
14+
15+
This version includes updates for:
16+
17+
* [NVIDIA CVE-2024-0134](https://nvidia.custhelp.com/app/answers/detail/a_id/5585)
18+
19+
To view any published security bulletins for NVIDIA products, refer to the NVIDIA product security page at <https://www.nvidia.com/en-us/security/>.
20+
21+
For more information regarding NVIDIA security vulnerability remediation policies, refer to <https://www.nvidia.com/en-us/security/psirt-policies/>.
22+
23+
---
24+
25+
This release of the NVIDIA Container Toolkit `v1.17.0` is a feature update and bugfix release.
26+
27+
The following packages are included:
28+
29+
- `nvidia-container-toolkit 1.17.0`
30+
- `libnvidia-container-tools 1.17.0`
31+
- `libnvidia-container1 1.17.0`
32+
33+
The following `container-toolkit` conatiners are included:
34+
35+
- `nvcr.io/nvidia/k8s/container-toolkit:v1.17.0-ubi8`
36+
- `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+
1360
## NVIDIA Container Toolkit 1.16.2
1461

1562
**This release provides critical security updates and is recommended for all users.**

container-toolkit/versions.json

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,13 @@
11
{
2-
"latest": "1.16.2",
2+
"latest": "1.17.0",
33
"versions":
44
[
5+
{
6+
"version": "1.17.0"
7+
},
58
{
69
"version": "1.16.2"
7-
},
10+
},
811
{
912
"version": "1.16.1"
1013
},

repo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ project_build_order = [
7777
docs_root = "${root}/container-toolkit"
7878
project = "container-toolkit"
7979
name = "NVIDIA Container Toolkit"
80-
version = "1.16.2"
80+
version = "1.17.0"
8181
copyright_start = 2020
8282
redirects = [
8383
{ path="concepts.html", target="index.html" },

0 commit comments

Comments
 (0)