Skip to content

Commit e6e1c48

Browse files
committed
Merge branch 'upstream-bump-v1.3.0-rc.1' into 'master'
Bump version to v1.3.0 rc.1 See merge request nvidia/container-toolkit/libnvidia-container!40
2 parents b2fd961 + af0220f commit e6e1c48

File tree

4 files changed

+45
-28
lines changed

4 files changed

+45
-28
lines changed

pkg/deb/changelog

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1+
libnvidia-container (1.3.0~rc.1-1) experimental; urgency=medium
2+
3+
* 2bda067f Add support to "list" command to print /dev based capabilities
4+
* 3c2ad6aa Add logic to conditionally mount /dev based nvidia-capabilities
5+
* 4d432175 Change default "list" command to set mig-config / mig-monitor = NULL
6+
* 3ec7f3ba Fix minor bug that would not unmount paths on failure
7+
* b5c0a394 Update nvidia-modprobe dependency to 450.57
8+
9+
-- NVIDIA CORPORATION <[email protected]> Fri, 21 Aug 2020 13:30:28 -0700
10+
111
libnvidia-container (1.2.0-1) UNRELEASED; urgency=medium
212

313
* Promote 1.2.0~rc.3-1 to 1.2.0-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.2.0~rc.3
3-
nvc_config_free@NVC_1.0 1.2.0~rc.3
4-
nvc_config_new@NVC_1.0 1.2.0~rc.3
5-
nvc_container_config_free@NVC_1.0 1.2.0~rc.3
6-
nvc_container_config_new@NVC_1.0 1.2.0~rc.3
7-
nvc_container_free@NVC_1.0 1.2.0~rc.3
8-
nvc_container_new@NVC_1.0 1.2.0~rc.3
9-
nvc_context_free@NVC_1.0 1.2.0~rc.3
10-
nvc_context_new@NVC_1.0 1.2.0~rc.3
11-
nvc_device_info_free@NVC_1.0 1.2.0~rc.3
12-
nvc_device_info_new@NVC_1.0 1.2.0~rc.3
13-
nvc_nvcaps_style@NVC_1.0 1.2.0~rc.3
14-
nvc_nvcaps_device_from_proc_path@NVC_1.0 1.2.0~rc.3
15-
nvc_device_mount@NVC_1.0 1.2.0~rc.3
16-
nvc_mig_device_access_caps_mount@NVC_1.0 1.2.0~rc.3
17-
nvc_mig_config_global_caps_mount@NVC_1.0 1.2.0~rc.3
18-
nvc_mig_monitor_global_caps_mount@NVC_1.0 1.2.0~rc.3
19-
nvc_device_mig_caps_mount@NVC_1.0 1.2.0~rc.3
20-
nvc_driver_info_free@NVC_1.0 1.2.0~rc.3
21-
nvc_driver_info_new@NVC_1.0 1.2.0~rc.3
22-
nvc_driver_mount@NVC_1.0 1.2.0~rc.3
23-
nvc_error@NVC_1.0 1.2.0~rc.3
24-
nvc_init@NVC_1.0 1.2.0~rc.3
25-
nvc_ldcache_update@NVC_1.0 1.2.0~rc.3
26-
nvc_shutdown@NVC_1.0 1.2.0~rc.3
27-
nvc_version@NVC_1.0 1.2.0~rc.3
2+
NVC_1.0@NVC_1.0 1.3.0~rc.1
3+
nvc_config_free@NVC_1.0 1.3.0~rc.1
4+
nvc_config_new@NVC_1.0 1.3.0~rc.1
5+
nvc_container_config_free@NVC_1.0 1.3.0~rc.1
6+
nvc_container_config_new@NVC_1.0 1.3.0~rc.1
7+
nvc_container_free@NVC_1.0 1.3.0~rc.1
8+
nvc_container_new@NVC_1.0 1.3.0~rc.1
9+
nvc_context_free@NVC_1.0 1.3.0~rc.1
10+
nvc_context_new@NVC_1.0 1.3.0~rc.1
11+
nvc_device_info_free@NVC_1.0 1.3.0~rc.1
12+
nvc_device_info_new@NVC_1.0 1.3.0~rc.1
13+
nvc_nvcaps_style@NVC_1.0 1.3.0~rc.1
14+
nvc_nvcaps_device_from_proc_path@NVC_1.0 1.3.0~rc.1
15+
nvc_device_mount@NVC_1.0 1.3.0~rc.1
16+
nvc_mig_device_access_caps_mount@NVC_1.0 1.3.0~rc.1
17+
nvc_mig_config_global_caps_mount@NVC_1.0 1.3.0~rc.1
18+
nvc_mig_monitor_global_caps_mount@NVC_1.0 1.3.0~rc.1
19+
nvc_device_mig_caps_mount@NVC_1.0 1.3.0~rc.1
20+
nvc_driver_info_free@NVC_1.0 1.3.0~rc.1
21+
nvc_driver_info_new@NVC_1.0 1.3.0~rc.1
22+
nvc_driver_mount@NVC_1.0 1.3.0~rc.1
23+
nvc_error@NVC_1.0 1.3.0~rc.1
24+
nvc_init@NVC_1.0 1.3.0~rc.1
25+
nvc_ldcache_update@NVC_1.0 1.3.0~rc.1
26+
nvc_shutdown@NVC_1.0 1.3.0~rc.1
27+
nvc_version@NVC_1.0 1.3.0~rc.1

pkg/rpm/SPECS/libnvidia-container.spec

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

101101
%changelog
102+
* Fri Aug 21 2020 NVIDIA CORPORATION <[email protected]> 1.3.0-0.1.rc.1
103+
- 2bda067f Add support to "list" command to print /dev based capabilities
104+
- 3c2ad6aa Add logic to conditionally mount /dev based nvidia-capabilities
105+
- 4d432175 Change default "list" command to set mig-config / mig-monitor = NULL
106+
- 3ec7f3ba Fix minor bug that would not unmount paths on failure
107+
- b5c0a394 Update nvidia-modprobe dependency to 450.57
108+
102109
* Wed Jul 08 2020 NVIDIA CORPORATION <[email protected]> 1.2.0-1
103110
- Promote 1.2.0~rc.3-1 to 1.2.0-1
104111

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 2
17+
#define NVC_MINOR 3
1818
#define NVC_PATCH 0
19-
#define NVC_VERSION "1.2.0"
19+
#define NVC_VERSION "1.3.0"
2020

2121
#define NVC_ARG_MAX 256
2222

0 commit comments

Comments
 (0)