From f4d01e0a05594e50cdd43a27ef79b4c01e4ebebb Mon Sep 17 00:00:00 2001 From: Evan Lezar Date: Mon, 25 Jul 2022 09:51:01 +0200 Subject: [PATCH 1/2] Add changelog entries for 1.11.0-rc.1 Signed-off-by: Evan Lezar --- CHANGELOG.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index afa470e2..a53d9058 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # NVIDIA Container Toolkit Changelog +## v1.11.1-rc.1 + +* Add discovery of GPUDirect Storage (`nvidia-fs*`) devices if the `NVIDIA_GDS` environment variable of the container is set to `enabled` +* Add discovery of MOFED Infiniband devices if the `NVIDIA_MOFED` environment variable of the container is set to `enabled` +* Fix bug in CSV mode where libraries listed as `sym` entries in mount specification are not added to the LDCache. +* Rename `nvidia-contianer-toolkit` executable to `nvidia-container-runtime-hook` and create `nvidia-container-toolkit` as a symlink to `nvidia-container-runtime-hook` instead. +* Add `nvidia-ctk runtime configure` command to configure the Docker config file (e.g. `/etc/docker/daemon.json`) for use with the NVIDIA Container Runtime. + ## v1.10.0 * Promote v1.10.0-rc.3 to v1.10.0 From d9edc18bf84ba65d3d2d9e969a278c5f7970371b Mon Sep 17 00:00:00 2001 From: Evan Lezar Date: Mon, 25 Jul 2022 09:51:20 +0200 Subject: [PATCH 2/2] Bump version to 1.11.0-rc.2 Signed-off-by: Evan Lezar --- versions.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/versions.mk b/versions.mk index d5c8282d..1f35ed6a 100644 --- a/versions.mk +++ b/versions.mk @@ -14,7 +14,7 @@ LIB_NAME := nvidia-container-toolkit LIB_VERSION := 1.11.0 -LIB_TAG := rc.1 +LIB_TAG := rc.2 # Specify the nvidia-docker2 and nvidia-container-runtime package versions. # Note: The tag is automatically specified to match LIB_TAG.