Skip to content

Commit ac02636

Browse files
committed
Merge branch 'upstream-bump-1.3.1' into 'master'
Bump to version 1.3.1 See merge request nvidia/container-toolkit/libnvidia-container!45
2 parents 3883db3 + b7571e9 commit ac02636

File tree

5 files changed

+40
-29
lines changed

5 files changed

+40
-29
lines changed

mk/Dockerfile.centos

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ FROM ${BASEIMAGE}
33

44
ARG OS_VERSION
55
RUN if [ "${OS_VERSION}" = "8" ]; then \
6-
yum --enablerepo=PowerTools install -y \
6+
yum --enablerepo=powertools install -y \
77
rpcgen \
88
libseccomp-devel; \
99
else \

pkg/deb/changelog

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
libnvidia-container (1.3.1-1) UNRELEASED; urgency=medium
2+
3+
* Honor OPT_NO_CGROUPS in nvc_device_mig_caps_mount
4+
* Fix bug in resolving absolute symlinks in find_library_paths()
5+
6+
-- NVIDIA CORPORATION <[email protected]> Mon, 07 Dec 2020 14:55:38 -0700
7+
18
libnvidia-container (1.3.0-1) UNRELEASED; urgency=medium
29

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

pkg/rpm/SPECS/libnvidia-container.spec

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

101101
%changelog
102+
* Mon Dec 07 2020 NVIDIA CORPORATION <[email protected]> 1.3.1-1
103+
- Honor OPT_NO_CGROUPS in nvc_device_mig_caps_mount
104+
- Fix bug in resolving absolute symlinks in find_library_paths()
105+
102106
* Wed Sep 16 2020 NVIDIA CORPORATION <[email protected]> 1.3.0-1
103107
- Promote 1.3.0-0.1.rc.1 to 1.3.0-1
104108

src/nvc.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,8 @@ extern "C" {
1515

1616
#define NVC_MAJOR 1
1717
#define NVC_MINOR 3
18-
#define NVC_PATCH 0
19-
#define NVC_VERSION "1.3.0"
18+
#define NVC_PATCH 1
19+
#define NVC_VERSION "1.3.1"
2020

2121
#define NVC_ARG_MAX 256
2222

0 commit comments

Comments
 (0)