Merge branch 'bump-1.12.0-rc.2' into 'main'

Bump version to 1.12.0-rc.2

See merge request nvidia/container-toolkit/container-toolkit!229
This commit is contained in:
Evan Lezar 2022-10-11 09:27:16 +00:00
commit ec1222b58b
2 changed files with 2 additions and 1 deletions

View File

@ -6,6 +6,7 @@
* Improve injection of Vulkan configurations and libraries * Improve injection of Vulkan configurations and libraries
* Add `nvidia-ctk info generate-cdi` command to generated CDI specification for available devices * Add `nvidia-ctk info generate-cdi` command to generated CDI specification for available devices
* [libnvidia-container] Include NVVM compiler library in compute libs * [libnvidia-container] Include NVVM compiler library in compute libs
## v1.11.0 ## v1.11.0
* Promote v1.11.0-rc.3 to v1.11.0 * Promote v1.11.0-rc.3 to v1.11.0

View File

@ -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.1 LIB_TAG := rc.2
# 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.