File tree Expand file tree Collapse file tree 2 files changed +16
-1
lines changed Expand file tree Collapse file tree 2 files changed +16
-1
lines changed Original file line number Diff line number Diff line change 11# NVIDIA Container Toolkit Changelog
22
3+ ## v1.18.0-rc.4
4+
5+ - Add drop-in file support for containerd and crio
6+ - Add support for IMEX_CHANNELS to jit-cdi mode
7+ - Refactor IMEX channel requests from image
8+ - Remove redundant CDI annotations
9+ - support running and degraded systemd state during install
10+ - Don't inject enable-cuda-compat hook in CSV mode
11+ - Cleanup default runtime in runtime config when setAsDefault=false
12+
13+ ### Changes in the Toolkit Container
14+
15+ - Bump nvidia/distroless/go to v3.1.12-dev in /deployments/container
16+
317## v1.18.0-rc.3
18+
419- Generate separate specs for coherent and noncoherent devices
520- Disable chmod hook by default
621- Add support for gated modifications jit-cdi mode
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.3
17+ LIB_TAG := rc.4
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