From fa9c6116a4cccf7c31830d9a3e5a0a97196f0c72 Mon Sep 17 00:00:00 2001 From: Evan Lezar Date: Mon, 24 Apr 2023 17:33:04 +0200 Subject: [PATCH] Bump version to 1.14.0-rc.1 Signed-off-by: Evan Lezar --- CHANGELOG.md | 2 ++ versions.mk | 8 ++++---- 2 files changed, 6 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 88f66b39..472a74e1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,7 @@ # NVIDIA Container Toolkit Changelog +## v1.14.0-rc.1 + ## v1.13.1 * Update `update-ldcache` hook to only update ldcache if it exists. diff --git a/versions.mk b/versions.mk index a866da09..0cee76f7 100644 --- a/versions.mk +++ b/versions.mk @@ -13,8 +13,8 @@ # limitations under the License. LIB_NAME := nvidia-container-toolkit -LIB_VERSION := 1.13.1 -LIB_TAG := +LIB_VERSION := 1.14.0 +LIB_TAG := rc.1 # The package version is the combination of the library version and tag. # If the tag is specified the two components are joined with a tilde (~). @@ -24,8 +24,8 @@ PACKAGE_REVISION := 1 # Specify the nvidia-docker2 and nvidia-container-runtime package versions. # 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.13.0 -NVIDIA_CONTAINER_RUNTIME_VERSION := 3.13.0 +NVIDIA_DOCKER_VERSION := 2.14.0 +NVIDIA_CONTAINER_RUNTIME_VERSION := 3.14.0 # Specify the expected libnvidia-container0 version for arm64-based ubuntu builds. LIBNVIDIA_CONTAINER0_VERSION := 0.10.0+jetpack