File tree Expand file tree Collapse file tree 2 files changed +15
-1
lines changed
Expand file tree Collapse file tree 2 files changed +15
-1
lines changed Original file line number Diff line number Diff line change 11# NVIDIA Container Toolkit Changelog
22
3+ ## v1.19.0-rc.7
4+ - fix: Reuse instantiated editsFactory in CDI
5+ - fix: Don't use driver version in ELF header for compat check
6+ - Use jit-cdi modifier for gated modifiers
7+ - refactor: Use automatic CDI modifier for CSV
8+ - fix: Use driver.Root instead of config option in modifier Factory
9+ - test: Improve csv modifier tests
10+ - test: Add IsOverrideApplied function to devices package
11+ - chore: Run goimports on mocks
12+ - fix: Ensure that CUDA Compat Container path is set by default
13+ - chore: Update isIntegratedGPU for readability
14+ - chore: Rename isIntegratedGPUID function to isOrinGPUID
15+ - fix: Use correct version when updating versions.mk
16+
317## v1.19.0-rc.6
418
519- Use host CUDA version for all CSV compat checks
Original file line number Diff line number Diff line change 1414
1515LIB_NAME := nvidia-container-toolkit
1616LIB_VERSION := 1.19.0
17- LIB_TAG := rc.6
17+ LIB_TAG := rc.7
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