You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+13Lines changed: 13 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,18 @@
1
1
# NVIDIA Container Toolkit Changelog
2
2
3
+
## v1.17.6
4
+
5
+
### Changes in the Toolkit Container
6
+
7
+
- Allow container runtime executable path to be specified when configuring containerd.
8
+
- Bump CUDA base image version to 12.8.1
9
+
10
+
### Changes in libnvidia-container
11
+
12
+
- 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.
13
+
- Fix building with Go 1.24
14
+
- Fix some typos in text.
15
+
3
16
## v1.17.5
4
17
5
18
- 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.
0 commit comments