Skip to content

Commit 2a3b871

Browse files
author
Evan Lezar
committed
Merge branch 'prep-release' into 'main'
Update changelog and libnvidia-container for release See merge request nvidia/container-toolkit/container-toolkit!152
2 parents b2902cc + a68d1d9 commit 2a3b871

File tree

3 files changed

+28
-6
lines changed

3 files changed

+28
-6
lines changed

packaging/debian/changelog

Lines changed: 14 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,19 @@
11
nvidia-container-toolkit (1.10.0~rc.2-1) experimental; urgency=medium
22

3-
* Dummy entry
4-
5-
-- NVIDIA CORPORATION <cudatools@nvidia.com> Tue, 12 Apr 2022 10:43:20 +0200
3+
* Add support for NVIDIA_REQUIRE_* checks for cuda version and arch to csv mode
4+
* Switch to debug logging to reduce log verbosity
5+
* Support logging to logs requested in command line
6+
* Fix bug when launching containers with relative root path (e.g. using containerd)
7+
* Allow low-level runtime path to be set explicitly as nvidia-container-runtime.runtimes option
8+
* Fix failure to locate low-level runtime if PATH envvar is unset
9+
* Replace experimental option for NVIDIA Container Runtime with nvidia-container-runtime.mode = csv option
10+
* Use csv as default mode on Tegra systems without NVML
11+
* Add --version flag to all CLIs
12+
* [libnvidia-container] Bump libtirpc to 1.3.2
13+
* [libnvidia-container] Fix bug when running host ldconfig using glibc compiled with a non-standard prefix
14+
* [libnvidia-container] Add libcudadebugger.so to list of compute libraries
15+
16+
-- NVIDIA CORPORATION <cudatools@nvidia.com> Fri, 13 May 2022 13:41:10 +0200
617

718
nvidia-container-toolkit (1.10.0~rc.1-1) experimental; urgency=medium
819

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

Lines changed: 13 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -67,8 +67,19 @@ rm -f %{_bindir}/nvidia-container-runtime-hook
6767
/usr/share/containers/oci/hooks.d/oci-nvidia-hook.json
6868

6969
%changelog
70-
* Tue Apr 12 2022 NVIDIA CORPORATION <cudatools@nvidia.com> 1.10.0-0.1.rc.2
71-
- Dummy entry
70+
* Fri May 13 2022 NVIDIA CORPORATION <cudatools@nvidia.com> 1.10.0-0.1.rc.2
71+
- Add support for NVIDIA_REQUIRE_* checks for cuda version and arch to csv mode
72+
- Switch to debug logging to reduce log verbosity
73+
- Support logging to logs requested in command line
74+
- Fix bug when launching containers with relative root path (e.g. using containerd)
75+
- Allow low-level runtime path to be set explicitly as nvidia-container-runtime.runtimes option
76+
- Fix failure to locate low-level runtime if PATH envvar is unset
77+
- Replace experimental option for NVIDIA Container Runtime with nvidia-container-runtime.mode = csv option
78+
- Use csv as default mode on Tegra systems without NVML
79+
- Add --version flag to all CLIs
80+
- [libnvidia-container] Bump libtirpc to 1.3.2
81+
- [libnvidia-container] Fix bug when running host ldconfig using glibc compiled with a non-standard prefix
82+
- [libnvidia-container] Add libcudadebugger.so to list of compute libraries
7283

7384
* Thu Mar 24 2022 NVIDIA CORPORATION <cudatools@nvidia.com> 1.10.0-0.1.rc.1
7485
- Include nvidia-ctk CLI in installed binaries

third_party/libnvidia-container

Submodule libnvidia-container updated from 5b58405 to 5ff6140

0 commit comments

Comments
 (0)