v1.12.0-rc.4
Pre-release
Pre-release
- Generate a minimum CDI spec version for improved compatibility.
- Add
--device-name-strategy [index | uuid | type-index]options to thenvidia-ctk cdi generatecommand that can be used to control how device names are constructed. - Set default for CDI device name generation to
indexto generate device names such asnvidia.com/gpu=0ornvidia.com/gpu=1:0by default. NOTE: This is a breaking change and will cause av0.5.0CDI specification to be generated. To keep the previous generate av0.4.0CDI specification withnvidia.com/gpu=gpu0ornvidia.com/gpu=mig1:0device names use thetype-indexoption. - Ensure that
nivdia-container-toolkitpackage can be upgraded to from versions older thanv1.11.0on RPM-based systems.