From 4499550780ed63995421f5e91a970a1a8090a427 Mon Sep 17 00:00:00 2001 From: Evan Lezar Date: Fri, 6 Dec 2024 14:14:56 +0100 Subject: [PATCH 1/5] Correct minor typos in v1.17.0 release notes Signed-off-by: Evan Lezar --- container-toolkit/release-notes.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/container-toolkit/release-notes.md b/container-toolkit/release-notes.md index 706a12686..5b49a5114 100644 --- a/container-toolkit/release-notes.md +++ b/container-toolkit/release-notes.md @@ -27,13 +27,14 @@ This release of the NVIDIA Container Toolkit `v1.17.0` is a feature update and b The following packages are included: - `nvidia-container-toolkit 1.17.0` +- `nvidia-container-toolkit-base 1.17.0` - `libnvidia-container-tools 1.17.0` - `libnvidia-container1 1.17.0` The following `container-toolkit` conatiners are included: - `nvcr.io/nvidia/k8s/container-toolkit:v1.17.0-ubi8` -- `nvcr.io/nvidia/k8s/container-toolkit:v1.17.0-ubuntu20.04` (also as `nvcr.io/nvidia/k8s/container-toolkit:v1.16.1`) +- `nvcr.io/nvidia/k8s/container-toolkit:v1.17.0-ubuntu20.04` (also as `nvcr.io/nvidia/k8s/container-toolkit:v1.17.0`) ### Fixes and Features From 94eaa3f43f201350698ad208c0e3d7921387e7b5 Mon Sep 17 00:00:00 2001 From: Evan Lezar Date: Fri, 6 Dec 2024 14:16:13 +0100 Subject: [PATCH 2/5] Add NVIDIA Container Toolkit v1.17.1 release notes Signed-off-by: Evan Lezar --- container-toolkit/release-notes.md | 27 +++++++++++++++++++++++++++ container-toolkit/versions.json | 5 ++++- repo.toml | 2 +- 3 files changed, 32 insertions(+), 2 deletions(-) diff --git a/container-toolkit/release-notes.md b/container-toolkit/release-notes.md index 5b49a5114..57b62cb4d 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.1 + +This release of the NVIDIA Container Toolkit `v1.17.1` is a bugfix release. + +The following packages are included: + +- `nvidia-container-toolkit 1.17.1` +- `nvidia-container-toolkit-base 1.17.1` +- `libnvidia-container-tools 1.17.1` +- `libnvidia-container1 1.17.1` + +The following `container-toolkit` conatiners are included: + +- `nvcr.io/nvidia/k8s/container-toolkit:v1.17.1-ubi8` +- `nvcr.io/nvidia/k8s/container-toolkit:v1.17.1-ubuntu20.04` (also as `nvcr.io/nvidia/k8s/container-toolkit:v1.17.1`) + +### Fixes and Features + +- Fixed a bug where specific symlinks existing in a container image could cause a container to fail to start. +- Fixed a bug on Tegra-based systems where a container would fail to start. +- Fixed a bug where the default container runtime config path was not properly set. + +### Enhancements to container-toolkit Container Images + +- Added a fallback to using a config file if the current runtime config can not be determined from the command line. This fixes deployments on environments such as microk8s. + + ## NVIDIA Container Toolkit 1.17.0 This version includes updates for: diff --git a/container-toolkit/versions.json b/container-toolkit/versions.json index 385486da9..24ff96886 100644 --- a/container-toolkit/versions.json +++ b/container-toolkit/versions.json @@ -1,7 +1,10 @@ { - "latest": "1.17.0", + "latest": "1.17.1", "versions": [ + { + "version": "1.17.1" + }, { "version": "1.17.0" }, diff --git a/repo.toml b/repo.toml index 201f4034e..8fd9ca452 100644 --- a/repo.toml +++ b/repo.toml @@ -78,7 +78,7 @@ project_build_order = [ docs_root = "${root}/container-toolkit" project = "container-toolkit" name = "NVIDIA Container Toolkit" -version = "1.17.0" +version = "1.17.1" copyright_start = 2020 redirects = [ { path="concepts.html", target="index.html" }, From c81a39464905c3141d5b7e2dd5d2e6056425bf00 Mon Sep 17 00:00:00 2001 From: Evan Lezar Date: Fri, 6 Dec 2024 14:19:14 +0100 Subject: [PATCH 3/5] Add NVIDIA Container Toolkit v1.17.2 release notes Signed-off-by: Evan Lezar --- container-toolkit/release-notes.md | 20 ++++++++++++++++++++ container-toolkit/versions.json | 5 ++++- repo.toml | 2 +- 3 files changed, 25 insertions(+), 2 deletions(-) diff --git a/container-toolkit/release-notes.md b/container-toolkit/release-notes.md index 57b62cb4d..b69dea754 100644 --- a/container-toolkit/release-notes.md +++ b/container-toolkit/release-notes.md @@ -10,6 +10,26 @@ This document describes the new features, improvements, fixed and known issues f ______________________________________________________________________ +## NVIDIA Container Toolkit 1.17.2 + +This release of the NVIDIA Container Toolkit `v1.17.2` is a bugfix release. + +The following packages are included: + +- `nvidia-container-toolkit 1.17.2` +- `nvidia-container-toolkit-base 1.17.2` +- `libnvidia-container-tools 1.17.2` +- `libnvidia-container1 1.17.2` + +The following `container-toolkit` conatiners are included: + +- `nvcr.io/nvidia/k8s/container-toolkit:v1.17.2-ubi8` +- `nvcr.io/nvidia/k8s/container-toolkit:v1.17.2-ubuntu20.04` (also as `nvcr.io/nvidia/k8s/container-toolkit:v1.17.2`) + +### Fixes and Features + +- Fixed a bug where legacy images would set imex channels as `all`.container to fail to start. + ## NVIDIA Container Toolkit 1.17.1 This release of the NVIDIA Container Toolkit `v1.17.1` is a bugfix release. diff --git a/container-toolkit/versions.json b/container-toolkit/versions.json index 24ff96886..15eea767c 100644 --- a/container-toolkit/versions.json +++ b/container-toolkit/versions.json @@ -1,7 +1,10 @@ { - "latest": "1.17.1", + "latest": "1.17.2", "versions": [ + { + "version": "1.17.2" + }, { "version": "1.17.1" }, diff --git a/repo.toml b/repo.toml index 8fd9ca452..276d27a96 100644 --- a/repo.toml +++ b/repo.toml @@ -78,7 +78,7 @@ project_build_order = [ docs_root = "${root}/container-toolkit" project = "container-toolkit" name = "NVIDIA Container Toolkit" -version = "1.17.1" +version = "1.17.2" copyright_start = 2020 redirects = [ { path="concepts.html", target="index.html" }, From 1f243f318a683383083d714e8364e2ee4135b3cf Mon Sep 17 00:00:00 2001 From: Evan Lezar Date: Fri, 6 Dec 2024 14:22:07 +0100 Subject: [PATCH 4/5] Add NVIDIA Container Toolkit v1.17.3 release notes Signed-off-by: Evan Lezar --- container-toolkit/release-notes.md | 24 ++++++++++++++++++++++++ container-toolkit/versions.json | 5 ++++- repo.toml | 2 +- 3 files changed, 29 insertions(+), 2 deletions(-) diff --git a/container-toolkit/release-notes.md b/container-toolkit/release-notes.md index b69dea754..7ceca1bcf 100644 --- a/container-toolkit/release-notes.md +++ b/container-toolkit/release-notes.md @@ -10,6 +10,30 @@ This document describes the new features, improvements, fixed and known issues f ______________________________________________________________________ +## NVIDIA Container Toolkit 1.17.3 + +This release of the NVIDIA Container Toolkit `v1.17.3` is a bugfix release. + +The following packages are included: + +- `nvidia-container-toolkit 1.17.3` +- `nvidia-container-toolkit-base 1.17.3` +- `libnvidia-container-tools 1.17.3` +- `libnvidia-container1 1.17.3` + +The following `container-toolkit` conatiners are included: + +- `nvcr.io/nvidia/k8s/container-toolkit:v1.17.3-ubi8` +- `nvcr.io/nvidia/k8s/container-toolkit:v1.17.3-ubuntu20.04` (also as `nvcr.io/nvidia/k8s/container-toolkit:v1.17.3`) + +### Fixes and Features + +- Only allow host-relative LDConfig paths by default. The previous behaviour of allowing container-relative LDConfig paths can explicitly enable. + +#### Enhancements to libnvidia-container + +- Create virtual copy of host ldconfig binary before calling fexecve() to update the container's ldcache. + ## NVIDIA Container Toolkit 1.17.2 This release of the NVIDIA Container Toolkit `v1.17.2` is a bugfix release. diff --git a/container-toolkit/versions.json b/container-toolkit/versions.json index 15eea767c..14f8202c2 100644 --- a/container-toolkit/versions.json +++ b/container-toolkit/versions.json @@ -1,7 +1,10 @@ { - "latest": "1.17.2", + "latest": "1.17.3", "versions": [ + { + "version": "1.17.3" + }, { "version": "1.17.2" }, diff --git a/repo.toml b/repo.toml index 276d27a96..8b4a9d2b5 100644 --- a/repo.toml +++ b/repo.toml @@ -78,7 +78,7 @@ project_build_order = [ docs_root = "${root}/container-toolkit" project = "container-toolkit" name = "NVIDIA Container Toolkit" -version = "1.17.2" +version = "1.17.3" copyright_start = 2020 redirects = [ { path="concepts.html", target="index.html" }, From f5abd10980f2086d3ac11960965a6d171f7bf721 Mon Sep 17 00:00:00 2001 From: Mike McKiernan Date: Mon, 23 Dec 2024 10:41:49 -0500 Subject: [PATCH 5/5] Trim older releases from menu Signed-off-by: Mike McKiernan --- container-toolkit/versions.json | 12 ------------ 1 file changed, 12 deletions(-) diff --git a/container-toolkit/versions.json b/container-toolkit/versions.json index 14f8202c2..6300b7de6 100644 --- a/container-toolkit/versions.json +++ b/container-toolkit/versions.json @@ -23,17 +23,5 @@ { "version": "1.16.0" }, - { - "version": "1.15.0" - }, - { - "version": "1.14.6" - }, - { - "version": "1.14.5" - }, - { - "version": "1.14.4" - } ] }