Skip to content

Commit 2666809

Browse files
committed
Merge branch 'upstream-bump-1.3.0-rc.2' into 'master'
Bump to version 1.3.0 rc.2 See merge request nvidia/container-toolkit/container-toolkit!21
2 parents edc5041 + caf2792 commit 2666809

File tree

3 files changed

+14
-3
lines changed

3 files changed

+14
-3
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ DIST_DIR ?= $(CURDIR)/dist
66

77
LIB_NAME := nvidia-container-toolkit
88
LIB_VERSION := 1.3.0
9-
LIB_TAG ?= rc.1
9+
LIB_TAG ?= rc.2
1010

1111
GOLANG_VERSION := 1.14.2
1212
GOLANG_PKG_PATH := github.com/NVIDIA/nvidia-container-toolkit/pkg

packaging/debian/changelog

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,11 @@
1-
nvidia-container-toolkit (1.3.0~rc.1-1) UNRELEASED; urgency=medium
1+
nvidia-container-toolkit (1.3.0~rc.2-1) experimental; urgency=medium
2+
3+
* 2c180947 Add more tests for new semantics with device list from volume mounts
4+
* 7c003857 Refactor accepting device lists from volume mounts as a boolean
5+
6+
-- NVIDIA CORPORATION <[email protected]> Mon, 10 Aug 2020 15:05:34 -0700
7+
8+
nvidia-container-toolkit (1.3.0~rc.1-1) experimental; urgency=medium
29

310
* b50d86c1 Update build system to accept a TAG variable for things like rc.x
411
* fe65573b Add common CI tests for things like golint, gofmt, unit tests, etc.

packaging/rpm/SPECS/nvidia-container-toolkit.spec

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,11 @@ rm -f %{_bindir}/nvidia-container-runtime-hook
5353
/usr/share/containers/oci/hooks.d/oci-nvidia-hook.json
5454

5555
%changelog
56-
* Wed Jul 24 2020 NVIDIA CORPORATION <[email protected]> 1.3.0-0.1.rc.1
56+
* Mon Aug 10 2020 NVIDIA CORPORATION <[email protected]> 1.3.0-0.1.rc.2
57+
- 2c180947 Add more tests for new semantics with device list from volume mounts
58+
- 7c003857 Refactor accepting device lists from volume mounts as a boolean
59+
60+
* Fri Jul 24 2020 NVIDIA CORPORATION <[email protected]> 1.3.0-0.1.rc.1
5761
- b50d86c1 Update build system to accept a TAG variable for things like rc.x
5862
- fe65573b Add common CI tests for things like golint, gofmt, unit tests, etc.
5963
- da6fbb34 Revert "Add ability to merge envars of the form NVIDIA_VISIBLE_DEVICES_*"

0 commit comments

Comments
 (0)