Skip to content

Commit

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

See merge request nvidia/container-toolkit/container-toolkit!19
  • Loading branch information
klueska committed Jul 24, 2020
2 parents a25017f + 928905c commit 322006c
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ MKDIR ?= mkdir
DIST_DIR ?= $(CURDIR)/dist

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

GOLANG_VERSION := 1.14.2
GOLANG_PKG_PATH := github.com/NVIDIA/nvidia-container-toolkit/pkg
Expand Down
11 changes: 11 additions & 0 deletions packaging/debian/changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,14 @@
nvidia-container-toolkit (1.3.0~rc.1-1) UNRELEASED; 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.
* da6fbb34 Revert "Add ability to merge envars of the form NVIDIA_VISIBLE_DEVICES_*"
* a7fb3330 Flip build-all targets to run automatically on merge requests
* 8b248b66 Rename github.com/NVIDIA/container-toolkit to nvidia-container-toolkit
* da36874e Add new config options to pull device list from mounted files instead of ENVVAR

-- NVIDIA CORPORATION <[email protected]> Fri, 24 Jul 2020 22:21:49 -0700

nvidia-container-toolkit (1.2.1-1) UNRELEASED; urgency=medium

* 4e6e0ed4 Add 'ngx' to list of *all* driver capabilities
Expand Down
8 changes: 8 additions & 0 deletions packaging/rpm/SPECS/nvidia-container-toolkit.spec
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,14 @@ 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
- 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_*"
- a7fb3330 Flip build-all targets to run automatically on merge requests
- 8b248b66 Rename github.com/NVIDIA/container-toolkit to nvidia-container-toolkit
- da36874e Add new config options to pull device list from mounted files instead of ENVVAR

* Wed Jul 22 2020 NVIDIA CORPORATION <[email protected]> 1.2.1-1
- 4e6e0ed4 Add 'ngx' to list of *all* driver capabilities
- 2f4af743 List config.toml as a config file in the RPM SPEC
Expand Down

0 comments on commit 322006c

Please sign in to comment.