Merge branch 'bump-version-1.12.0-rc.3' into 'main'

Bump version to 1.12.0-rc.3

See merge request nvidia/container-toolkit/container-toolkit!246
This commit is contained in:
Evan Lezar 2022-11-23 21:22:46 +00:00
commit 9df3975740
2 changed files with 3 additions and 1 deletions

View File

@ -1,5 +1,7 @@
# NVIDIA Container Toolkit Changelog
## v1.12.0-rc.3
## v1.12.0-rc.2
* Inject Direct Rendering Manager (DRM) devices into a container using the NVIDIA Container Runtime

View File

@ -14,7 +14,7 @@
LIB_NAME := nvidia-container-toolkit
LIB_VERSION := 1.12.0
LIB_TAG := rc.2
LIB_TAG := rc.3
# Specify the nvidia-docker2 and nvidia-container-runtime package versions.
# Note: The build tooling uses `LIB_TAG` above as the version tag.