Bump to version 3.2.0

Signed-off-by: Renaud Gaubert <rgaubert@nvidia.com>
This commit is contained in:
Renaud Gaubert 2020-05-15 19:48:37 +00:00
parent 0d3b049a3c
commit 8557216d04
3 changed files with 11 additions and 3 deletions

View file

@ -5,10 +5,10 @@ MKDIR ?= mkdir
DIST_DIR ?= $(CURDIR)/dist
LIB_NAME := nvidia-docker2
LIB_VERSION := 2.2.2
LIB_VERSION := 2.3.0
PKG_REV := 1
RUNTIME_VERSION := 3.1.2
RUNTIME_VERSION := 3.2.0
# Supported OSs by architecture
AMD64_TARGETS := ubuntu20.04 ubuntu18.04 ubuntu16.04 debian10 debian9

8
debian/changelog vendored
View file

@ -1,4 +1,10 @@
nvidia-docker2 (@VERSION@) UNRELEASED; urgency=medium
nvidia-docker2 (2.3.0-1) UNRELEASED; urgency=medium
* Require new MIG changes
-- NVIDIA CORPORATION <cudatools@nvidia.com> Fri, 15 May 2020 12:04:57 +0000
nvidia-docker2 (2.2.2-1) UNRELEASED; urgency=medium
* 2e9f20b Improve pass-through of docker arguments
* 4edca2f Pave the way for a hypothetical transitional package from v1

View file

@ -37,3 +37,5 @@ install -m 644 -t %{buildroot}/etc/docker daemon.json
/etc/docker/daemon.json
%changelog
* Fri May 15 2020 NVIDIA CORPORATION <cudatools@nvidia.com> 2.3.0-1
- Require new MIG changes