Skip to content

Commit e74d4ca

Browse files
authored
Merge pull request #147 from elezar/release-container-toolkit-v1.17.4
Add NVIDIA Container Toolkit v1.17.4 release notes
2 parents 7832c44 + 015f25b commit e74d4ca

File tree

3 files changed

+39
-2
lines changed

3 files changed

+39
-2
lines changed

container-toolkit/release-notes.md

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

1111
______________________________________________________________________
1212

13+
## NVIDIA Container Toolkit 1.17.4
14+
15+
This release of the NVIDIA Container Toolkit `v1.17.4` is a bugfix release.
16+
17+
The following packages are included:
18+
19+
- `nvidia-container-toolkit 1.17.4`
20+
- `nvidia-container-toolkit-base 1.17.4`
21+
- `libnvidia-container-tools 1.17.4`
22+
- `libnvidia-container1 1.17.4`
23+
24+
The following `container-toolkit` conatiners are included:
25+
26+
- `nvcr.io/nvidia/k8s/container-toolkit:v1.17.4-ubi8`
27+
- `nvcr.io/nvidia/k8s/container-toolkit:v1.17.4-ubuntu20.04` (also as `nvcr.io/nvidia/k8s/container-toolkit:v1.17.4`)
28+
29+
### Fixes and Features
30+
31+
- Disable the mounting of CUDA compat libraries from the container by default. The libraries are still available in their
32+
orignal location. If the previous behaviour is required, the `allow-cuda-compat-libs-from-container` feature flag can be enabled.
33+
- Skip the detection and injection of graphics libraries when `NVIDIA_DRIVER_CAPABILITIES` includes `graphics` on iGPU-based systems.
34+
This prevents conflicting ICD files causing errors when starting a container.
35+
- Fix a bug where `--config-search-path` arguments are ignored when running `nvidia-ctk generate`. This fix allows driver
36+
to be located even if they are in non-standard locations.
37+
- Add support for Containerd version 3 config files.
38+
39+
#### Enhancements to libnvidia-container
40+
41+
- Add a `--no-cntlibs` CLI option to `nvidia-container-cli`.
42+
43+
### Enhancements to container-toolkit Container Images
44+
45+
- Updated the CUDA base image version to 12.6.3.
46+
1347
## NVIDIA Container Toolkit 1.17.3
1448

1549
This release of the NVIDIA Container Toolkit `v1.17.3` is a bugfix release.

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.3",
2+
"latest": "1.17.4",
33
"versions":
44
[
5+
{
6+
"version": "1.17.4"
7+
},
58
{
69
"version": "1.17.3"
710
},

repo.toml

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

0 commit comments

Comments
 (0)