Skip to content

Commit 2c15e81

Browse files
committed
Bump version to 1.1.0
Signed-off-by: Kevin Klues <[email protected]>
1 parent fcc1d11 commit 2c15e81

File tree

3 files changed

+14
-2
lines changed

3 files changed

+14
-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.0.5
8+
LIB_VERSION := 1.1.0
99

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

packaging/debian/changelog

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,12 @@
1-
nvidia-container-toolkit (@VERSION@) UNRELEASED; urgency=medium
1+
nvidia-container-toolkit (1.1.0-1) UNRELEASED; urgency=medium
2+
3+
* Add ability to merge envars of the form NVIDIA_VISIBLE_DEVICES_* (Closes: #XXXXXX)
4+
* Extend fields we inspect in the runc spec to include linux capabilities (Closes: #XXXXXX)
5+
* Add support for MIG (Closes: #XXXXXX)
6+
7+
-- NVIDIA CORPORATION <[email protected]> Wed, 07 Mar 2018 05:47:37 +0000
8+
9+
nvidia-container-toolkit (1.0.5-1) UNRELEASED; urgency=medium
210

311
* Initial release. Replaces older package nvidia-container-runtime-hook. (Closes: #XXXXXX)
412

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

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,3 +53,7 @@ rm -f %{_bindir}/nvidia-container-runtime-hook
5353
/usr/share/containers/oci/hooks.d/oci-nvidia-hook.json
5454

5555
%changelog
56+
* Fri May 15 2020 NVIDIA CORPORATION <[email protected]> 1.1.0-1
57+
- Add ability to merge envars of the form NVIDIA_VISIBLE_DEVICES_*
58+
- Extend fields we inspect in the runc spec to include linux capabilities
59+
- Add support for MIG

0 commit comments

Comments
 (0)