Skip to content

Commit 4b8f7a0

Browse files
authored
Add NVIDIA Container Toolkit v1.17.6 release notes (#176)
Signed-off-by: Evan Lezar <[email protected]>
1 parent 4f68607 commit 4b8f7a0

File tree

4 files changed

+36
-2
lines changed

4 files changed

+36
-2
lines changed

container-toolkit/release-notes.md

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,33 @@ This document describes the new features, improvements, fixed and known issues f
1010

1111
______________________________________________________________________
1212

13+
## NVIDIA Container Toolkit 1.17.6
14+
15+
This release of the NVIDIA Container Toolkit `v1.17.6` is a bugfix and minor feature release.
16+
17+
The following packages are included:
18+
19+
- `nvidia-container-toolkit 1.17.6`
20+
- `nvidia-container-toolkit-base 1.17.6`
21+
- `libnvidia-container-tools 1.17.6`
22+
- `libnvidia-container1 1.17.6`
23+
24+
The following `container-toolkit` conatiners are included:
25+
26+
- `nvcr.io/nvidia/k8s/container-toolkit:v1.17.6-ubi9`
27+
- `nvcr.io/nvidia/k8s/container-toolkit:v1.17.6-ubuntu20.04` (also as `nvcr.io/nvidia/k8s/container-toolkit:v1.17.6`)
28+
29+
### Fixes and Features
30+
31+
#### Enhancements to libnvidia-container
32+
- Added logic to skip files when user has insufficient permissions to read them. This prevents errors discovering IPC sockets when the `nvidia-container-cli` is run as a non-root user.
33+
34+
#### Enhancements to container-toolkit Container Images
35+
36+
- Added functionality to allow the container runtime executable path to be specified when configuring containerd. The allows the Toolkit Container to be used in environments where multiple containerd executables are available.
37+
- Updated the CUDA base image version to 12.8.1.
38+
39+
1340
## NVIDIA Container Toolkit 1.17.5
1441

1542
This release of the NVIDIA Container Toolkit `v1.17.5` is a bugfix and minor feature release.

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.17.5",
2+
"latest": "1.17.6",
33
"versions":
44
[
5+
{
6+
"version": "1.17.6"
7+
},
58
{
69
"version": "1.17.5"
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.17.6",
5+
"version": "1.17.6"
6+
},
7+
{
48
"url": "../1.17.5",
59
"version": "1.17.5"
610
},

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.5"
104+
version = "1.17.6"
105105
copyright_start = 2020
106106
redirects = [
107107
{ path="concepts.html", target="index.html" },

0 commit comments

Comments
 (0)