File tree Expand file tree Collapse file tree 3 files changed +22
-3
lines changed Expand file tree Collapse file tree 3 files changed +22
-3
lines changed Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ MKDIR ?= mkdir
1717DIST_DIR ?= $(CURDIR ) /dist
1818
1919LIB_NAME := nvidia-container-toolkit
20- LIB_VERSION := 1.5.0
20+ LIB_VERSION := 1.5.1
2121LIB_TAG ?=
2222
2323GOLANG_VERSION := 1.16.3
Original file line number Diff line number Diff line change 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+
112nvidia-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
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments