Skip to content

Commit a5a5833

Browse files
authored
Merge pull request #710 from elezar/update-changelog
Update CHANGELOG.md for v1.16.2 release
2 parents 2aadbbf + 8e07d90 commit a5a5833

File tree

1 file changed

+13
-1
lines changed

1 file changed

+13
-1
lines changed

CHANGELOG.md

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,18 @@
11
# NVIDIA Container Toolkit Changelog
22

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+
316
## v1.16.1
417
- Fix bug with processing errors during CDI spec generation for MIG devices
518

@@ -9,7 +22,6 @@
922
### Changes in the Toolkit Container
1023
- Bump CUDA base image version to 12.5.1
1124

12-
1325
## v1.16.0-rc.2
1426
- Use relative path to locate driver libraries
1527
- Add RelativeToRoot function to Driver

0 commit comments

Comments
 (0)