Skip to content

Commit 3a16301

Browse files
author
Evan Lezar
committed
Merge branch 'release-1.5.0-rc.1' into 'master'
Bump version to 1.5.0~rc.1 See merge request nvidia/container-toolkit/libnvidia-container!76
2 parents e3e7964 + 622fa19 commit 3a16301

File tree

4 files changed

+43
-30
lines changed

4 files changed

+43
-30
lines changed

pkg/deb/changelog

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
libnvidia-container (1.5.0~rc.1-1) experimental; urgency=medium
2+
3+
* Add --fabric-device option to include nvlink and nvswitch devices
4+
* Add support for GSP firmware
5+
* WSL - Mount binaries from driver store
6+
7+
-- NVIDIA CORPORATION <[email protected]> Fri, 13 Aug 2021 04:34:26 -0700
8+
19
libnvidia-container (1.4.0-1) UNRELEASED; urgency=medium
210

311
* Mount all of /proc/.../nvidia/capabilities with --mig-{config, monitor}
@@ -55,7 +63,7 @@ libnvidia-container (1.3.0~rc.1-1) experimental; urgency=medium
5563
* 4d432175 Change default "list" command to set mig-config / mig-monitor = NULL
5664
* 3ec7f3ba Fix minor bug that would not unmount paths on failure
5765
* b5c0a394 Update nvidia-modprobe dependency to 450.57
58-
66+
5967
-- NVIDIA CORPORATION <[email protected]> Fri, 21 Aug 2020 13:30:28 -0700
6068

6169
libnvidia-container (1.2.0-1) UNRELEASED; urgency=medium
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.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
2+
NVC_1.0@NVC_1.0 1.5.0~rc.1
3+
nvc_config_free@NVC_1.0 1.5.0~rc.1
4+
nvc_config_new@NVC_1.0 1.5.0~rc.1
5+
nvc_container_config_free@NVC_1.0 1.5.0~rc.1
6+
nvc_container_config_new@NVC_1.0 1.5.0~rc.1
7+
nvc_container_free@NVC_1.0 1.5.0~rc.1
8+
nvc_container_new@NVC_1.0 1.5.0~rc.1
9+
nvc_context_free@NVC_1.0 1.5.0~rc.1
10+
nvc_context_new@NVC_1.0 1.5.0~rc.1
11+
nvc_device_info_free@NVC_1.0 1.5.0~rc.1
12+
nvc_device_info_new@NVC_1.0 1.5.0~rc.1
13+
nvc_nvcaps_style@NVC_1.0 1.5.0~rc.1
14+
nvc_nvcaps_device_from_proc_path@NVC_1.0 1.5.0~rc.1
15+
nvc_device_mount@NVC_1.0 1.5.0~rc.1
16+
nvc_mig_device_access_caps_mount@NVC_1.0 1.5.0~rc.1
17+
nvc_mig_config_global_caps_mount@NVC_1.0 1.5.0~rc.1
18+
nvc_mig_monitor_global_caps_mount@NVC_1.0 1.5.0~rc.1
19+
nvc_device_mig_caps_mount@NVC_1.0 1.5.0~rc.1
20+
nvc_driver_info_free@NVC_1.0 1.5.0~rc.1
21+
nvc_driver_info_new@NVC_1.0 1.5.0~rc.1
22+
nvc_driver_mount@NVC_1.0 1.5.0~rc.1
23+
nvc_error@NVC_1.0 1.5.0~rc.1
24+
nvc_init@NVC_1.0 1.5.0~rc.1
25+
nvc_ldcache_update@NVC_1.0 1.5.0~rc.1
26+
nvc_shutdown@NVC_1.0 1.5.0~rc.1
27+
nvc_version@NVC_1.0 1.5.0~rc.1

pkg/rpm/SPECS/libnvidia-container.spec

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

101101
%changelog
102+
* Fri Aug 13 2021 NVIDIA CORPORATION <[email protected]> 1.5.0~rc.1-1
103+
- Add --fabric-device option to include nvlink and nvswitch devices
104+
- Add support for GSP firmware
105+
- WSL - Mount binaries from driver store
106+
102107
* Sat Apr 24 2021 NVIDIA CORPORATION <[email protected]> 1.4.0-1
103108
- Mount all of /proc/.../nvidia/capabilities with --mig-{config, monitor}
104109
- Add fabricmanager as a valid IPC to inject into a container
@@ -236,7 +241,7 @@ This package contains command-line tools that facilitate using the library.
236241
- fa9853b Bump nvidia-modprobe-utils to 387.34
237242
- 7888296 Move the driver capabilities to the container options
238243
- ea2f780 Add support for EGL device isolation
239-
- b5bffa3 Fix driver procfs remount to work with unpatched kernels
244+
- b5bffa3 Fix driver procfs remount to work with unpatched kernels
240245

241246
* Mon Oct 30 2017 NVIDIA CORPORATION <[email protected]> 1.0.0-0.1.alpha.2
242247
- b80e4b6 Relax some requirement constraints

src/nvc.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,9 @@ extern "C" {
1414
#endif /* __cplusplus */
1515

1616
#define NVC_MAJOR 1
17-
#define NVC_MINOR 4
17+
#define NVC_MINOR 5
1818
#define NVC_PATCH 0
19-
#define NVC_VERSION "1.4.0"
19+
#define NVC_VERSION "1.5.0~rc.1"
2020

2121
#define NVC_ARG_MAX 256
2222

0 commit comments

Comments
 (0)