File tree Expand file tree Collapse file tree 2 files changed +22
-1
lines changed Expand file tree Collapse file tree 2 files changed +22
-1
lines changed Original file line number Diff line number Diff line change 11# NVIDIA Container Toolkit Changelog
22
3+ ## v1.18.1
4+ - Fix update of ldcache for non-matching host and container distros
5+ - Use enable-cuda-compat hook when ldcache does not exist
6+ - Fix update of ldcache if container does not have an ld.so.conf file
7+ - Switch to go 1.25 os.Root
8+ - Filter already tracked directories from ldcache update
9+ - Fix duplicate specs for jit-cdi mode
10+ - Correct typo in nvsandboxutils feature flag
11+ - Allow nvcdi FeatureFlags to be configured for jit-cdi mode
12+ - Fix trigger of CDI refresh service
13+ - Update rpm package to have 256bit digests
14+ - Fix containerd drop-in config path
15+ - Redirect log message to stderr in nvidia runtime wrapper script
16+ - Fix handling of existing imports in containerd
17+ - Don't read cdi generate mode from runtime mode
18+ - Fix bug in create-dev-char-symlinks command
19+
20+ ### Changes in the Toolkit Container
21+
22+ - Bump nvidia/distroless/go to v3.2.1-dev in /deployments/container
23+
324## v1.18.0
425- Fix bug in device selection in jit-cdi mode
526- Make list of explicit driver libraries opt-in
Original file line number Diff line number Diff line change 1313# limitations under the License.
1414
1515LIB_NAME := nvidia-container-toolkit
16- LIB_VERSION := 1.18.0
16+ LIB_VERSION := 1.18.1
1717LIB_TAG :=
1818
1919# The package version is the combination of the library version and tag.
You can’t perform that action at this time.
0 commit comments