Skip to content
This repository has been archived by the owner on Oct 27, 2023. It is now read-only.

Commit

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

See merge request nvidia/container-toolkit/container-runtime!45
  • Loading branch information
klueska committed Feb 5, 2021
2 parents 0cd349c + 13cf81e commit d62e359
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,10 @@ MKDIR ?= mkdir
DIST_DIR ?= $(CURDIR)/dist

LIB_NAME := nvidia-container-runtime
LIB_VERSION := 3.4.1
LIB_VERSION := 3.4.2
PKG_REV := 1

TOOLKIT_VERSION := 1.4.1
TOOLKIT_VERSION := 1.4.2
GOLANG_VERSION := 1.15.6

# Supported OSs by architecture
Expand Down
6 changes: 6 additions & 0 deletions debian/changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
nvidia-container-runtime (3.4.2-1) UNRELEASED; urgency=medium

* Add dependence on nvidia-container-toolkit >= 1.4.2

-- NVIDIA CORPORATION <[email protected]> Fri, 05 Feb 2021 02:30:49 +0000

nvidia-container-runtime (3.4.1-1) UNRELEASED; urgency=medium

* Update README to list 'compute' as part of the default capabilities
Expand Down
3 changes: 3 additions & 0 deletions rpm/SPECS/nvidia-container-runtime.spec
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,9 @@ install -m 755 -t %{buildroot}%{_bindir} nvidia-container-runtime
%{_bindir}/nvidia-container-runtime

%changelog
* Fri Feb 05 2021 NVIDIA CORPORATION <[email protected]> 3.4.2-1
- Add dependence on nvidia-container-toolkit >= 1.4.2

* Mon Jan 25 2021 NVIDIA CORPORATION <[email protected]> 3.4.1-1
- Update README to list 'compute' as part of the default capabilities
- Switch to gomod for vendoring
Expand Down

0 comments on commit d62e359

Please sign in to comment.