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
+13-1Lines changed: 13 additions & 1 deletion
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.16.2
4
+
- Exclude libnvidia-allocator from graphics mounts. This fixes a bug that leaks mounts when a container is started with bi-directional mount propagation.
5
+
- Use empty string for default runtime-config-override. This removes a redundant warning for runtimes (e.g. Docker) where this is not applicable.
6
+
7
+
### Changes in the Toolkit Container
8
+
- Bump CUDA base image version to 12.6.0
9
+
10
+
### Changes in libnvidia-container
11
+
- Add no-gsp-firmware command line option
12
+
- Add no-fabricmanager command line option
13
+
- Add no-persistenced command line option
14
+
- Skip directories and symlinks when mounting libraries.
15
+
3
16
## v1.16.1
4
17
- Fix bug with processing errors during CDI spec generation for MIG devices
0 commit comments