Skip to content

Commit fc1b6c4

Browse files
author
Evan Lezar
committed
Merge branch 'bump-version' into 'master'
Bump version to 1.6.0-rc.2 See merge request nvidia/container-toolkit/libnvidia-container!99
2 parents 1fa138a + 2476de7 commit fc1b6c4

File tree

4 files changed

+35
-28
lines changed

4 files changed

+35
-28
lines changed

pkg/deb/changelog

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
libnvidia-container (1.6.0~rc.2-1) experimental; urgency=medium
2+
3+
-- NVIDIA CORPORATION <[email protected]> Tue, 26 Oct 2021 12:24:22 +0200
4+
5+
16
libnvidia-container (1.6.0~rc.1-1) experimental; urgency=medium
27

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

pkg/rpm/SPECS/libnvidia-container.spec

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

101101
%changelog
102+
* Tue Oct 26 2021 NVIDIA CORPORATION <[email protected]> 1.6.0-0.1.rc.2
103+
102104
* Mon Sep 20 2021 NVIDIA CORPORATION <[email protected]> 1.6.0-0.1.rc.1
103105
- Add AARCH64 package for Amazon Linux 2
104106

src/nvc.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,8 @@ extern "C" {
2121
// For stable releases, this should be defined as empty.
2222
// For release candidates, this should be defined with the format "rc.1"
2323
// The version string NVC_VERSION should also be updated accordingly, using a ~ separator where applicable.
24-
#define NVC_TAG "rc.1"
25-
#define NVC_VERSION "1.6.0~rc.1"
24+
#define NVC_TAG "rc.2"
25+
#define NVC_VERSION "1.6.0~rc.2"
2626

2727
#define NVC_ARG_MAX 256
2828

0 commit comments

Comments
 (0)