Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
27 changes: 27 additions & 0 deletions container-toolkit/release-notes.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,33 @@ This document describes the new features, improvements, fixed and known issues f

______________________________________________________________________

## NVIDIA Container Toolkit 1.17.6

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

The following packages are included:

- `nvidia-container-toolkit 1.17.6`
- `nvidia-container-toolkit-base 1.17.6`
- `libnvidia-container-tools 1.17.6`
- `libnvidia-container1 1.17.6`

The following `container-toolkit` conatiners are included:

- `nvcr.io/nvidia/k8s/container-toolkit:v1.17.6-ubi9`
- `nvcr.io/nvidia/k8s/container-toolkit:v1.17.6-ubuntu20.04` (also as `nvcr.io/nvidia/k8s/container-toolkit:v1.17.6`)

### Fixes and Features

#### Enhancements to libnvidia-container
- 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.

#### Enhancements to container-toolkit Container Images

- 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.
- Updated the CUDA base image version to 12.8.1.


## NVIDIA Container Toolkit 1.17.5

This release of the NVIDIA Container Toolkit `v1.17.5` is a bugfix and minor feature release.
Expand Down
5 changes: 4 additions & 1 deletion container-toolkit/versions.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,10 @@
{
"latest": "1.17.5",
"latest": "1.17.6",
"versions":
[
{
"version": "1.17.6"
},
{
"version": "1.17.5"
},
Expand Down
4 changes: 4 additions & 0 deletions container-toolkit/versions1.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
[
{
"preferred": "true",
"url": "../1.17.6",
"version": "1.17.6"
},
{
"url": "../1.17.5",
"version": "1.17.5"
},
Expand Down
2 changes: 1 addition & 1 deletion repo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ project_build_order = [
docs_root = "${root}/container-toolkit"
project = "container-toolkit"
name = "NVIDIA Container Toolkit"
version = "1.17.5"
version = "1.17.6"
copyright_start = 2020
redirects = [
{ path="concepts.html", target="index.html" },
Expand Down