Skip to content
This repository was archived by the owner on Oct 27, 2023. It is now read-only.

Commit 5c87d1e

Browse files
committed
Merge branch 'upstream-bump-v3.3.0' into 'master'
Bump to version 3.3.0 See merge request nvidia/container-toolkit/container-runtime!33
2 parents 91843be + 5203ebe commit 5c87d1e

File tree

3 files changed

+15
-2
lines changed

3 files changed

+15
-2
lines changed

Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,10 @@ MKDIR ?= mkdir
55
DIST_DIR ?= $(CURDIR)/dist
66

77
LIB_NAME := nvidia-container-runtime
8-
LIB_VERSION := 3.2.0
8+
LIB_VERSION := 3.3.0
99
PKG_REV := 1
1010

11-
TOOLKIT_VERSION := 1.1.0
11+
TOOLKIT_VERSION := 1.2.0
1212
GOLANG_VERSION := 1.10.3
1313

1414
# Supported OSs by architecture

debian/changelog

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
nvidia-container-runtime (3.3.0-1) UNRELEASED; urgency=medium
2+
3+
* e550cb15 Update package license to match source license
4+
* f02eef53 Update project License
5+
* c0fe8aae Update dependence on nvidia-container-toolkit to 1.2.0
6+
7+
-- NVIDIA CORPORATION <[email protected]> Wed, 08 Jul 2020 20:23:05 +0000
8+
19
nvidia-container-runtime (3.2.0-1) UNRELEASED; urgency=medium
210

311
* e486a70e Update build system to support multi-arch builds

rpm/SPECS/nvidia-container-runtime.spec

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,11 @@ install -m 755 -t %{buildroot}%{_bindir} nvidia-container-runtime
4040
%{_bindir}/nvidia-container-runtime
4141

4242
%changelog
43+
* Wed Jul 08 2020 NVIDIA CORPORATION <[email protected]> 3.3.0-1
44+
- e550cb15 Update package license to match source license
45+
- f02eef53 Update project License
46+
- c0fe8aae Update dependence on nvidia-container-toolkit to 1.2.0
47+
4348
* Fri May 15 2020 NVIDIA CORPORATION <[email protected]> 3.2.0-1
4449
- e486a70e Update build system to support multi-arch builds
4550
- 854f4c48 Require new MIG changes

0 commit comments

Comments
 (0)