Merge branch 'bump-version-1.14.0-rc.1' into 'main'

Bump version to 1.14.0-rc.1

See merge request nvidia/container-toolkit/container-toolkit!376
This commit is contained in:
Evan Lezar 2023-04-24 16:27:05 +00:00
commit ef863f5fd4
3 changed files with 7 additions and 5 deletions

View File

@ -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.

@ -1 +1 @@
Subproject commit 6f4aea0fca16aaff01bab2567adb34ec30847a0e
Subproject commit bbb74b9675de980c61d1f9c8f339efa8cc53f5ad

View File

@ -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