From 7840e7d6503e99bfee3fa52c28be7ffb3246eb11 Mon Sep 17 00:00:00 2001 From: Evan Lezar Date: Mon, 27 Nov 2023 11:48:29 +0100 Subject: [PATCH 1/2] Bump version to v1.15.0-rc.1 Signed-off-by: Evan Lezar --- CHANGELOG.md | 1 + versions.mk | 4 ++-- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ec6e543f..4f7389e0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,6 @@ # NVIDIA Container Toolkit Changelog +## v1.15.0-rc.1 * Skip update of ldcache in containers without ldconfig. The .so.SONAME symlinks are still created. * Normalize ldconfig path on use. This automatically adjust the ldconfig setting applied to ldconfig.real on systems where this exists. * Include `nvidia/nvoptix.bin` in list of graphics mounts. diff --git a/versions.mk b/versions.mk index 201f2ad6..f5e708e4 100644 --- a/versions.mk +++ b/versions.mk @@ -13,8 +13,8 @@ # limitations under the License. LIB_NAME := nvidia-container-toolkit -LIB_VERSION := 1.14.3 -LIB_TAG := +LIB_VERSION := 1.15.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 84d857b4978bd9271866dfb91bffe81429c072c7 Mon Sep 17 00:00:00 2001 From: Evan Lezar Date: Mon, 27 Nov 2023 13:22:52 +0100 Subject: [PATCH 2/2] Update libnvidia-container Signed-off-by: Evan Lezar --- third_party/libnvidia-container | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/third_party/libnvidia-container b/third_party/libnvidia-container index f30a9f4a..5c75904f 160000 --- a/third_party/libnvidia-container +++ b/third_party/libnvidia-container @@ -1 +1 @@ -Subproject commit f30a9f4ad1136ab50d048e7781af05a3ed060f24 +Subproject commit 5c75904f9cf41bd106a0424e6d24c2854ef94c11