chore(deps): update dependency nvidia/nvidia-container-toolkit to v1.17.8 #10

Merged
stefan merged 1 commits from renovate/nvidia-nvidia-container-toolkit-1.x into main 2025-06-16 14:46:47 +00:00
Member

This PR contains the following updates:

Package Update Change
NVIDIA/nvidia-container-toolkit patch 1.17.5 -> 1.17.8

Release Notes

NVIDIA/nvidia-container-toolkit (NVIDIA/nvidia-container-toolkit)

v1.17.8

Compare Source

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

  • libnvidia-container-tools and libnvidia-container1 v1.17.8
  • nvidia-container-toolkit and nvidia-container-toolkit-base v1.17.8

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

What's Changed

  • Updated the ordering of Mounts in CDI to have a deterministic output. This makes testing more consistent.
  • Added NVIDIA_CTK_DEBUG envvar to hooks as a placeholder for enabling debugging output.
Changes in libnvidia-container
  • Fixed bug in setting default for --cuda-compat-mode flag. This caused failures in use cases invoking the nvidia-container-cli directly or when the v1.17.7 version of the nvidia-container-cli was used with an older nvidia-container-runtime-hook.
  • 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.

Full Changelog: https://github.com/NVIDIA/nvidia-container-toolkit/compare/v1.17.7...v1.17.8

v1.17.7

Compare Source

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.

What's Changed

  • Fix mode detection on Thor-based systems. This correctly resolves auto mode to csv.
  • Fix resolution of libs in LDCache on ARM. This fixes CDI spec generation on ARM-based systems using NVML.
  • Added a nvidia-container-runtime-modes.legacy.cuda-compat-mode option to provide finer control of how CUDA Forward Compatibility is handled. The default value (ldconfig) fixes CUDA Compatibility Support in cases where only the NVIDIA Container Runtime Hook is used (e.g. the Docker --gpus command line flag).
  • Run update-ldcache hook in isolated namespaces.
Changes in the Toolkit Container
  • Bump CUDA base image version to 12.9.0
Changes in libnvidia-container
  • Add --cuda-compat-mode flag to the nvidia-container-cli configure command.

Full Changelog: https://github.com/NVIDIA/nvidia-container-toolkit/compare/v1.17.6...v1.17.7

v1.17.6

Compare Source

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.

What's Changed

Changes in the Toolkit Container
  • Allow container runtime executable path to be specified when configuring containerd.
  • Bump CUDA base image version to 12.8.1
Changes in libnvidia-container
  • 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.

Full Changelog: https://github.com/NVIDIA/nvidia-container-toolkit/compare/v1.17.5...v1.17.6


Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Renovate Bot.

This PR contains the following updates: | Package | Update | Change | |---|---|---| | [NVIDIA/nvidia-container-toolkit](https://github.com/NVIDIA/nvidia-container-toolkit) | patch | `1.17.5` -> `1.17.8` | --- ### Release Notes <details> <summary>NVIDIA/nvidia-container-toolkit (NVIDIA/nvidia-container-toolkit)</summary> ### [`v1.17.8`](https://github.com/NVIDIA/nvidia-container-toolkit/releases/tag/v1.17.8) [Compare Source](https://github.com/NVIDIA/nvidia-container-toolkit/compare/v1.17.7...v1.17.8) **NOTE:** This release is a unified release of the NVIDIA Container Toolkit that consists of the following packages: - `libnvidia-container-tools` and `libnvidia-container1` [`v1.17.8`](https://github.com/NVIDIA/libnvidia-container/releases/tag/v1.17.8) - `nvidia-container-toolkit` and `nvidia-container-toolkit-base` [`v1.17.8`](https://github.com/NVIDIA/nvidia-container-toolkit/releases/tag/v1.17.8) The packages for this release are published to the [`libnvidia-container` package repositories](https://nvidia.github.io/libnvidia-container/). #### What's Changed - Updated the ordering of Mounts in CDI to have a deterministic output. This makes testing more consistent. - Added `NVIDIA_CTK_DEBUG` envvar to hooks as a placeholder for enabling debugging output. ##### Changes in libnvidia-container - Fixed bug in setting default for `--cuda-compat-mode` flag. This caused failures in use cases invoking the `nvidia-container-cli` directly or when the `v1.17.7` version of the `nvidia-container-cli` was used with an older `nvidia-container-runtime-hook`. - 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. **Full Changelog**: https://github.com/NVIDIA/nvidia-container-toolkit/compare/v1.17.7...v1.17.8 ### [`v1.17.7`](https://github.com/NVIDIA/nvidia-container-toolkit/releases/tag/v1.17.7) [Compare Source](https://github.com/NVIDIA/nvidia-container-toolkit/compare/v1.17.6...v1.17.7) **NOTE:** This release is a unified release of the NVIDIA Container Toolkit that consists of the following packages: - [`libnvidia-container 1.17.7`](https://github.com/NVIDIA/libnvidia-container/releases/tag/v1.17.7) - [`nvidia-container-toolkit 1.17.7`](https://github.com/NVIDIA/nvidia-container-toolkit/releases/tag/v1.17.7) The packages for this release are published to the [`libnvidia-container` package repositories](https://nvidia.github.io/libnvidia-container/). #### What's Changed - Fix mode detection on Thor-based systems. This correctly resolves `auto` mode to `csv`. - Fix resolution of libs in LDCache on ARM. This fixes CDI spec generation on ARM-based systems using NVML. - Added a `nvidia-container-runtime-modes.legacy.cuda-compat-mode` option to provide finer control of how CUDA Forward Compatibility is handled. The default value (`ldconfig`) fixes CUDA Compatibility Support in cases where only the NVIDIA Container Runtime Hook is used (e.g. the Docker `--gpus` command line flag). - Run update-ldcache hook in isolated namespaces. ##### Changes in the Toolkit Container - Bump CUDA base image version to 12.9.0 ##### Changes in libnvidia-container - Add `--cuda-compat-mode` flag to the `nvidia-container-cli configure` command. **Full Changelog**: https://github.com/NVIDIA/nvidia-container-toolkit/compare/v1.17.6...v1.17.7 ### [`v1.17.6`](https://github.com/NVIDIA/nvidia-container-toolkit/releases/tag/v1.17.6) [Compare Source](https://github.com/NVIDIA/nvidia-container-toolkit/compare/v1.17.5...v1.17.6) **NOTE:** This release is a unified release of the NVIDIA Container Toolkit that consists of the following packages: - [`libnvidia-container 1.17.6`](https://github.com/NVIDIA/libnvidia-container/releases/tag/v1.17.6) - [`nvidia-container-toolkit 1.17.6`](https://github.com/NVIDIA/nvidia-container-toolkit/releases/tag/v1.17.6) The packages for this release are published to the [`libnvidia-container` package repositories](https://nvidia.github.io/libnvidia-container/). #### What's Changed ##### Changes in the Toolkit Container - Allow container runtime executable path to be specified when configuring containerd. - Bump CUDA base image version to 12.8.1 ##### Changes in libnvidia-container - 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. **Full Changelog**: https://github.com/NVIDIA/nvidia-container-toolkit/compare/v1.17.5...v1.17.6 </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0MC4yMi4xIiwidXBkYXRlZEluVmVyIjoiNDAuMjIuMSIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsicmVub3ZhdGUiXX0=-->
renovate added 1 commit 2025-06-10 22:17:33 +00:00
renovate force-pushed renovate/nvidia-nvidia-container-toolkit-1.x from 641a9fc4a7 to 79129cb45f 2025-06-10 22:48:04 +00:00 Compare
stefan merged commit 63b8e46cfe into main 2025-06-16 14:46:47 +00:00
Sign in to join this conversation.
No Reviewers
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: ZeroDownTime/alpine-overlay#10
No description provided.