Skip to content

Commit 14bcbbc

Browse files
committed
Add NVIDIA Container Toolkit v1.17.8 release notes
Signed-off-by: Evan Lezar <elezar@nvidia.com>
1 parent 5c80cf4 commit 14bcbbc

File tree

4 files changed

+39
-4
lines changed

4 files changed

+39
-4
lines changed

container-toolkit/release-notes.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,10 @@
88

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

11-
______________________________________________________________________
11+
```{raw} markdown
12+
```{include} release-notes/v1.17.8.md
13+
```
14+
```
1215
1316
## NVIDIA Container Toolkit 1.17.7
1417
@@ -73,7 +76,7 @@ NVIDIA_CONTAINER_TOOLKIT_VERSION=1.17.6-1 \
7376

7477
**Using `dnf` (RHEL/CentOS, Fedora, Amazon Linux):**
7578

76-
```
79+
```
7780
NVIDIA_CONTAINER_TOOLKIT_VERSION=1.17.6-1 \
7881
dnf install -y \
7982
nvidia-container-toolkit-${NVIDIA_CONTAINER_TOOLKIT_VERSION} \
Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,28 @@
1+
## NVIDIA Container Toolkit 1.17.8
2+
3+
This release of the NVIDIA Container Toolkit `v1.17.8` is a bugfix release.
4+
5+
### Fixes and Features
6+
7+
- Updated the ordering of Mounts in CDI to have a deterministic output. This makes testing more consistent.
8+
- Added NVIDIA_CTK_DEBUG envvar to hooks.
9+
10+
#### Enhancements to libnvidia-container
11+
12+
- 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`.
13+
- Added additional logging to the `nvidia-container-cli`.
14+
- 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.
15+
16+
### Included Packages
17+
18+
The following packages are included:
19+
20+
- `nvidia-container-toolkit 1.17.8`
21+
- `nvidia-container-toolkit-base 1.17.8`
22+
- `libnvidia-container-tools 1.17.8`
23+
- `libnvidia-container1 1.17.8`
24+
25+
The following `container-toolkit` containers are included:
26+
27+
- `nvcr.io/nvidia/k8s/container-toolkit:v1.17.8-ubi8`
28+
- `nvcr.io/nvidia/k8s/container-toolkit:v1.17.8-ubuntu20.04` (also as `nvcr.io/nvidia/k8s/container-toolkit:v1.17.8`)

container-toolkit/versions.json

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
11
[
22
{
33
"preferred": "true",
4+
"url": "../1.17.8",
5+
"version": "1.17.8"
6+
},
7+
{
48
"url": "../1.17.7",
59
"version": "1.17.7"
610
},
@@ -44,4 +48,4 @@
4448
"url": "../1.16.0",
4549
"version": "1.16.0"
4650
}
47-
]
51+
]

repo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ project_build_order = [
101101
docs_root = "${root}/container-toolkit"
102102
project = "container-toolkit"
103103
name = "NVIDIA Container Toolkit"
104-
version = "1.17.7"
104+
version = "1.17.8"
105105
copyright_start = 2020
106106
redirects = [
107107
{ path="concepts.html", target="index.html" },

0 commit comments

Comments
 (0)