From ef941f423c3dc1af2397699e6eddfd08136b564f Mon Sep 17 00:00:00 2001 From: Evan Lezar Date: Fri, 7 Mar 2025 17:28:27 +0200 Subject: [PATCH] Update CHANGELOG Signed-off-by: Evan Lezar --- CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 62be906e..b9977483 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,8 @@ ## v1.17.5 +- Allow the `enabled-cuda-compat` hook to be skipped when generating CDI specifications. This improves compatibility with older NVIDIA Container Toolkit installations. The hook is explicitly ignored for management CDI specifications. +- Add IMEX binaries to CDI discovery. This includes the IMEX Daemon and IMEX Control binaries in containers. - Fix bug that may overwrite docker feature flags when configuring CDI from the `nvidia-ctk runtime configure` command. - Remove the unused `Set()` function from engine config API. - Add an `EnableCDI()` method to engine config API.