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 generate
command that can be used to control how device names are constructed. - Set default for CDI device name generation to
index
to generate device names such asnvidia.com/gpu=0
ornvidia.com/gpu=1:0
by default. NOTE: This is a breaking change and will cause av0.5.0
CDI specification to be generated. To keep the previous generate av0.4.0
CDI specification withnvidia.com/gpu=gpu0
ornvidia.com/gpu=mig1:0
device names use thetype-index
option. - Ensure that
nivdia-container-toolkit
package can be upgraded to from versions older thanv1.11.0
on RPM-based systems.