Skip to content

v1.17.0

Compare
Choose a tag to compare
@github-actions github-actions released this 31 Oct 10:35
· 27 commits to main since this release
5bc0315

This release includes updates for:

To view any published security bulletins for NVIDIA products, see the NVIDIA product security page (https://www.nvidia.com/en-us/security/)

For more information regarding NVIDIA's security vulnerability remediation policies, see (https://www.nvidia.com/en-us/security/psirt-policies/)


This is a promotion of the v1.17.0-rc.2 release to GA.

NOTE: This release does NOT include the nvidia-container-runtime and nvidia-docker2 packages. It is recommended that the nvidia-container-toolkit packages be installed directly.

NOTE: This release is a unified release of the NVIDIA Container Toolkit that consists of the following packages:

The packages for this release are published to the libnvidia-container package repositories.

Full Changelog: v1.16.2...v1.17.0

What's Changed

  • Promote v1.17.0-rc.2 to v1.17.0
  • Fix bug when using just-in-time CDI spec generation
  • Check for valid paths in create-symlinks hook

v1.17.0-rc.2

  • Fix bug in locating libcuda.so from ldcache
  • Fix bug in sorting of symlink chain
  • Remove unsupported print-ldcache command
  • Remove csv-filename support from create-symlinks

Changes in the Toolkit Container

  • Fallback to crio-status if crio status does not work when configuring the crio runtime

v1.17.0-rc.1

  • Allow IMEX channels to be requested as volume mounts
  • Fix typo in error message
  • Add disable-imex-channel-creation feature flag
  • Add -z,lazy to LDFLAGS
  • Add imex channels to management CDI spec
  • Add support to fetch current container runtime config from the command line.
  • Add creation of select driver symlinks to CDI spec generation.
  • Remove support for config overrides when configuring runtimes.
  • Skip explicit creation of libnvidia-allocator.so.1 symlink
  • Add vdpau as as a driver library search path.
  • Add support for using libnvsandboxutils to generate CDI specifications.

Changes in the Toolkit Container

  • Allow opt-in features to be selected when deploying the toolkit-container.
  • Bump CUDA base image version to 12.6.2
  • Remove support for config overrides when configuring runtimes.

Changes in libnvidia-container

  • Add no-create-imex-channels command line option.