Skip to content

Commit 54acd99

Browse files
committed
Add NVIDIA Container Toolkit v1.17.8 release notes
Signed-off-by: Evan Lezar <[email protected]>
1 parent 5c80cf4 commit 54acd99

File tree

3 files changed

+36
-5
lines changed

3 files changed

+36
-5
lines changed

container-toolkit/release-notes.md

Lines changed: 30 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,36 @@
66

77
# Release Notes
88

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.
1010

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`)
1239

1340
## NVIDIA Container Toolkit 1.17.7
1441

@@ -73,7 +100,7 @@ NVIDIA_CONTAINER_TOOLKIT_VERSION=1.17.6-1 \
73100

74101
**Using `dnf` (RHEL/CentOS, Fedora, Amazon Linux):**
75102

76-
```
103+
```
77104
NVIDIA_CONTAINER_TOOLKIT_VERSION=1.17.6-1 \
78105
dnf install -y \
79106
nvidia-container-toolkit-${NVIDIA_CONTAINER_TOOLKIT_VERSION} \

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)