File tree Expand file tree Collapse file tree 3 files changed +14
-2
lines changed Expand file tree Collapse file tree 3 files changed +14
-2
lines changed Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ MKDIR ?= mkdir
55DIST_DIR ?= $(CURDIR ) /dist
66
77LIB_NAME := nvidia-container-toolkit
8- LIB_VERSION := 1.0.5
8+ LIB_VERSION := 1.1.0
99
1010GOLANG_VERSION := 1.14.2
1111GOLANG_PKG_PATH := github.com/NVIDIA/container-toolkit/pkg
Original file line number Diff line number Diff line change 1- nvidia-container-toolkit (@VERSION@) UNRELEASED; urgency=medium
1+ nvidia-container-toolkit (1.1.0-1) UNRELEASED; urgency=medium
2+
3+ * Add ability to merge envars of the form NVIDIA_VISIBLE_DEVICES_* (Closes: #XXXXXX)
4+ * Extend fields we inspect in the runc spec to include linux capabilities (Closes: #XXXXXX)
5+ * Add support for MIG (Closes: #XXXXXX)
6+
7+ -- NVIDIA CORPORATION <
[email protected] > Wed, 07 Mar 2018 05:47:37 +0000
8+
9+ nvidia-container-toolkit (1.0.5-1) UNRELEASED; urgency=medium
210
311 * Initial release. Replaces older package nvidia-container-runtime-hook. (Closes: #XXXXXX)
412
Original file line number Diff line number Diff line change @@ -53,3 +53,7 @@ rm -f %{_bindir}/nvidia-container-runtime-hook
5353/usr/share/containers/oci/hooks.d/oci-nvidia-hook.json
5454
5555%changelog
56+ *
Fri May 15 2020 NVIDIA CORPORATION <[email protected] > 1.1.0-1 57+ - Add ability to merge envars of the form NVIDIA_VISIBLE_DEVICES_*
58+ - Extend fields we inspect in the runc spec to include linux capabilities
59+ - Add support for MIG
You can’t perform that action at this time.
0 commit comments