diff --git a/container-toolkit/release-notes.md b/container-toolkit/release-notes.md index b693e074c..81f6f8bc2 100644 --- a/container-toolkit/release-notes.md +++ b/container-toolkit/release-notes.md @@ -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. diff --git a/container-toolkit/versions.json b/container-toolkit/versions.json index 9d2dd9981..4c8747660 100644 --- a/container-toolkit/versions.json +++ b/container-toolkit/versions.json @@ -1,7 +1,10 @@ { - "latest": "1.17.5", + "latest": "1.17.6", "versions": [ + { + "version": "1.17.6" + }, { "version": "1.17.5" }, diff --git a/container-toolkit/versions1.json b/container-toolkit/versions1.json index e496da1ba..dc916f2a1 100644 --- a/container-toolkit/versions1.json +++ b/container-toolkit/versions1.json @@ -1,6 +1,10 @@ [ { "preferred": "true", + "url": "../1.17.6", + "version": "1.17.6" + }, + { "url": "../1.17.5", "version": "1.17.5" }, diff --git a/repo.toml b/repo.toml index c31e96379..8e47ee289 100644 --- a/repo.toml +++ b/repo.toml @@ -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" },