diff --git a/Makefile b/Makefile index e306343f995bf500b75ed344c14eff9a4ec4d5d1..a998790c85f9fa5ef65e3f6080f31b463f467ab2 100644 --- a/Makefile +++ b/Makefile @@ -5,10 +5,10 @@ MKDIR ?= mkdir DIST_DIR ?= $(CURDIR)/dist LIB_NAME := nvidia-container-runtime -LIB_VERSION := 3.2.0 +LIB_VERSION := 3.3.0 PKG_REV := 1 -TOOLKIT_VERSION := 1.1.0 +TOOLKIT_VERSION := 1.2.0 GOLANG_VERSION := 1.10.3 # Supported OSs by architecture diff --git a/debian/changelog b/debian/changelog index f79e92a60b780c7625b7906b2d101a3b2cdb14ad..918fa1b5292dcece56d1ad7e59a60263ba12a4f6 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,11 @@ +nvidia-container-runtime (3.3.0-1) UNRELEASED; urgency=medium + + * e550cb15 Update package license to match source license + * f02eef53 Update project License + * c0fe8aae Update dependence on nvidia-container-toolkit to 1.2.0 + + -- NVIDIA CORPORATION Wed, 08 Jul 2020 20:23:05 +0000 + nvidia-container-runtime (3.2.0-1) UNRELEASED; urgency=medium * e486a70e Update build system to support multi-arch builds diff --git a/rpm/SPECS/nvidia-container-runtime.spec b/rpm/SPECS/nvidia-container-runtime.spec index 9d84168bc22e55c6a3d4691ef6c1e88d2dbe4653..66fc6629529c09448f71792a66ad2590bd050934 100644 --- a/rpm/SPECS/nvidia-container-runtime.spec +++ b/rpm/SPECS/nvidia-container-runtime.spec @@ -40,6 +40,11 @@ install -m 755 -t %{buildroot}%{_bindir} nvidia-container-runtime %{_bindir}/nvidia-container-runtime %changelog +* Wed Jul 08 2020 NVIDIA CORPORATION 3.3.0-1 +- e550cb15 Update package license to match source license +- f02eef53 Update project License +- c0fe8aae Update dependence on nvidia-container-toolkit to 1.2.0 + * Fri May 15 2020 NVIDIA CORPORATION 3.2.0-1 - e486a70e Update build system to support multi-arch builds - 854f4c48 Require new MIG changes