From ad4531db1e40f8db7e280a44880876ff3b061571 Mon Sep 17 00:00:00 2001 From: Evan Lezar Date: Wed, 25 Jan 2023 10:23:02 +0100 Subject: [PATCH 1/3] Bump version to 1.12.0-rc.4 Signed-off-by: Evan Lezar --- versions.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/versions.mk b/versions.mk index d68208b1..45ef77bd 100644 --- a/versions.mk +++ b/versions.mk @@ -14,7 +14,7 @@ LIB_NAME := nvidia-container-toolkit LIB_VERSION := 1.12.0 -LIB_TAG := rc.3 +LIB_TAG := rc.4 # Specify the nvidia-docker2 and nvidia-container-runtime package versions. # Note: The build tooling uses `LIB_TAG` above as the version tag. From bc3cc71f901f269436ee83124b678c01e163928b Mon Sep 17 00:00:00 2001 From: Evan Lezar Date: Wed, 25 Jan 2023 10:23:54 +0100 Subject: [PATCH 2/3] Update libnvidia-container to 1.12.0-rc.4 Signed-off-by: Evan Lezar --- third_party/libnvidia-container | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/third_party/libnvidia-container b/third_party/libnvidia-container index ad683441..7aa2c9b2 160000 --- a/third_party/libnvidia-container +++ b/third_party/libnvidia-container @@ -1 +1 @@ -Subproject commit ad683441bb7a16b92b423745b0a4a081093e3aa7 +Subproject commit 7aa2c9b2d0fe5450c0a0dfc903899e1fa547fc63 From 937f3d0d78e00616f3a365edc05383f2e9164375 Mon Sep 17 00:00:00 2001 From: Evan Lezar Date: Wed, 25 Jan 2023 10:32:27 +0100 Subject: [PATCH 3/3] Add changelog for v1.12.0-rc.3 Signed-off-by: Evan Lezar --- CHANGELOG.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index f7bf549e..95d8ced1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,7 +1,17 @@ # NVIDIA Container Toolkit Changelog +## v1.12.0-rc.4 + ## v1.12.0-rc.3 +* Don't fail if by-path symlinks for DRM devices do not exist +* Replace the --json flag with a --format [json|yaml] flag for the nvidia-ctk cdi generate command +* Ensure that the CDI output folder is created if required +* When generating a CDI specification use a blank host path for devices to ensure compatibility with the v0.4.0 CDI specification +* Add injection of Wayland JSON files +* Add GSP firmware paths to generated CDI specification +* Add --root flag to nvidia-ctk cdi generate command + ## v1.12.0-rc.2 * Inject Direct Rendering Manager (DRM) devices into a container using the NVIDIA Container Runtime