From 8c4b3389868d2cf069efc26f73021b5e7b3df179 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 4 Dec 2024 09:39:44 +0000 Subject: [PATCH 1/2] Bump third_party/libnvidia-container from `63d366e` to `16f37fc` Bumps [third_party/libnvidia-container](https://github.com/NVIDIA/libnvidia-container) from `63d366e` to `16f37fc`. - [Release notes](https://github.com/NVIDIA/libnvidia-container/releases) - [Commits](https://github.com/NVIDIA/libnvidia-container/compare/63d366ee3b4183513c310ac557bf31b05b83328f...16f37fcafcbdaf67525135104d60d98d36688ba9) --- updated-dependencies: - dependency-name: third_party/libnvidia-container dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- 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 63d366ee..16f37fca 160000 --- a/third_party/libnvidia-container +++ b/third_party/libnvidia-container @@ -1 +1 @@ -Subproject commit 63d366ee3b4183513c310ac557bf31b05b83328f +Subproject commit 16f37fcafcbdaf67525135104d60d98d36688ba9 From b008af4141d926c67ad61fd8a77222a0a8d8b07e Mon Sep 17 00:00:00 2001 From: Evan Lezar Date: Wed, 4 Dec 2024 10:44:40 +0100 Subject: [PATCH 2/2] [no-relnote] Update changelog Signed-off-by: Evan Lezar --- CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index d82c0b5d..2a3c36e1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,8 @@ ## 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`.