Skip to content

Commit c1f262c

Browse files
authored
Add NVIDIA Container Toolkit v1.17.5 release notes (#163)
Signed-off-by: Evan Lezar <[email protected]>
1 parent 61d3f0f commit c1f262c

File tree

4 files changed

+43
-2
lines changed

4 files changed

+43
-2
lines changed

container-toolkit/release-notes.md

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

1111
______________________________________________________________________
1212

13+
## NVIDIA Container Toolkit 1.17.5
14+
15+
This release of the NVIDIA Container Toolkit `v1.17.5` is a bugfix and minor feature release.
16+
17+
The following packages are included:
18+
19+
- `nvidia-container-toolkit 1.17.5`
20+
- `nvidia-container-toolkit-base 1.17.5`
21+
- `libnvidia-container-tools 1.17.5`
22+
- `libnvidia-container1 1.17.5`
23+
24+
The following `container-toolkit` conatiners are included:
25+
26+
- `nvcr.io/nvidia/k8s/container-toolkit:v1.17.5-ubi9`
27+
- `nvcr.io/nvidia/k8s/container-toolkit:v1.17.5-ubuntu20.04` (also as `nvcr.io/nvidia/k8s/container-toolkit:v1.17.5`)
28+
29+
### Fixes and Features
30+
31+
- Re-added support for CUDA Forward Compatibility (removed by default in v1.17.4) using a dedicated `enable-cuda-compat` hook. This can be disabled using a `disable-cuda-compat-lib-hook` feature flag and can be skipped from CDI specification generation when using the `nvcdi` API to allow compatibility with older NVIDIA Container Toolkit installations.
32+
- Added the IMEX binaries to a generated CDI specification if present on the host. This change ensures that the IMEX Daemon and IMEX Control executables are present in containers.
33+
- Fixed a bug that may overwrite docker feature flags when configuring CDI Docker from the `nvidia-ctk runtime configure` command.
34+
- Added an `ignore-imex-channel-requests` feature flag. When enabled, this feature flag ensures that the NVIDIA Container Runtime ignores IMEX channel requests to allow their injection to be managed solely by another component.
35+
- Updated the `update-ldcache` hook to run the host `ldconfig` from a MEMFD.
36+
- Fixed a bug where `cdi` mode would not work with the `--gpus` flag even if the NVIDIA Container Runtime was used.
37+
38+
### Enhancements to container-toolkit Container Images
39+
40+
- Added functionality to enable CDI in the selected container engine (Containerd, Cri-o, Docker) if `CDI_ENABLED` is set.
41+
- Updated the CUDA base image version to 12.8.0.
42+
1343
## NVIDIA Container Toolkit 1.17.4
1444

1545
This version includes updates for:

container-toolkit/versions.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,10 @@
11
{
2-
"latest": "1.17.4",
2+
"latest": "1.17.5",
33
"versions":
44
[
5+
{
6+
"version": "1.17.5"
7+
},
58
{
69
"version": "1.17.4"
710
},

container-toolkit/versions1.json

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,14 @@
11
[
22
{
33
"preferred": "true",
4+
"url": "../1.17.5",
5+
"version": "1.17.5"
6+
},
7+
{
8+
"url": "../1.17.4",
9+
"version": "1.17.4"
10+
},
11+
{
412
"url": "../1.17.3",
513
"version": "1.17.3"
614
},

repo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ project_build_order = [
8989
docs_root = "${root}/container-toolkit"
9090
project = "container-toolkit"
9191
name = "NVIDIA Container Toolkit"
92-
version = "1.17.4"
92+
version = "1.17.5"
9393
copyright_start = 2020
9494
redirects = [
9595
{ path="concepts.html", target="index.html" },

0 commit comments

Comments
 (0)