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

Commit 944ad54

Browse files
committed
Bump to version 3.4.0
Signed-off-by: Kevin Klues <[email protected]>
1 parent 5c87d1e commit 944ad54

File tree

3 files changed

+13
-2
lines changed

3 files changed

+13
-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.3.0
8+
LIB_VERSION := 3.4.0
99
PKG_REV := 1
1010

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

1414
# Supported OSs by architecture

debian/changelog

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
nvidia-container-runtime (3.4.0-1) UNRELEASED; urgency=medium
2+
3+
* Bump version to v3.4.0
4+
* Add dependence on nvidia-container-toolkit >= 1.3.0
5+
6+
-- NVIDIA CORPORATION <[email protected]> Wed, 16 Sep 2020 13:48:15 +0000
7+
18
nvidia-container-runtime (3.3.0-1) UNRELEASED; urgency=medium
29

310
* e550cb15 Update package license to match source license

rpm/SPECS/nvidia-container-runtime.spec

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

4242
%changelog
43+
* Wed Sep 16 2020 NVIDIA CORPORATION <[email protected]> 3.4.0-1
44+
- Bump version to v3.4.0
45+
- Add dependence on nvidia-container-toolkit >= 1.3.0
46+
4347
* Wed Jul 08 2020 NVIDIA CORPORATION <[email protected]> 3.3.0-1
4448
- e550cb15 Update package license to match source license
4549
- f02eef53 Update project License

0 commit comments

Comments
 (0)