Skip to content

Commit 7ec9e84

Browse files
committed
Merge branch 'upstream-bump-v1.2.0' into 'master'
Bump to version 1.2.0 See merge request nvidia/container-toolkit/container-toolkit!12
2 parents ad7d3dd + 023af37 commit 7ec9e84

File tree

5 files changed

+21
-4
lines changed

5 files changed

+21
-4
lines changed

Makefile

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

77
LIB_NAME := nvidia-container-toolkit
8-
LIB_VERSION := 1.1.2
8+
LIB_VERSION := 1.2.0
99

1010
GOLANG_VERSION := 1.14.2
1111
GOLANG_PKG_PATH := github.com/NVIDIA/container-toolkit/pkg

docker/Dockerfile.debian

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,6 @@ COPY packaging/debian ./debian
6464
RUN sed -i "s;@VERSION@;${REVISION};" debian/changelog && \
6565
if [ "$REVISION" != "$(dpkg-parsechangelog --show-field=Version)" ]; then exit 1; fi
6666

67-
CMD export DISTRIB="unstable" && \
67+
CMD export DISTRIB="$(lsb_release -cs)" && \
6868
debuild -eDISTRIB -eSECTION --dpkg-buildpackage-hook='sh debian/prepare' -i -us -uc -b && \
6969
mv /tmp/nvidia-container-toolkit_*.deb /dist

packaging/debian/changelog

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1+
nvidia-container-toolkit (1.2.0-1) UNRELEASED; urgency=medium
2+
3+
* 8e0aab46 Fix repo listed in changelog for debian distributions
4+
* 320bb6e4 Update dependence on libnvidia-container to 1.2.0
5+
* 6cfc8097 Update package license to match source license
6+
* e7dc3cbb Fix debian copyright file
7+
* d3aee3e0 Add the 'ngx' driver capability
8+
9+
-- NVIDIA CORPORATION <[email protected]> Wed, 08 Jul 2020 18:11:19 -0700
10+
111
nvidia-container-toolkit (1.1.2-1) UNRELEASED; urgency=medium
212

313
* c32237f3 Add support for parsing Linux Capabilities for older OCI specs

packaging/debian/control

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ Build-Depends: debhelper (>= 9)
1010

1111
Package: nvidia-container-toolkit
1212
Architecture: any
13-
Depends: ${misc:Depends}, libnvidia-container-tools (>= 1.1.1), libnvidia-container-tools (<< 2.0.0)
13+
Depends: ${misc:Depends}, libnvidia-container-tools (>= 1.2.0), libnvidia-container-tools (<< 2.0.0)
1414
Breaks: nvidia-container-runtime (<< 2.0.0), nvidia-container-runtime-hook
1515
Replaces: nvidia-container-runtime (<< 2.0.0), nvidia-container-runtime-hook
1616
Description: NVIDIA container runtime hook

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

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ Source4: LICENSE
1818

1919
Obsoletes: nvidia-container-runtime < 2.0.0, nvidia-container-runtime-hook
2020
Provides: nvidia-container-runtime-hook
21-
Requires: libnvidia-container-tools >= 1.1.1, libnvidia-container-tools < 2.0.0
21+
Requires: libnvidia-container-tools >= 1.2.0, libnvidia-container-tools < 2.0.0
2222

2323
%description
2424
Provides a OCI hook to enable GPU support in containers.
@@ -53,6 +53,13 @@ rm -f %{_bindir}/nvidia-container-runtime-hook
5353
/usr/share/containers/oci/hooks.d/oci-nvidia-hook.json
5454

5555
%changelog
56+
* Wed Jul 08 2020 NVIDIA CORPORATION <[email protected]> 1.2.0-1
57+
- 8e0aab46 Fix repo listed in changelog for debian distributions
58+
- 320bb6e4 Update dependence on libnvidia-container to 1.2.0
59+
- 6cfc8097 Update package license to match source license
60+
- e7dc3cbb Fix debian copyright file
61+
- d3aee3e0 Add the 'ngx' driver capability
62+
5663
* Wed Jun 03 2020 NVIDIA CORPORATION <[email protected]> 1.1.2-1
5764
- c32237f3 Add support for parsing Linux Capabilities for older OCI specs
5865

0 commit comments

Comments
 (0)