Skip to content

Commit b0155e1

Browse files
committed
Merge branch 'upstream-bump-1.4.0' into 'master'
Bump version to 1.4.0 See merge request nvidia/container-toolkit/libnvidia-container!62
2 parents cdb3118 + 5db61cf commit b0155e1

File tree

3 files changed

+45
-26
lines changed

3 files changed

+45
-26
lines changed

pkg/deb/changelog

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,14 @@
1+
libnvidia-container (1.4.0-1) UNRELEASED; urgency=medium
2+
3+
* Mount all of /proc/.../nvidia/capabilities with --mig-{config, monitor}
4+
* Add fabricmanager as a valid IPC to inject into a container
5+
* Added libnvidia-nscq.so as an optional injected utility lib
6+
* Add Jenkinsfile for internal CI
7+
* Invoke docker make file separately
8+
* WSL - Add full NVML support for WSL in the container library
9+
10+
-- NVIDIA CORPORATION <[email protected]> Sat, 24 Apr 2021 04:34:26 -0700
11+
112
libnvidia-container (1.3.3-1) UNRELEASED; urgency=medium
213

314
* Promote 1.3.3~rc.2 to 1.3.3-1
Lines changed: 26 additions & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -1,27 +1,27 @@
11
libnvidia-container.so.1 libnvidia-container1 #MINVER#
2-
NVC_1.0@NVC_1.0 1.3.3
3-
nvc_config_free@NVC_1.0 1.3.3
4-
nvc_config_new@NVC_1.0 1.3.3
5-
nvc_container_config_free@NVC_1.0 1.3.3
6-
nvc_container_config_new@NVC_1.0 1.3.3
7-
nvc_container_free@NVC_1.0 1.3.3
8-
nvc_container_new@NVC_1.0 1.3.3
9-
nvc_context_free@NVC_1.0 1.3.3
10-
nvc_context_new@NVC_1.0 1.3.3
11-
nvc_device_info_free@NVC_1.0 1.3.3
12-
nvc_device_info_new@NVC_1.0 1.3.3
13-
nvc_nvcaps_style@NVC_1.0 1.3.3
14-
nvc_nvcaps_device_from_proc_path@NVC_1.0 1.3.3
15-
nvc_device_mount@NVC_1.0 1.3.3
16-
nvc_mig_device_access_caps_mount@NVC_1.0 1.3.3
17-
nvc_mig_config_global_caps_mount@NVC_1.0 1.3.3
18-
nvc_mig_monitor_global_caps_mount@NVC_1.0 1.3.3
19-
nvc_device_mig_caps_mount@NVC_1.0 1.3.3
20-
nvc_driver_info_free@NVC_1.0 1.3.3
21-
nvc_driver_info_new@NVC_1.0 1.3.3
22-
nvc_driver_mount@NVC_1.0 1.3.3
23-
nvc_error@NVC_1.0 1.3.3
24-
nvc_init@NVC_1.0 1.3.3
25-
nvc_ldcache_update@NVC_1.0 1.3.3
26-
nvc_shutdown@NVC_1.0 1.3.3
27-
nvc_version@NVC_1.0 1.3.3
2+
NVC_1.0@NVC_1.0 1.4.0
3+
nvc_config_free@NVC_1.0 1.4.0
4+
nvc_config_new@NVC_1.0 1.4.0
5+
nvc_container_config_free@NVC_1.0 1.4.0
6+
nvc_container_config_new@NVC_1.0 1.4.0
7+
nvc_container_free@NVC_1.0 1.4.0
8+
nvc_container_new@NVC_1.0 1.4.0
9+
nvc_context_free@NVC_1.0 1.4.0
10+
nvc_context_new@NVC_1.0 1.4.0
11+
nvc_device_info_free@NVC_1.0 1.4.0
12+
nvc_device_info_new@NVC_1.0 1.4.0
13+
nvc_nvcaps_style@NVC_1.0 1.4.0
14+
nvc_nvcaps_device_from_proc_path@NVC_1.0 1.4.0
15+
nvc_device_mount@NVC_1.0 1.4.0
16+
nvc_mig_device_access_caps_mount@NVC_1.0 1.4.0
17+
nvc_mig_config_global_caps_mount@NVC_1.0 1.4.0
18+
nvc_mig_monitor_global_caps_mount@NVC_1.0 1.4.0
19+
nvc_device_mig_caps_mount@NVC_1.0 1.4.0
20+
nvc_driver_info_free@NVC_1.0 1.4.0
21+
nvc_driver_info_new@NVC_1.0 1.4.0
22+
nvc_driver_mount@NVC_1.0 1.4.0
23+
nvc_error@NVC_1.0 1.4.0
24+
nvc_init@NVC_1.0 1.4.0
25+
nvc_ldcache_update@NVC_1.0 1.4.0
26+
nvc_shutdown@NVC_1.0 1.4.0
27+
nvc_version@NVC_1.0 1.4.0

pkg/rpm/SPECS/libnvidia-container.spec

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -99,6 +99,14 @@ This package contains command-line tools that facilitate using the library.
9999
%{_bindir}/*
100100

101101
%changelog
102+
* Sat Apr 24 2021 NVIDIA CORPORATION <[email protected]> 1.4.0-1
103+
- Mount all of /proc/.../nvidia/capabilities with --mig-{config, monitor}
104+
- Add fabricmanager as a valid IPC to inject into a container
105+
- Added libnvidia-nscq.so as an optional injected utility lib
106+
- Add Jenkinsfile for internal CI
107+
- Invoke docker make file separately
108+
- WSL - Add full NVML support for WSL in the container library
109+
102110
* Fri Feb 05 2021 NVIDIA CORPORATION <[email protected]> 1.3.3-1
103111
- Promote 1.3.3-0.1.rc.2 to 1.3.3-1
104112

0 commit comments

Comments
 (0)