Skip to content

Commit 22fcd02

Browse files
author
Evan Lezar
committed
Merge branch 'upstream-bump-v1.5.1' into 'master'
Bump to version 1.5.1 See merge request nvidia/container-toolkit/container-toolkit!35
2 parents 17e76ca + 492905d commit 22fcd02

File tree

3 files changed

+22
-3
lines changed

3 files changed

+22
-3
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ MKDIR ?= mkdir
1717
DIST_DIR ?= $(CURDIR)/dist
1818

1919
LIB_NAME := nvidia-container-toolkit
20-
LIB_VERSION := 1.5.0
20+
LIB_VERSION := 1.5.1
2121
LIB_TAG ?=
2222

2323
GOLANG_VERSION := 1.16.3

packaging/debian/changelog

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,14 @@
1+
nvidia-container-toolkit (1.5.1-1) UNRELEASED; urgency=medium
2+
3+
* Fix bug where Docker Swarm device selection is ignored if
4+
NVIDIA_VISIBLE_DEVICES is also set
5+
* Improve unit testing by using require package and adding coverage reports
6+
* Remove unneeded go dependencies by running go mod tidy
7+
* Move contents of pkg directory to cmd for CLI tools
8+
* Ensure make binary target explicitly sets GOOS
9+
10+
-- NVIDIA CORPORATION <[email protected]> Mon, 14 Jun 2021 09:00:00 -0700
11+
112
nvidia-container-toolkit (1.5.0-1) UNRELEASED; urgency=medium
213

314
* Add dependence on libnvidia-container-tools >= 1.4.0
@@ -85,7 +96,7 @@ nvidia-container-toolkit (1.1.0-1) UNRELEASED; urgency=medium
8596

8697
* 4e4de762 Update build system to support multi-arch builds
8798
* fcc1d116 Add support for MIG (Multi-Instance GPUs)
88-
* d4ff0416 Add ability to merge envars of the form NVIDIA_VISIBLE_DEVICES_*
99+
* d4ff0416 Add ability to merge envars of the form NVIDIA_VISIBLE_DEVICES_*
89100
* 60f165ad Add no-pivot option to toolkit
90101

91102
-- NVIDIA CORPORATION <[email protected]> Fri, 15 May 2020 12:05:32 -0700

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

Lines changed: 9 additions & 1 deletion
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+
* Mon Jun 14 2021 NVIDIA CORPORATION <[email protected]> 1.5.1-1
57+
58+
- Fix bug where Docker Swarm device selection is ignored if NVIDIA_VISIBLE_DEVICES is also set
59+
- Improve unit testing by using require package and adding coverage reports
60+
- Remove unneeded go dependencies by running go mod tidy
61+
- Move contents of pkg directory to cmd for CLI tools
62+
- Ensure make binary target explicitly sets GOOS
63+
5664
* Thu Apr 29 2021 NVIDIA CORPORATION <[email protected]> 1.5.0-1
5765
- Add dependence on libnvidia-container-tools >= 1.4.0
5866
- Add golang check targets to Makefile
@@ -106,5 +114,5 @@ rm -f %{_bindir}/nvidia-container-runtime-hook
106114
* Fri May 15 2020 NVIDIA CORPORATION <[email protected]> 1.1.0-1
107115
- 4e4de762 Update build system to support multi-arch builds
108116
- fcc1d116 Add support for MIG (Multi-Instance GPUs)
109-
- d4ff0416 Add ability to merge envars of the form NVIDIA_VISIBLE_DEVICES_*
117+
- d4ff0416 Add ability to merge envars of the form NVIDIA_VISIBLE_DEVICES_*
110118
- 60f165ad Add no-pivot option to toolkit

0 commit comments

Comments
 (0)