mirror of
https://github.com/NVIDIA/nvidia-container-toolkit
synced 2024-11-22 08:18:32 +00:00
Update changelog for release
Signed-off-by: Evan Lezar <elezar@nvidia.com>
This commit is contained in:
parent
b2902cc04a
commit
f7ac8b8139
@ -1,8 +1,19 @@
|
|||||||
nvidia-container-toolkit (1.10.0~rc.2-1) experimental; urgency=medium
|
nvidia-container-toolkit (1.10.0~rc.2-1) experimental; urgency=medium
|
||||||
|
|
||||||
* Dummy entry
|
* Add support for NVIDIA_REQUIRE_* checks for cuda version and arch to csv mode
|
||||||
|
* Switch to debug logging to reduce log verbosity
|
||||||
|
* Support logging to logs requested in command line
|
||||||
|
* Fix bug when launching containers with relative root path (e.g. using containerd)
|
||||||
|
* Allow low-level runtime path to be set explicitly as nvidia-container-runtime.runtimes option
|
||||||
|
* Fix failure to locate low-level runtime if PATH envvar is unset
|
||||||
|
* Replace experimental option for NVIDIA Container Runtime with nvidia-container-runtime.mode = csv option
|
||||||
|
* Use csv as default mode on Tegra systems without NVML
|
||||||
|
* Add --version flag to all CLIs
|
||||||
|
* [libnvidia-container] Bump libtirpc to 1.3.2
|
||||||
|
* [libnvidia-container] Fix bug when running host ldconfig using glibc compiled with a non-standard prefix
|
||||||
|
* [libnvidia-container] Add libcudadebugger.so to list of compute libraries
|
||||||
|
|
||||||
-- NVIDIA CORPORATION <cudatools@nvidia.com> Tue, 12 Apr 2022 10:43:20 +0200
|
-- NVIDIA CORPORATION <cudatools@nvidia.com> Fri, 13 May 2022 13:41:10 +0200
|
||||||
|
|
||||||
nvidia-container-toolkit (1.10.0~rc.1-1) experimental; urgency=medium
|
nvidia-container-toolkit (1.10.0~rc.1-1) experimental; urgency=medium
|
||||||
|
|
||||||
|
@ -67,8 +67,19 @@ rm -f %{_bindir}/nvidia-container-runtime-hook
|
|||||||
/usr/share/containers/oci/hooks.d/oci-nvidia-hook.json
|
/usr/share/containers/oci/hooks.d/oci-nvidia-hook.json
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
* Tue Apr 12 2022 NVIDIA CORPORATION <cudatools@nvidia.com> 1.10.0-0.1.rc.2
|
* Fri May 13 2022 NVIDIA CORPORATION <cudatools@nvidia.com> 1.10.0-0.1.rc.2
|
||||||
- Dummy entry
|
- Add support for NVIDIA_REQUIRE_* checks for cuda version and arch to csv mode
|
||||||
|
- Switch to debug logging to reduce log verbosity
|
||||||
|
- Support logging to logs requested in command line
|
||||||
|
- Fix bug when launching containers with relative root path (e.g. using containerd)
|
||||||
|
- Allow low-level runtime path to be set explicitly as nvidia-container-runtime.runtimes option
|
||||||
|
- Fix failure to locate low-level runtime if PATH envvar is unset
|
||||||
|
- Replace experimental option for NVIDIA Container Runtime with nvidia-container-runtime.mode = csv option
|
||||||
|
- Use csv as default mode on Tegra systems without NVML
|
||||||
|
- Add --version flag to all CLIs
|
||||||
|
- [libnvidia-container] Bump libtirpc to 1.3.2
|
||||||
|
- [libnvidia-container] Fix bug when running host ldconfig using glibc compiled with a non-standard prefix
|
||||||
|
- [libnvidia-container] Add libcudadebugger.so to list of compute libraries
|
||||||
|
|
||||||
* Thu Mar 24 2022 NVIDIA CORPORATION <cudatools@nvidia.com> 1.10.0-0.1.rc.1
|
* Thu Mar 24 2022 NVIDIA CORPORATION <cudatools@nvidia.com> 1.10.0-0.1.rc.1
|
||||||
- Include nvidia-ctk CLI in installed binaries
|
- Include nvidia-ctk CLI in installed binaries
|
||||||
|
Loading…
Reference in New Issue
Block a user