mirror of
https://github.com/NVIDIA/nvidia-container-toolkit
synced 2024-11-22 00:08:11 +00:00
Bump version to 1.1.0
Signed-off-by: Kevin Klues <kklues@nvidia.com>
This commit is contained in:
parent
fcc1d116f0
commit
2c15e81822
2
Makefile
2
Makefile
@ -5,7 +5,7 @@ MKDIR ?= mkdir
|
||||
DIST_DIR ?= $(CURDIR)/dist
|
||||
|
||||
LIB_NAME := nvidia-container-toolkit
|
||||
LIB_VERSION := 1.0.5
|
||||
LIB_VERSION := 1.1.0
|
||||
|
||||
GOLANG_VERSION := 1.14.2
|
||||
GOLANG_PKG_PATH := github.com/NVIDIA/container-toolkit/pkg
|
||||
|
@ -1,4 +1,12 @@
|
||||
nvidia-container-toolkit (@VERSION@) UNRELEASED; urgency=medium
|
||||
nvidia-container-toolkit (1.1.0-1) UNRELEASED; urgency=medium
|
||||
|
||||
* Add ability to merge envars of the form NVIDIA_VISIBLE_DEVICES_* (Closes: #XXXXXX)
|
||||
* Extend fields we inspect in the runc spec to include linux capabilities (Closes: #XXXXXX)
|
||||
* Add support for MIG (Closes: #XXXXXX)
|
||||
|
||||
-- NVIDIA CORPORATION <cudatools@nvidia.com> Wed, 07 Mar 2018 05:47:37 +0000
|
||||
|
||||
nvidia-container-toolkit (1.0.5-1) UNRELEASED; urgency=medium
|
||||
|
||||
* Initial release. Replaces older package nvidia-container-runtime-hook. (Closes: #XXXXXX)
|
||||
|
||||
|
@ -53,3 +53,7 @@ rm -f %{_bindir}/nvidia-container-runtime-hook
|
||||
/usr/share/containers/oci/hooks.d/oci-nvidia-hook.json
|
||||
|
||||
%changelog
|
||||
* Fri May 15 2020 NVIDIA CORPORATION <cudatools@nvidia.com> 1.1.0-1
|
||||
- Add ability to merge envars of the form NVIDIA_VISIBLE_DEVICES_*
|
||||
- Extend fields we inspect in the runc spec to include linux capabilities
|
||||
- Add support for MIG
|
||||
|
Loading…
Reference in New Issue
Block a user