Bump version to 1.14.0-rc.1

Signed-off-by: Evan Lezar <elezar@nvidia.com>
This commit is contained in:
Evan Lezar 2023-04-24 17:33:04 +02:00
parent 28b70663f1
commit fa9c6116a4
2 changed files with 6 additions and 4 deletions

View File

@ -1,5 +1,7 @@
# NVIDIA Container Toolkit Changelog # NVIDIA Container Toolkit Changelog
## v1.14.0-rc.1
## v1.13.1 ## v1.13.1
* Update `update-ldcache` hook to only update ldcache if it exists. * Update `update-ldcache` hook to only update ldcache if it exists.

View File

@ -13,8 +13,8 @@
# limitations under the License. # limitations under the License.
LIB_NAME := nvidia-container-toolkit LIB_NAME := nvidia-container-toolkit
LIB_VERSION := 1.13.1 LIB_VERSION := 1.14.0
LIB_TAG := LIB_TAG := rc.1
# The package version is the combination of the library version and tag. # 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 (~). # 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. # 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.
# This is appended to the versions below if specified. # This is appended to the versions below if specified.
NVIDIA_DOCKER_VERSION := 2.13.0 NVIDIA_DOCKER_VERSION := 2.14.0
NVIDIA_CONTAINER_RUNTIME_VERSION := 3.13.0 NVIDIA_CONTAINER_RUNTIME_VERSION := 3.14.0
# Specify the expected libnvidia-container0 version for arm64-based ubuntu builds. # Specify the expected libnvidia-container0 version for arm64-based ubuntu builds.
LIBNVIDIA_CONTAINER0_VERSION := 0.10.0+jetpack LIBNVIDIA_CONTAINER0_VERSION := 0.10.0+jetpack