Skip to content

Commit

Permalink
Merge pull request #710 from elezar/update-changelog
Browse files Browse the repository at this point in the history
Update CHANGELOG.md for v1.16.2 release
  • Loading branch information
elezar authored Sep 24, 2024
2 parents 2aadbbf + 8e07d90 commit a5a5833
Showing 1 changed file with 13 additions and 1 deletion.
14 changes: 13 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# NVIDIA Container Toolkit Changelog

## v1.16.2
- Exclude libnvidia-allocator from graphics mounts. This fixes a bug that leaks mounts when a container is started with bi-directional mount propagation.
- Use empty string for default runtime-config-override. This removes a redundant warning for runtimes (e.g. Docker) where this is not applicable.

### Changes in the Toolkit Container
- Bump CUDA base image version to 12.6.0

### Changes in libnvidia-container
- Add no-gsp-firmware command line option
- Add no-fabricmanager command line option
- Add no-persistenced command line option
- Skip directories and symlinks when mounting libraries.

## v1.16.1
- Fix bug with processing errors during CDI spec generation for MIG devices

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


## v1.16.0-rc.2
- Use relative path to locate driver libraries
- Add RelativeToRoot function to Driver
Expand Down

0 comments on commit a5a5833

Please sign in to comment.