Releases: NVIDIA/libnvidia-container
Releases · NVIDIA/libnvidia-container
v1.18.0-rc.1
What's Changed
- Fix pointer accessing local variable out of scope
- Require version match between libnvidia-container-tools and libnvidia-container1
- Add libnvidia-gpucomp.so to the list of compute libs
- Use VERSION_ prefix for version parts in makefiles
- Add additional logging
- Do not discard container flags when --cuda-compat-mode is not specified
- Remove unneeded --no-cntlibs argument from list command
- Add cuda-compat-mode flag to configure command
- Skip files when user has insufficient permissions
- Fix building with Go 1.24
- Add no-cntlibs CLI option to nvidia-container-cli
- Fix always using fallback
- Add fallback for systems without memfd_create()
- Create virtual copy of host ldconfig binary before calling fexecve()
- Fix some typos in text.
Full Changelog: v1.17.0...v1.18.0-rc.1
v1.17.8
What's Changed
- Fixed a bug introduced in v1.17.7 when setting the default for
--cuda-compat-mode
flag. This caused failures in use cases invoking thenvidia-container-cli
directly. (Thanks to @nixprime for the fix in #310) - Added additional logging to the
nvidia-container-cli
. - Fixed variable initialisation when updating the ldcache. This caused failures on Arch linux or other platforms where the
nvidia-container-cli
was built from source. (Thanks to @xprssn2 for the investigation in #316)
New Contributors
Full Changelog: v1.17.7...v1.17.8
v1.17.7
What's Changed
- Add
--cuda-compat-mode
flag to thenvidia-container-cli configure
command.
Full Changelog: v1.17.6...v1.17.7
v1.17.6
What's Changed
- Skip files when user has insufficient permissions. This prevents errors when discovering IPC sockets when the
nvidia-container-cli
is run as a non-root user. - Fix building with Go 1.24
- Fix some typos in text.
Full Changelog: v1.17.5...v1.17.6
v1.17.5
v1.17.4
v1.17.3
This version includes updates for:
To view any published security bulletins for NVIDIA products, refer to the NVIDIA product security page at https://www.nvidia.com/en-us/security/.
For more information regarding NVIDIA security vulnerability remediation policies, refer to https://www.nvidia.com/en-us/security/psirt-policies/.
What's Changed
- Create virtual copy of host ldconfig binary before calling fexecve().
Full Changelog: v1.17.2...v1.17.3
v1.17.2
v1.17.1
v1.17.0
What's Changed
This is a promotion of the v1.17.0-rc.2 release to GA and is part of the NVIDIA Container Toolkit v1.17.0 release.
Full Changelog: v1.16.0...v1.17.0
v1.17.0-rc.2
This is a version-bump release for the NVIDIA Container Toolkit v1.17.0-rc.2 release.