File tree Expand file tree Collapse file tree 4 files changed +14
-3
lines changed
Expand file tree Collapse file tree 4 files changed +14
-3
lines changed Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ DIST_DIR ?= $(CURDIR)/dist
66
77LIB_NAME := nvidia-container-toolkit
88LIB_VERSION := 1.3.0
9- LIB_TAG ?= rc.2
9+ LIB_TAG ?=
1010
1111GOLANG_VERSION := 1.14.2
1212GOLANG_PKG_PATH := github.com/NVIDIA/nvidia-container-toolkit/pkg
Original file line number Diff line number Diff line change 1+ nvidia-container-toolkit (1.3.0-1) UNRELEASED; urgency=medium
2+
3+ * Promote 1.3.0~rc.2-1 to 1.3.0-1
4+ * Add dependence on libnvidia-container-tools >= 1.3.0
5+
6+ -- NVIDIA CORPORATION <cudatools@nvidia.com> Wed, 16 Sep 2020 13:40:29 -0700
7+
18nvidia-container-toolkit (1.3.0~rc.2-1) experimental; urgency=medium
29
310 * 2c180947 Add more tests for new semantics with device list from volume mounts
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ Build-Depends: debhelper (>= 9)
1010
1111Package: nvidia-container-toolkit
1212Architecture: any
13- Depends: ${misc:Depends}, libnvidia-container-tools (>= 1.2 .0), libnvidia-container-tools (<< 2.0.0)
13+ Depends: ${misc:Depends}, libnvidia-container-tools (>= 1.3 .0), libnvidia-container-tools (<< 2.0.0)
1414Breaks: nvidia-container-runtime (<< 2.0.0), nvidia-container-runtime-hook
1515Replaces: nvidia-container-runtime (<< 2.0.0), nvidia-container-runtime-hook
1616Description: NVIDIA container runtime hook
Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ Source4: LICENSE
1818
1919Obsoletes: nvidia-container-runtime < 2.0.0, nvidia-container-runtime-hook
2020Provides: nvidia-container-runtime-hook
21- Requires: libnvidia-container-tools >= 1.2 .0, libnvidia-container-tools < 2.0.0
21+ Requires: libnvidia-container-tools >= 1.3 .0, libnvidia-container-tools < 2.0.0
2222
2323%description
2424Provides a OCI hook to enable GPU support in containers.
@@ -53,6 +53,10 @@ rm -f %{_bindir}/nvidia-container-runtime-hook
5353/usr/share/containers/oci/hooks.d/oci-nvidia-hook.json
5454
5555%changelog
56+ * Wed Sep 16 2020 NVIDIA CORPORATION <cudatools@nvidia.com> 1.3.0-1
57+ - Promote 1.3.0-0.1.rc.2 to 1.3.0-1
58+ - Add dependence on libnvidia-container-tools >= 1.3.0
59+
5660* Mon Aug 10 2020 NVIDIA CORPORATION <cudatools@nvidia.com> 1.3.0-0.1.rc.2
5761- 2c180947 Add more tests for new semantics with device list from volume mounts
5862- 7c003857 Refactor accepting device lists from volume mounts as a boolean
You can’t perform that action at this time.
0 commit comments