From 80a46d4a5c340ee7033055cdb114cf26413eabe4 Mon Sep 17 00:00:00 2001 From: Evan Lezar Date: Wed, 14 Sep 2022 14:20:59 +0200 Subject: [PATCH] Bump version to 1.12.0-rc.1 This bumps the package versions to: * nvidia-container-toolkit 1.12.0-rc.1 * nvidia-container-runtime 3.12.0-rc.1 * nvidia-docker2 2.12.0-rc.1 Signed-off-by: Evan Lezar --- versions.mk | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/versions.mk b/versions.mk index 55bd9040..cf7160e6 100644 --- a/versions.mk +++ b/versions.mk @@ -13,13 +13,14 @@ # limitations under the License. LIB_NAME := nvidia-container-toolkit -LIB_VERSION := 1.11.0 -LIB_TAG := +LIB_VERSION := 1.12.0 +LIB_TAG := rc.1 # Specify the nvidia-docker2 and nvidia-container-runtime package versions. -# Note: The tag is automatically specified to match LIB_TAG. -NVIDIA_DOCKER_VERSION := 2.11.0 -NVIDIA_CONTAINER_RUNTIME_VERSION := 3.11.0 +# Note: The build tooling uses `LIB_TAG` above as the version tag. +# This is appended to the versions below if specified. +NVIDIA_DOCKER_VERSION := 2.12.0 +NVIDIA_CONTAINER_RUNTIME_VERSION := 3.12.0 # Specify the expected libnvidia-container0 version for arm64-based ubuntu builds. LIBNVIDIA_CONTAINER0_VERSION := 0.10.0+jetpack