Update CHANGELOG

Signed-off-by: Evan Lezar <elezar@nvidia.com>
This commit is contained in:
Evan Lezar 2025-03-07 17:28:27 +02:00
parent 90d30740a4
commit ef941f423c
No known key found for this signature in database

View File

@ -2,6 +2,8 @@
## v1.17.5 ## 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. - 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. - Remove the unused `Set()` function from engine config API.
- Add an `EnableCDI()` method to engine config API. - Add an `EnableCDI()` method to engine config API.