From 2c15e81822deb6820437bb91538ebd732998e41c Mon Sep 17 00:00:00 2001 From: Kevin Klues Date: Tue, 7 Jan 2020 14:14:55 +0000 Subject: [PATCH] Bump version to 1.1.0 Signed-off-by: Kevin Klues --- Makefile | 2 +- packaging/debian/changelog | 10 +++++++++- packaging/rpm/SPECS/nvidia-container-toolkit.spec | 4 ++++ 3 files changed, 14 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 72fa84e6..3a7618e0 100644 --- a/Makefile +++ b/Makefile @@ -5,7 +5,7 @@ MKDIR ?= mkdir DIST_DIR ?= $(CURDIR)/dist LIB_NAME := nvidia-container-toolkit -LIB_VERSION := 1.0.5 +LIB_VERSION := 1.1.0 GOLANG_VERSION := 1.14.2 GOLANG_PKG_PATH := github.com/NVIDIA/container-toolkit/pkg diff --git a/packaging/debian/changelog b/packaging/debian/changelog index 21a25929..5c6364c8 100644 --- a/packaging/debian/changelog +++ b/packaging/debian/changelog @@ -1,4 +1,12 @@ -nvidia-container-toolkit (@VERSION@) UNRELEASED; urgency=medium +nvidia-container-toolkit (1.1.0-1) UNRELEASED; urgency=medium + + * Add ability to merge envars of the form NVIDIA_VISIBLE_DEVICES_* (Closes: #XXXXXX) + * Extend fields we inspect in the runc spec to include linux capabilities (Closes: #XXXXXX) + * Add support for MIG (Closes: #XXXXXX) + + -- NVIDIA CORPORATION Wed, 07 Mar 2018 05:47:37 +0000 + +nvidia-container-toolkit (1.0.5-1) UNRELEASED; urgency=medium * Initial release. Replaces older package nvidia-container-runtime-hook. (Closes: #XXXXXX) diff --git a/packaging/rpm/SPECS/nvidia-container-toolkit.spec b/packaging/rpm/SPECS/nvidia-container-toolkit.spec index e3cad551..2c3f0b9a 100644 --- a/packaging/rpm/SPECS/nvidia-container-toolkit.spec +++ b/packaging/rpm/SPECS/nvidia-container-toolkit.spec @@ -53,3 +53,7 @@ rm -f %{_bindir}/nvidia-container-runtime-hook /usr/share/containers/oci/hooks.d/oci-nvidia-hook.json %changelog +* Fri May 15 2020 NVIDIA CORPORATION 1.1.0-1 + - Add ability to merge envars of the form NVIDIA_VISIBLE_DEVICES_* + - Extend fields we inspect in the runc spec to include linux capabilities + - Add support for MIG