Skip to content

Commit

Permalink
Merge branch 'upstream-bump-1.3.0-rc.2' into 'master'
Browse files Browse the repository at this point in the history
Bump to version 1.3.0 rc.2

See merge request nvidia/container-toolkit/container-toolkit!21
  • Loading branch information
klueska committed Aug 10, 2020
2 parents edc5041 + caf2792 commit 2666809
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ DIST_DIR ?= $(CURDIR)/dist

LIB_NAME := nvidia-container-toolkit
LIB_VERSION := 1.3.0
LIB_TAG ?= rc.1
LIB_TAG ?= rc.2

GOLANG_VERSION := 1.14.2
GOLANG_PKG_PATH := github.com/NVIDIA/nvidia-container-toolkit/pkg
Expand Down
9 changes: 8 additions & 1 deletion packaging/debian/changelog
Original file line number Diff line number Diff line change
@@ -1,4 +1,11 @@
nvidia-container-toolkit (1.3.0~rc.1-1) UNRELEASED; urgency=medium
nvidia-container-toolkit (1.3.0~rc.2-1) experimental; urgency=medium

* 2c180947 Add more tests for new semantics with device list from volume mounts
* 7c003857 Refactor accepting device lists from volume mounts as a boolean

-- NVIDIA CORPORATION <[email protected]> Mon, 10 Aug 2020 15:05:34 -0700

nvidia-container-toolkit (1.3.0~rc.1-1) experimental; urgency=medium

* b50d86c1 Update build system to accept a TAG variable for things like rc.x
* fe65573b Add common CI tests for things like golint, gofmt, unit tests, etc.
Expand Down
6 changes: 5 additions & 1 deletion packaging/rpm/SPECS/nvidia-container-toolkit.spec
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,11 @@ rm -f %{_bindir}/nvidia-container-runtime-hook
/usr/share/containers/oci/hooks.d/oci-nvidia-hook.json

%changelog
* Wed Jul 24 2020 NVIDIA CORPORATION <[email protected]> 1.3.0-0.1.rc.1
* Mon Aug 10 2020 NVIDIA CORPORATION <[email protected]> 1.3.0-0.1.rc.2
- 2c180947 Add more tests for new semantics with device list from volume mounts
- 7c003857 Refactor accepting device lists from volume mounts as a boolean

* Fri Jul 24 2020 NVIDIA CORPORATION <[email protected]> 1.3.0-0.1.rc.1
- b50d86c1 Update build system to accept a TAG variable for things like rc.x
- fe65573b Add common CI tests for things like golint, gofmt, unit tests, etc.
- da6fbb34 Revert "Add ability to merge envars of the form NVIDIA_VISIBLE_DEVICES_*"
Expand Down

0 comments on commit 2666809

Please sign in to comment.