Skip to content

Commit

Permalink
Merge branch 'upstream-bump-v1.4.2' into 'master'
Browse files Browse the repository at this point in the history
Bump version to 1.4.2

See merge request nvidia/container-toolkit/container-toolkit!27
  • Loading branch information
Evan Lezar committed Feb 5, 2021
2 parents 108c99b + 8571e5a commit ff44395
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ MKDIR ?= mkdir
DIST_DIR ?= $(CURDIR)/dist

LIB_NAME := nvidia-container-toolkit
LIB_VERSION := 1.4.1
LIB_VERSION := 1.4.2
LIB_TAG ?=

GOLANG_VERSION := 1.14.2
Expand Down
6 changes: 6 additions & 0 deletions packaging/debian/changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
nvidia-container-toolkit (1.4.2-1) UNRELEASED; urgency=medium

* Add dependence on libnvidia-container-tools >= 1.3.3

-- NVIDIA CORPORATION <[email protected]> Fri, 05 Feb 2021 02:24:36 -0700

nvidia-container-toolkit (1.4.1-1) UNRELEASED; urgency=medium

* Ignore NVIDIA_VISIBLE_DEVICES for containers with insufficent privileges
Expand Down
2 changes: 1 addition & 1 deletion packaging/debian/control
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ Build-Depends: debhelper (>= 9)

Package: nvidia-container-toolkit
Architecture: any
Depends: ${misc:Depends}, libnvidia-container-tools (>= 1.3.2), libnvidia-container-tools (<< 2.0.0)
Depends: ${misc:Depends}, libnvidia-container-tools (>= 1.3.3), libnvidia-container-tools (<< 2.0.0)
Breaks: nvidia-container-runtime (<< 2.0.0), nvidia-container-runtime-hook
Replaces: nvidia-container-runtime (<< 2.0.0), nvidia-container-runtime-hook
Description: NVIDIA container runtime hook
Expand Down
3 changes: 3 additions & 0 deletions packaging/rpm/SPECS/nvidia-container-toolkit.spec
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,9 @@ rm -f %{_bindir}/nvidia-container-runtime-hook
/usr/share/containers/oci/hooks.d/oci-nvidia-hook.json

%changelog
* Fri Feb 05 2021 NVIDIA CORPORATION <[email protected]> 1.4.2-1
- Add dependence on libnvidia-container-tools >= 1.3.3

* Mon Jan 25 2021 NVIDIA CORPORATION <[email protected]> 1.4.1-1
- Ignore NVIDIA_VISIBLE_DEVICES for containers with insufficent privileges
- Add dependence on libnvidia-container-tools >= 1.3.2
Expand Down

0 comments on commit ff44395

Please sign in to comment.