From 2680eec59ce1c934b676940d6c5d97af640dad50 Mon Sep 17 00:00:00 2001 From: Evan Lezar Date: Thu, 5 Jun 2025 13:51:34 +0200 Subject: [PATCH 1/2] Bump version for v1.18.0-rc.1 release Signed-off-by: Evan Lezar --- versions.mk | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/versions.mk b/versions.mk index facc30f30..a535af45f 100644 --- a/versions.mk +++ b/versions.mk @@ -13,8 +13,8 @@ # limitations under the License. LIB_NAME := nvidia-container-toolkit -LIB_VERSION := 1.17.4 -LIB_TAG := +LIB_VERSION := 1.18.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 (~). From c49b7cb6e9c708449a804e4c3ebf41db3a77cfd5 Mon Sep 17 00:00:00 2001 From: Evan Lezar Date: Thu, 5 Jun 2025 13:57:07 +0200 Subject: [PATCH 2/2] [no-relnote] Add placeholder for v1.18.0-rc.1 changelog Signed-off-by: Evan Lezar --- CHANGELOG.md | 27 ++------------------------- 1 file changed, 2 insertions(+), 25 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index dd79e7dea..4a91c60b4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,34 +1,11 @@ # NVIDIA Container Toolkit Changelog -## v1.17.4 -- Disable mounting of compat libs from container by default -- Add allow-cuda-compat-libs-from-container feature flag -- Skip graphics modifier in CSV mode -- Properly pass configSearchPaths to a Driver constructor -- Add support for containerd version 3 config -- Add string TOML source - -### Changes in libnvidia-container -- Add no-cntlibs CLI option to nvidia-container-cli +## v1.18.0-rc.1 ### Changes in the Toolkit Container -- Bump CUDA base image version to 12.6.3 - -## v1.17.3 -- Only allow host-relative LDConfig paths by default. -### Changes in libnvidia-container -- Create virtual copy of host ldconfig binary before calling fexecve() -## v1.17.2 -- Fixed a bug where legacy images would set imex channels as `all`. -## v1.17.1 -- 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. - -### Changes in the Toolkit Container -- Fallback to using a config file if the current runtime config can not be determined from the command line. +### Changes in libnvidia-container ## v1.17.0 - Promote v1.17.0-rc.2 to v1.17.0