Skip to content

Commit

Permalink
Merge branch 'bump-version-1.6.0' into 'master'
Browse files Browse the repository at this point in the history
Bump version to 1.6.0

See merge request nvidia/container-toolkit/libnvidia-container!103
  • Loading branch information
Evan Lezar committed Nov 17, 2021
2 parents ff6ed3d + 6c29d59 commit dd2c49d
Show file tree
Hide file tree
Showing 4 changed files with 37 additions and 28 deletions.
6 changes: 6 additions & 0 deletions pkg/deb/changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
libnvidia-container (1.6.0-1) UNRELEASED; urgency=medium

* Promote 1.6.0~rc.3-1 to 1.6.0-1

-- NVIDIA CORPORATION <[email protected]> Wed, 17 Nov 2021 11:38:15 +0100

libnvidia-container (1.6.0~rc.3-1) experimental; urgency=medium

* Bump nvidia-modprobe dependency to 495.44
Expand Down
52 changes: 26 additions & 26 deletions pkg/deb/libnvidia-container@[email protected]
Original file line number Diff line number Diff line change
@@ -1,27 +1,27 @@
libnvidia-container.so.1 libnvidia-container1 #MINVER#
NVC_1.0@NVC_1.0 1.6.0~rc.3
nvc_config_free@NVC_1.0 1.6.0~rc.3
nvc_config_new@NVC_1.0 1.6.0~rc.3
nvc_container_config_free@NVC_1.0 1.6.0~rc.3
nvc_container_config_new@NVC_1.0 1.6.0~rc.3
nvc_container_free@NVC_1.0 1.6.0~rc.3
nvc_container_new@NVC_1.0 1.6.0~rc.3
nvc_context_free@NVC_1.0 1.6.0~rc.3
nvc_context_new@NVC_1.0 1.6.0~rc.3
nvc_device_info_free@NVC_1.0 1.6.0~rc.3
nvc_device_info_new@NVC_1.0 1.6.0~rc.3
nvc_nvcaps_style@NVC_1.0 1.6.0~rc.3
nvc_nvcaps_device_from_proc_path@NVC_1.0 1.6.0~rc.3
nvc_device_mount@NVC_1.0 1.6.0~rc.3
nvc_mig_device_access_caps_mount@NVC_1.0 1.6.0~rc.3
nvc_mig_config_global_caps_mount@NVC_1.0 1.6.0~rc.3
nvc_mig_monitor_global_caps_mount@NVC_1.0 1.6.0~rc.3
nvc_device_mig_caps_mount@NVC_1.0 1.6.0~rc.3
nvc_driver_info_free@NVC_1.0 1.6.0~rc.3
nvc_driver_info_new@NVC_1.0 1.6.0~rc.3
nvc_driver_mount@NVC_1.0 1.6.0~rc.3
nvc_error@NVC_1.0 1.6.0~rc.3
nvc_init@NVC_1.0 1.6.0~rc.3
nvc_ldcache_update@NVC_1.0 1.6.0~rc.3
nvc_shutdown@NVC_1.0 1.6.0~rc.3
nvc_version@NVC_1.0 1.6.0~rc.3
NVC_1.0@NVC_1.0 1.6.0
nvc_config_free@NVC_1.0 1.6.0
nvc_config_new@NVC_1.0 1.6.0
nvc_container_config_free@NVC_1.0 1.6.0
nvc_container_config_new@NVC_1.0 1.6.0
nvc_container_free@NVC_1.0 1.6.0
nvc_container_new@NVC_1.0 1.6.0
nvc_context_free@NVC_1.0 1.6.0
nvc_context_new@NVC_1.0 1.6.0
nvc_device_info_free@NVC_1.0 1.6.0
nvc_device_info_new@NVC_1.0 1.6.0
nvc_nvcaps_style@NVC_1.0 1.6.0
nvc_nvcaps_device_from_proc_path@NVC_1.0 1.6.0
nvc_device_mount@NVC_1.0 1.6.0
nvc_mig_device_access_caps_mount@NVC_1.0 1.6.0
nvc_mig_config_global_caps_mount@NVC_1.0 1.6.0
nvc_mig_monitor_global_caps_mount@NVC_1.0 1.6.0
nvc_device_mig_caps_mount@NVC_1.0 1.6.0
nvc_driver_info_free@NVC_1.0 1.6.0
nvc_driver_info_new@NVC_1.0 1.6.0
nvc_driver_mount@NVC_1.0 1.6.0
nvc_error@NVC_1.0 1.6.0
nvc_init@NVC_1.0 1.6.0
nvc_ldcache_update@NVC_1.0 1.6.0
nvc_shutdown@NVC_1.0 1.6.0
nvc_version@NVC_1.0 1.6.0
3 changes: 3 additions & 0 deletions pkg/rpm/SPECS/libnvidia-container.spec
Original file line number Diff line number Diff line change
Expand Up @@ -99,6 +99,9 @@ This package contains command-line tools that facilitate using the library.
%{_bindir}/*

%changelog
* Wed Nov 17 2021 NVIDIA CORPORATION <[email protected]> 1.6.0-1
- Promote 1.6.0-0.1.rc.3 to 1.6.0-1

* Sat Nov 13 2021 NVIDIA CORPORATION <[email protected]> 1.6.0-0.1.rc.3
- Bump nvidia-modprobe dependency to 495.44

Expand Down
4 changes: 2 additions & 2 deletions src/nvc.h
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@ extern "C" {
// For stable releases, this should be defined as empty.
// For release candidates, this should be defined with the format "rc.1"
// The version string NVC_VERSION should also be updated accordingly, using a ~ separator where applicable.
#define NVC_TAG "rc.3"
#define NVC_VERSION "1.6.0~rc.3"
#define NVC_TAG
#define NVC_VERSION "1.6.0"

#define NVC_ARG_MAX 256

Expand Down

0 comments on commit dd2c49d

Please sign in to comment.