From 8e07d90802bea24a7dca00ca1ff691be5e7f4903 Mon Sep 17 00:00:00 2001 From: Evan Lezar Date: Tue, 24 Sep 2024 14:12:24 +0200 Subject: [PATCH] Update CHANGELOG.md for v1.16.2 release Signed-off-by: Evan Lezar --- CHANGELOG.md | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d9b5b8ca..5dcd5690 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,18 @@ # NVIDIA Container Toolkit Changelog +## v1.16.2 +- Exclude libnvidia-allocator from graphics mounts. This fixes a bug that leaks mounts when a container is started with bi-directional mount propagation. +- Use empty string for default runtime-config-override. This removes a redundant warning for runtimes (e.g. Docker) where this is not applicable. + +### Changes in the Toolkit Container +- Bump CUDA base image version to 12.6.0 + +### Changes in libnvidia-container +- Add no-gsp-firmware command line option +- Add no-fabricmanager command line option +- Add no-persistenced command line option +- Skip directories and symlinks when mounting libraries. + ## v1.16.1 - Fix bug with processing errors during CDI spec generation for MIG devices @@ -9,7 +22,6 @@ ### Changes in the Toolkit Container - Bump CUDA base image version to 12.5.1 - ## v1.16.0-rc.2 - Use relative path to locate driver libraries - Add RelativeToRoot function to Driver