From 9d66665d4b667b149b3f089b7f29ea2ad082c204 Mon Sep 17 00:00:00 2001 From: Kevin Klues Date: Wed, 3 Jun 2020 20:38:43 +0000 Subject: [PATCH] Update for patch release 1.1.2 Signed-off-by: Kevin Klues --- Makefile | 2 +- packaging/debian/changelog | 6 ++++++ packaging/rpm/SPECS/nvidia-container-toolkit.spec | 3 +++ 3 files changed, 10 insertions(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 2e2a0615..e2ccef98 100644 --- a/Makefile +++ b/Makefile @@ -5,7 +5,7 @@ MKDIR ?= mkdir DIST_DIR ?= $(CURDIR)/dist LIB_NAME := nvidia-container-toolkit -LIB_VERSION := 1.1.1 +LIB_VERSION := 1.1.2 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 adcbd150..43465c33 100644 --- a/packaging/debian/changelog +++ b/packaging/debian/changelog @@ -1,3 +1,9 @@ +nvidia-container-toolkit (1.1.2-1) UNRELEASED; urgency=medium + + * c32237f3 Add support for parsing Linux Capabilities for older OCI specs + + -- NVIDIA CORPORATION Wed, 03 Jun 2020 12:05:32 -0700 + nvidia-container-toolkit (1.1.1-1) UNRELEASED; urgency=medium * d202aded Update dependence to libnvidia-container 1.1.1 diff --git a/packaging/rpm/SPECS/nvidia-container-toolkit.spec b/packaging/rpm/SPECS/nvidia-container-toolkit.spec index acf274a7..b713c7ab 100644 --- a/packaging/rpm/SPECS/nvidia-container-toolkit.spec +++ b/packaging/rpm/SPECS/nvidia-container-toolkit.spec @@ -53,6 +53,9 @@ rm -f %{_bindir}/nvidia-container-runtime-hook /usr/share/containers/oci/hooks.d/oci-nvidia-hook.json %changelog +* Wed Jun 03 2020 NVIDIA CORPORATION 1.1.2-1 +- c32237f3 Add support for parsing Linux Capabilities for older OCI specs + * Tue May 19 2020 NVIDIA CORPORATION 1.1.1-1 - d202aded Update dependence to libnvidia-container 1.1.1