From b2be0b08ac6b4a8a88c4bb2d36548ed1879d4eb0 Mon Sep 17 00:00:00 2001 From: Kevin Klues <kklues@nvidia.com> Date: Mon, 10 Aug 2020 13:02:53 +0000 Subject: [PATCH 1/2] Bump version to 1.3.0-rc.2 Signed-off-by: Kevin Klues <kklues@nvidia.com> --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 7f99c825..d4379e2e 100644 --- a/Makefile +++ b/Makefile @@ -6,7 +6,7 @@ DIST_DIR ?= $(CURDIR)/dist LIB_NAME := nvidia-container-toolkit LIB_VERSION := 1.3.0 -LIB_TAG ?= rc.1 +LIB_TAG ?= rc.2 GOLANG_VERSION := 1.14.2 GOLANG_PKG_PATH := github.com/NVIDIA/nvidia-container-toolkit/pkg From caf27924636e0d496159a878a7ad051be4ac95cd Mon Sep 17 00:00:00 2001 From: Kevin Klues <kklues@nvidia.com> Date: Mon, 10 Aug 2020 13:08:09 +0000 Subject: [PATCH 2/2] Update changelogs for 1.3.0-rc.2 Signed-off-by: Kevin Klues <kklues@nvidia.com> --- 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 <cudatools@nvidia.com> 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 <cudatools@nvidia.com> 1.3.0-0.1.rc.1 +* Mon Aug 10 2020 NVIDIA CORPORATION <cudatools@nvidia.com> 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 <cudatools@nvidia.com> 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_*"