mirror of
https://github.com/NVIDIA/nvidia-container-toolkit
synced 2024-11-22 08:18:32 +00:00
Merge branch 'bump-version-1.12.0-rc.5' into 'main'
Bump version to 1.12.0-rc.5 See merge request nvidia/container-toolkit/container-toolkit!280
This commit is contained in:
commit
37f7337d2b
@ -1,10 +1,13 @@
|
|||||||
# NVIDIA Container Toolkit Changelog
|
# NVIDIA Container Toolkit Changelog
|
||||||
|
|
||||||
|
## v1.12.0-rc.5
|
||||||
|
|
||||||
## v1.12.0-rc.4
|
## v1.12.0-rc.4
|
||||||
|
|
||||||
* Generate a minimum CDI spec version for improved compatibility.
|
* Generate a minimum CDI spec version for improved compatibility.
|
||||||
* Add `--device-name-strategy` options to the `nvidia-ctk cdi generate` command that can be used to control how device names are constructed.
|
* Add `--device-name-strategy` options to the `nvidia-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 as `nvidia.com/gpu=0` or `nvidia.com/gpu=1:0` by default.
|
* Set default for CDI device name generation to `index` to generate device names such as `nvidia.com/gpu=0` or `nvidia.com/gpu=1:0` by default.
|
||||||
|
|
||||||
## v1.12.0-rc.3
|
## v1.12.0-rc.3
|
||||||
|
|
||||||
* Don't fail if by-path symlinks for DRM devices do not exist
|
* Don't fail if by-path symlinks for DRM devices do not exist
|
||||||
|
2
third_party/libnvidia-container
vendored
2
third_party/libnvidia-container
vendored
@ -1 +1 @@
|
|||||||
Subproject commit 7aa2c9b2d0fe5450c0a0dfc903899e1fa547fc63
|
Subproject commit 4b7f3d9bfb15928690c7bc8287cfb27c62dc2270
|
@ -14,7 +14,7 @@
|
|||||||
|
|
||||||
LIB_NAME := nvidia-container-toolkit
|
LIB_NAME := nvidia-container-toolkit
|
||||||
LIB_VERSION := 1.12.0
|
LIB_VERSION := 1.12.0
|
||||||
LIB_TAG := rc.4
|
LIB_TAG := rc.5
|
||||||
|
|
||||||
# Specify the nvidia-docker2 and nvidia-container-runtime package versions.
|
# Specify the nvidia-docker2 and nvidia-container-runtime package versions.
|
||||||
# Note: The build tooling uses `LIB_TAG` above as the version tag.
|
# Note: The build tooling uses `LIB_TAG` above as the version tag.
|
||||||
|
Loading…
Reference in New Issue
Block a user