Skip to content

Commit 322006c

Browse files
committed
Merge branch 'upstream-bump-1.3.0-rc.1' into 'master'
Bump version to 1.3.0-rc.1 See merge request nvidia/container-toolkit/container-toolkit!19
2 parents a25017f + 928905c commit 322006c

File tree

3 files changed

+21
-2
lines changed

3 files changed

+21
-2
lines changed

Makefile

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

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

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

packaging/debian/changelog

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,14 @@
1+
nvidia-container-toolkit (1.3.0~rc.1-1) UNRELEASED; urgency=medium
2+
3+
* b50d86c1 Update build system to accept a TAG variable for things like rc.x
4+
* fe65573b Add common CI tests for things like golint, gofmt, unit tests, etc.
5+
* da6fbb34 Revert "Add ability to merge envars of the form NVIDIA_VISIBLE_DEVICES_*"
6+
* a7fb3330 Flip build-all targets to run automatically on merge requests
7+
* 8b248b66 Rename github.com/NVIDIA/container-toolkit to nvidia-container-toolkit
8+
* da36874e Add new config options to pull device list from mounted files instead of ENVVAR
9+
10+
-- NVIDIA CORPORATION <[email protected]> Fri, 24 Jul 2020 22:21:49 -0700
11+
112
nvidia-container-toolkit (1.2.1-1) UNRELEASED; urgency=medium
213

314
* 4e6e0ed4 Add 'ngx' to list of *all* driver capabilities

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

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,14 @@ 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
57+
- b50d86c1 Update build system to accept a TAG variable for things like rc.x
58+
- fe65573b Add common CI tests for things like golint, gofmt, unit tests, etc.
59+
- da6fbb34 Revert "Add ability to merge envars of the form NVIDIA_VISIBLE_DEVICES_*"
60+
- a7fb3330 Flip build-all targets to run automatically on merge requests
61+
- 8b248b66 Rename github.com/NVIDIA/container-toolkit to nvidia-container-toolkit
62+
- da36874e Add new config options to pull device list from mounted files instead of ENVVAR
63+
5664
* Wed Jul 22 2020 NVIDIA CORPORATION <[email protected]> 1.2.1-1
5765
- 4e6e0ed4 Add 'ngx' to list of *all* driver capabilities
5866
- 2f4af743 List config.toml as a config file in the RPM SPEC

0 commit comments

Comments
 (0)