Skip to content

Commit ff44395

Browse files
author
Evan Lezar
committed
Merge branch 'upstream-bump-v1.4.2' into 'master'
Bump version to 1.4.2 See merge request nvidia/container-toolkit/container-toolkit!27
2 parents 108c99b + 8571e5a commit ff44395

File tree

4 files changed

+11
-2
lines changed

4 files changed

+11
-2
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.4.1
8+
LIB_VERSION := 1.4.2
99
LIB_TAG ?=
1010

1111
GOLANG_VERSION := 1.14.2

packaging/debian/changelog

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
nvidia-container-toolkit (1.4.2-1) UNRELEASED; urgency=medium
2+
3+
* Add dependence on libnvidia-container-tools >= 1.3.3
4+
5+
-- NVIDIA CORPORATION <[email protected]> Fri, 05 Feb 2021 02:24:36 -0700
6+
17
nvidia-container-toolkit (1.4.1-1) UNRELEASED; urgency=medium
28

39
* Ignore NVIDIA_VISIBLE_DEVICES for containers with insufficent privileges

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.3.2), libnvidia-container-tools (<< 2.0.0)
13+
Depends: ${misc:Depends}, libnvidia-container-tools (>= 1.3.3), 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: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,9 @@ rm -f %{_bindir}/nvidia-container-runtime-hook
5353
/usr/share/containers/oci/hooks.d/oci-nvidia-hook.json
5454

5555
%changelog
56+
* Fri Feb 05 2021 NVIDIA CORPORATION <[email protected]> 1.4.2-1
57+
- Add dependence on libnvidia-container-tools >= 1.3.3
58+
5659
* Mon Jan 25 2021 NVIDIA CORPORATION <[email protected]> 1.4.1-1
5760
- Ignore NVIDIA_VISIBLE_DEVICES for containers with insufficent privileges
5861
- Add dependence on libnvidia-container-tools >= 1.3.2

0 commit comments

Comments
 (0)