|
8 | 8 |
|
9 | 9 | This document describes the new features, improvements, fixes and known issues for the NVIDIA Container Toolkit. |
10 | 10 |
|
| 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 | + |
11 | 56 | ## NVIDIA Container Toolkit 1.18.0 |
12 | 57 |
|
13 | 58 | This release of the NVIDIA Container Toolkit `v1.18.0` is feature release with the following high-level changes: |
|
0 commit comments