Bump version to v1.14.6

Signed-off-by: Evan Lezar <elezar@nvidia.com>
This commit is contained in:
Evan Lezar 2024-02-27 13:34:23 +02:00
parent 888ad62c98
commit 1d046b4a9b
2 changed files with 2 additions and 1 deletions

View File

@ -1,5 +1,6 @@
# NVIDIA Container Toolkit Changelog
## v1.14.6
* Add support for extracting device major number from `/proc/devices` if `nvidia` is used as a device name over `nvidia-frontend`.
* Add support for selecting IMEX channels using the NVIDIA_IMEX_CHANNELS environement variable.

View File

@ -13,7 +13,7 @@
# limitations under the License.
LIB_NAME := nvidia-container-toolkit
LIB_VERSION := 1.14.5
LIB_VERSION := 1.14.6
LIB_TAG :=
# The package version is the combination of the library version and tag.