File tree Expand file tree Collapse file tree 2 files changed +17
-1
lines changed Expand file tree Collapse file tree 2 files changed +17
-1
lines changed Original file line number Diff line number Diff line change 11# NVIDIA Container Toolkit Changelog
22
3+ ## v1.18.0-rc.3
4+ - Generate separate specs for coherent and noncoherent devices
5+ - Disable chmod hook by default
6+ - Add support for gated modifications jit-cdi mode
7+ - Add support for nvswitch mode to nvcdi API
8+ - Add support for gdrcopy mode to nvcdi API
9+ - Consolidate CDI spec generation of gated modes
10+ - Add missing imex mode to Valid modes
11+ - Add explicitLibs list to libs discovery
12+ - Consolidate logic to determine driver version
13+ - Fix: Enable local YUM repo by default in CentOS8 and Fedora35 entrypoints
14+
15+ ### Changes in the Toolkit Container
16+
17+ - Bump nvidia/distroless/go to v3.1.11-dev in /deployments/container
18+
319## v1.18.0-rc.2
420
521- Ensure that .so symlinks are created for driver libraries in the container
Original file line number Diff line number Diff line change 1414
1515LIB_NAME := nvidia-container-toolkit
1616LIB_VERSION := 1.18.0
17- LIB_TAG := rc.2
17+ LIB_TAG := rc.3
1818
1919# The package version is the combination of the library version and tag.
2020# If the tag is specified the two components are joined with a tilde (~).
You can’t perform that action at this time.
0 commit comments