From 5d057dce6699761851f8936b434fb75620a63946 Mon Sep 17 00:00:00 2001 From: Evan Lezar Date: Fri, 18 Oct 2024 15:25:59 +0200 Subject: [PATCH] Bump version for v1.17.0-rc.1 release Signed-off-by: Evan Lezar --- CHANGELOG.md | 23 +++++++++++++++++++++++ versions.mk | 4 ++-- 2 files changed, 25 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 461c2630..af82c564 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,28 @@ # NVIDIA Container Toolkit Changelog +## v1.17.0-rc.1 +- Allow IMEX channels to be requested as volume mounts +- Fix typo in error message +- Add disable-imex-channel-creation feature flag +- Add -z,lazy to LDFLAGS +- Add imex channels to management CDI spec +- Add support to fetch current container runtime config from the command line. +- Add creation of select driver symlinks to CDI spec generation. +- Remove support for config overrides when configuring runtimes. +- Skip explicit creation of libnvidia-allocator.so.1 symlink +- Add vdpau as as a driver library search path. +- Add support for using libnvsandboxutils to generate CDI specifications. + +### Changes in the Toolkit Container + +- Allow opt-in features to be selected when deploying the toolkit-container. +- Bump CUDA base image version to 12.6.2 +- Remove support for config overrides when configuring runtimes. + +### Changes in libnvidia-container + +- Add no-create-imex-channels command line option. + ## 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. diff --git a/versions.mk b/versions.mk index 58908893..434a66f9 100644 --- a/versions.mk +++ b/versions.mk @@ -13,8 +13,8 @@ # limitations under the License. LIB_NAME := nvidia-container-toolkit -LIB_VERSION := 1.16.2 -LIB_TAG := +LIB_VERSION := 1.17.0 +LIB_TAG := rc.1 # The package version is the combination of the library version and tag. # If the tag is specified the two components are joined with a tilde (~).