Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/NVIDIA/nvidia-docker.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEvan Lezar <elezar@nvidia.com>2021-10-15 14:39:04 +0300
committerEvan Lezar <elezar@nvidia.com>2021-10-15 14:39:04 +0300
commit7f453642e79e3306a160846acbddfa88760c01d2 (patch)
treea7c5bcf18c3917b4bd7e8a7b14b23952dacaf130
parent0940c7f23124f1e4f409ce65042e6820ed7efb82 (diff)
Bump verison to 2.7.0-rc.1
Signed-off-by: Evan Lezar <elezar@nvidia.com>
-rw-r--r--Makefile2
-rw-r--r--debian/changelog5
-rw-r--r--rpm/SPECS/nvidia-docker2.spec4
3 files changed, 5 insertions, 6 deletions
diff --git a/Makefile b/Makefile
index 4a121ec..66816c6 100644
--- a/Makefile
+++ b/Makefile
@@ -13,7 +13,7 @@
# limitations under the License.
LIB_NAME := nvidia-docker2
-LIB_VERSION := 2.6.1
+LIB_VERSION := 2.7.0
LIB_TAG := rc.1
# Note: This should be the previous full release of nvidia-container-toolkit to ensure
diff --git a/debian/changelog b/debian/changelog
index 4956ab7..ffb81c2 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,8 +1,7 @@
-nvidia-docker2 (2.6.1~rc.1-1) UNRELEASED; urgency=medium
+nvidia-docker2 (2.7.0~rc.1-1) UNRELEASED; urgency=medium
* [BUILD] Allow for TAG to be specified in Makfile to match other projects
- * Replace nvidia-container-runtime dependece with nvidia-container-toolit >= 1.5.2
-
+ * Replace nvidia-container-runtime dependece with nvidia-container-toolit > 1.5.1
-- NVIDIA CORPORATION <cudatools@nvidia.com> Thu, 29 Apr 2021 05:25:25 +0000
diff --git a/rpm/SPECS/nvidia-docker2.spec b/rpm/SPECS/nvidia-docker2.spec
index f7fa2ce..acedeb4 100644
--- a/rpm/SPECS/nvidia-docker2.spec
+++ b/rpm/SPECS/nvidia-docker2.spec
@@ -39,9 +39,9 @@ install -m 644 -t %{buildroot}/etc/docker daemon.json
%config /etc/docker/daemon.json
%changelog
-* Mon Sep 06 2021 NVIDIA CORPORATION <cudatools@nvidia.com> 2.6.1-0.1.rc.1
+* Mon Sep 06 2021 NVIDIA CORPORATION <cudatools@nvidia.com> 2.7.0-0.1.rc.1
- [BUILD] Allow for TAG to be specified in Makfile to match other projects
-- Replace nvidia-container-runtime dependece with nvidia-container-toolit >= 1.5.2
+- Replace nvidia-container-runtime dependece with nvidia-container-toolit > 1.5.1
* Thu Apr 29 2021 NVIDIA CORPORATION <cudatools@nvidia.com> 2.6.0-1
- Add dependence on nvidia-container-runtime >= 3.5.0