Skip to content

Releases: NVIDIA/libnvidia-container

v1.18.0-rc.1

25 Jun 12:58
v1.18.0-rc.1
9d6a23b
Compare
Choose a tag to compare
v1.18.0-rc.1 Pre-release
Pre-release

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

30 May 16:38
v1.17.8
6eda4d7
Compare
Choose a tag to compare

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 the nvidia-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

16 May 15:44
v1.17.7
d26524a
Compare
Choose a tag to compare

What's Changed

  • Add --cuda-compat-mode flag to the nvidia-container-cli configure command.

Full Changelog: v1.17.6...v1.17.7

v1.17.6

24 Apr 07:41
v1.17.6
a198166
Compare
Choose a tag to compare

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

11 Mar 13:25
f23e5e5
Compare
Choose a tag to compare

This is a version-bump release for the NVIDIA Container Toolkit v1.17.5 release.

v1.17.4

23 Jan 13:29
f23e5e5
Compare
Choose a tag to compare

What's Changed

  • Add no-cntlibs CLI option to nvidia-container-cli

Full Changelog: v1.17.3...v1.17.4

v1.17.3

13 Jan 20:19
16f37fc
Compare
Choose a tag to compare

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

15 Nov 23:52
63d366e
Compare
Choose a tag to compare

This is a version-bump release for the NVIDIA Container Toolkit v1.17.2 release.

v1.17.1

09 Nov 02:51
63d366e
Compare
Choose a tag to compare

This is a version-bump release for the NVIDIA Container Toolkit v1.17.1 release.

v1.17.0

31 Oct 10:31
63d366e
Compare
Choose a tag to compare

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.

v1.17.0-rc.1

  • Add no-create-imex-channels command line option by @elezar in #286