|
6 | 6 |
|
7 | 7 | # Release Notes |
8 | 8 |
|
9 | | -This document describes the new features, improvements, fixed and known issues for the NVIDIA Container Toolkit. |
| 9 | +This document describes the new features, improvements, fixes and known issues for the NVIDIA Container Toolkit. |
10 | 10 |
|
11 | | -______________________________________________________________________ |
| 11 | +## NVIDIA Container Toolkit 1.17.8 |
| 12 | + |
| 13 | +This release of the NVIDIA Container Toolkit `v1.17.8` is a bugfix release. |
| 14 | + |
| 15 | +### Fixes and Features |
| 16 | + |
| 17 | +- Updated the ordering of Mounts in CDI to have a deterministic output. This makes testing more consistent. |
| 18 | +- Added NVIDIA_CTK_DEBUG envvar to hooks. |
| 19 | + |
| 20 | +#### Enhancements to libnvidia-container |
| 21 | + |
| 22 | +- Fixed a bug in setting the default for the `--cuda-compat-mode` flag. This caused failures in use cases invoking the `nvidia-container-cli` directly or when an older `nvidia-container-toolkit` version was used with a newer `nvidia-container-cli`. |
| 23 | +- Added additional logging to the `nvidia-container-cli`. |
| 24 | +- Fixed variable initialisation when updating the ldcache. This caused failures on Arch linux or other platforms where the `nvidia-container-cli` was built from source. |
| 25 | + |
| 26 | +### Included Packages |
| 27 | + |
| 28 | +The following packages are included: |
| 29 | + |
| 30 | +- `nvidia-container-toolkit 1.17.8` |
| 31 | +- `nvidia-container-toolkit-base 1.17.8` |
| 32 | +- `libnvidia-container-tools 1.17.8` |
| 33 | +- `libnvidia-container1 1.17.8` |
| 34 | + |
| 35 | +The following `container-toolkit` containers are included: |
| 36 | + |
| 37 | +- `nvcr.io/nvidia/k8s/container-toolkit:v1.17.8-ubi8` |
| 38 | +- `nvcr.io/nvidia/k8s/container-toolkit:v1.17.8-ubuntu20.04` (also as `nvcr.io/nvidia/k8s/container-toolkit:v1.17.8`) |
12 | 39 |
|
13 | 40 | ## NVIDIA Container Toolkit 1.17.7 |
14 | 41 |
|
@@ -73,7 +100,7 @@ NVIDIA_CONTAINER_TOOLKIT_VERSION=1.17.6-1 \ |
73 | 100 |
|
74 | 101 | **Using `dnf` (RHEL/CentOS, Fedora, Amazon Linux):** |
75 | 102 |
|
76 | | -``` |
| 103 | +``` |
77 | 104 | NVIDIA_CONTAINER_TOOLKIT_VERSION=1.17.6-1 \ |
78 | 105 | dnf install -y \ |
79 | 106 | nvidia-container-toolkit-${NVIDIA_CONTAINER_TOOLKIT_VERSION} \ |
|
0 commit comments