From b9c701554ea7daa1f4874d4c78de5be5e782f0ee Mon Sep 17 00:00:00 2001 From: Kevin Klues Date: Wed, 8 Jul 2020 18:29:46 +0000 Subject: [PATCH 1/3] Update dependence on nvidia-container-runtime to 3.3.0 Signed-off-by: Kevin Klues --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 111a640..5b58247 100644 --- a/Makefile +++ b/Makefile @@ -8,7 +8,7 @@ LIB_NAME := nvidia-docker2 LIB_VERSION := 2.3.0 PKG_REV := 1 -RUNTIME_VERSION := 3.2.0 +RUNTIME_VERSION := 3.3.0 # Supported OSs by architecture AMD64_TARGETS := ubuntu20.04 ubuntu18.04 ubuntu16.04 debian10 debian9 From 5e7964ad8ec063adff41391ed2ae9934714d7a59 Mon Sep 17 00:00:00 2001 From: Kevin Klues Date: Wed, 8 Jul 2020 18:30:26 +0000 Subject: [PATCH 2/3] Bump version to 2.4.0 Signed-off-by: Kevin Klues --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 5b58247..7ba652e 100644 --- a/Makefile +++ b/Makefile @@ -5,7 +5,7 @@ MKDIR ?= mkdir DIST_DIR ?= $(CURDIR)/dist LIB_NAME := nvidia-docker2 -LIB_VERSION := 2.3.0 +LIB_VERSION := 2.4.0 PKG_REV := 1 RUNTIME_VERSION := 3.3.0 From bad43e8cbe9681055f29eb0ccbcef4962fd09ec5 Mon Sep 17 00:00:00 2001 From: Kevin Klues Date: Wed, 8 Jul 2020 18:34:22 +0000 Subject: [PATCH 3/3] Update changelogs for 2.4.0 Signed-off-by: Kevin Klues --- debian/changelog | 7 +++++++ rpm/SPECS/nvidia-docker2.spec | 4 ++++ 2 files changed, 11 insertions(+) diff --git a/debian/changelog b/debian/changelog index 6ad8f33..af35f91 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,10 @@ +nvidia-docker2 (2.4.0-1) UNRELEASED; urgency=medium + + * 09a01276 Update package license to match source license + * b9c70155 Update dependence on nvidia-container-runtime to 3.3.0 + + -- NVIDIA CORPORATION Wed, 08 Jul 2020 20:33:10 +0000 + nvidia-docker2 (2.3.0-1) UNRELEASED; urgency=medium * 0d3b049a Update build system to support multi-arch builds diff --git a/rpm/SPECS/nvidia-docker2.spec b/rpm/SPECS/nvidia-docker2.spec index 141b288..290e0db 100644 --- a/rpm/SPECS/nvidia-docker2.spec +++ b/rpm/SPECS/nvidia-docker2.spec @@ -37,6 +37,10 @@ install -m 644 -t %{buildroot}/etc/docker daemon.json /etc/docker/daemon.json %changelog +* Wed Jul 08 2020 NVIDIA CORPORATION 2.4.0-1 +- 09a01276 Update package license to match source license +- b9c70155 Update dependence on nvidia-container-runtime to 3.3.0 + * Fri May 15 2020 NVIDIA CORPORATION 2.3.0-1 - 0d3b049a Update build system to support multi-arch builds - 8557216d Require new MIG changes