From caf27924636e0d496159a878a7ad051be4ac95cd Mon Sep 17 00:00:00 2001 From: Kevin Klues Date: Mon, 10 Aug 2020 13:08:09 +0000 Subject: [PATCH] Update changelogs for 1.3.0-rc.2 Signed-off-by: Kevin Klues --- packaging/debian/changelog | 9 ++++++++- packaging/rpm/SPECS/nvidia-container-toolkit.spec | 6 +++++- 2 files changed, 13 insertions(+), 2 deletions(-) diff --git a/packaging/debian/changelog b/packaging/debian/changelog index c6cfa3f1..f6b42f7f 100644 --- a/packaging/debian/changelog +++ b/packaging/debian/changelog @@ -1,4 +1,11 @@ -nvidia-container-toolkit (1.3.0~rc.1-1) UNRELEASED; urgency=medium +nvidia-container-toolkit (1.3.0~rc.2-1) experimental; urgency=medium + + * 2c180947 Add more tests for new semantics with device list from volume mounts + * 7c003857 Refactor accepting device lists from volume mounts as a boolean + + -- NVIDIA CORPORATION Mon, 10 Aug 2020 15:05:34 -0700 + +nvidia-container-toolkit (1.3.0~rc.1-1) experimental; urgency=medium * b50d86c1 Update build system to accept a TAG variable for things like rc.x * fe65573b Add common CI tests for things like golint, gofmt, unit tests, etc. diff --git a/packaging/rpm/SPECS/nvidia-container-toolkit.spec b/packaging/rpm/SPECS/nvidia-container-toolkit.spec index 2be92c8f..b1e65e9b 100644 --- a/packaging/rpm/SPECS/nvidia-container-toolkit.spec +++ b/packaging/rpm/SPECS/nvidia-container-toolkit.spec @@ -53,7 +53,11 @@ rm -f %{_bindir}/nvidia-container-runtime-hook /usr/share/containers/oci/hooks.d/oci-nvidia-hook.json %changelog -* Wed Jul 24 2020 NVIDIA CORPORATION 1.3.0-0.1.rc.1 +* Mon Aug 10 2020 NVIDIA CORPORATION 1.3.0-0.1.rc.2 +- 2c180947 Add more tests for new semantics with device list from volume mounts +- 7c003857 Refactor accepting device lists from volume mounts as a boolean + +* Fri Jul 24 2020 NVIDIA CORPORATION 1.3.0-0.1.rc.1 - b50d86c1 Update build system to accept a TAG variable for things like rc.x - fe65573b Add common CI tests for things like golint, gofmt, unit tests, etc. - da6fbb34 Revert "Add ability to merge envars of the form NVIDIA_VISIBLE_DEVICES_*"