Skip to content

Commit 29f51f6

Browse files
authored
Add release notes for NVIDIA Container Toolkit v1.18.1 (#325)
Signed-off-by: Evan Lezar <[email protected]>
1 parent 3bfd1d9 commit 29f51f6

File tree

4 files changed

+55
-3
lines changed

4 files changed

+55
-3
lines changed

container-toolkit/release-notes.md

Lines changed: 45 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,51 @@
88

99
This document describes the new features, improvements, fixes and known issues for the NVIDIA Container Toolkit.
1010

11+
## NVIDIA Container Toolkit 1.18.1
12+
13+
This release of the NVIDIA Container Toolkit `v1.18.1` is a bugfix release.
14+
15+
### Packaging Changes
16+
- The the RPM packages for the NVIDIA Container Toolkit are now generated with
17+
SHA256 digests.
18+
19+
### Fixes and Features
20+
- Fix a bug where the ldcache in a container may not be correctly generated if the
21+
host and container have different system search paths.
22+
- Fix a bug where CUDA forward compatability would not be configured in containers
23+
where no ldcache exists.
24+
- Fix a bug where a container's ldcache is not updated if where the container image does not have an ld.so.conf file.
25+
- Fix a bug where updating the container's ldcache could cause the priority of user-installed libraries
26+
to be changed.
27+
- Fix a bug where duplicate CDI specs (and CDI hooks) where generated for the default `jit-cdi` mode.
28+
- Allow `nvcdi` feature flags to be configured in `jit-cdi` mode.
29+
- Ensure that the CDI refresh service also triggers on systems where the `nvidia-current` kernel module is used.
30+
- Change the default containerd drop-in config root to `/etc/containerd/conf.d` to align with the value in
31+
newer containerd versions.
32+
- Ensure that log messages in the `nvidia` runtime wrapper script (used by the GPU Operator) are output
33+
to STDERR. This fixes a crash on certain systems when containers are run without the `nvidia` kernel modules loaded.
34+
- Fix a bug where existing imports in containerd were overridden when using a drop-in config file.
35+
- Fix a bug where the `nvidia-container-runtime.mode` setting in the config file was defining the mode used for CDI
36+
spec generation.
37+
- Fix a bug in the `create-dev-char-symlinks` command when all symlinks were being created.
38+
39+
#### Enhancements to container-toolkit Container Images
40+
- Bump the NVIDIA distroless base image to v3.2.1-dev.
41+
42+
### Included Packages
43+
44+
The following packages are included:
45+
46+
- `nvidia-container-toolkit 1.18.1`
47+
- `nvidia-container-toolkit-base 1.18.1`
48+
- `libnvidia-container-tools 1.18.1`
49+
- `libnvidia-container1 1.18.1`
50+
51+
The following `container-toolkit` containers are included:
52+
53+
- `nvcr.io/nvidia/k8s/container-toolkit:v1.18.1`
54+
- `nvcr.io/nvidia/k8s/container-toolkit:v1.18.1-packaging`
55+
1156
## NVIDIA Container Toolkit 1.18.0
1257

1358
This release of the NVIDIA Container Toolkit `v1.18.0` is feature release with the following high-level changes:

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

container-toolkit/versions1.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
11
[
22
{
33
"preferred": "true",
4+
"url": "../1.18.1",
5+
"version": "1.18.1"
6+
},
7+
{
48
"url": "../1.18.0",
59
"version": "1.18.0"
610
},

repo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -102,8 +102,8 @@ project_build_order = [
102102
docs_root = "${root}/container-toolkit"
103103
project = "container-toolkit"
104104
name = "NVIDIA Container Toolkit"
105-
version = "1.18.0"
106-
source_substitutions = {version = "1.18.0"}
105+
version = "1.18.1"
106+
source_substitutions = {version = "1.18.1"}
107107
copyright_start = 2020
108108
redirects = [
109109
{ path="concepts.html", target="index.html" },

0 commit comments

Comments
 (0)