Update changelog for 1.1.0 release

Signed-off-by: Kevin Klues <kklues@nvidia.com>
This commit is contained in:
Kevin Klues 2020-05-18 13:21:14 +02:00
parent 976428af2c
commit 9c2c610fcd
2 changed files with 9 additions and 7 deletions

View File

@ -1,10 +1,11 @@
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)
* 4e4de762 Update build system to support multi-arch builds
* fcc1d116 Add support for MIG (Multi-Instance GPUs)
* d4ff0416 Add ability to merge envars of the form NVIDIA_VISIBLE_DEVICES_*
* 60f165ad Add no-pivot option to toolkit
-- NVIDIA CORPORATION <cudatools@nvidia.com> Wed, 07 Mar 2018 05:47:37 +0000
-- NVIDIA CORPORATION <cudatools@nvidia.com> Fri, 15 May 2020 12:05:32 -0700
nvidia-container-toolkit (1.0.5-1) UNRELEASED; urgency=medium

View File

@ -54,6 +54,7 @@ rm -f %{_bindir}/nvidia-container-runtime-hook
%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
- 4e4de762 Update build system to support multi-arch builds
- fcc1d116 Add support for MIG (Multi-Instance GPUs)
- d4ff0416 Add ability to merge envars of the form NVIDIA_VISIBLE_DEVICES_*
- 60f165ad Add no-pivot option to toolkit