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-11-19 17:11:22 +0300
committerEvan Lezar <elezar@nvidia.com>2021-11-19 17:13:42 +0300
commit4a1492fa99051697a403ea8c630a1946e717b307 (patch)
tree948a4facab345bc91c0bc787787a474f61cf1867
parentfd3233aa5f4ade28ac6bda616c2fa77a0ce89cd9 (diff)
Bump post 2.7.0 release
Signed-off-by: Evan Lezar <elezar@nvidia.com>
-rw-r--r--Makefile8
-rw-r--r--debian/changelog.old3
-rw-r--r--rpm/SPECS/nvidia-docker2.spec5
3 files changed, 11 insertions, 5 deletions
diff --git a/Makefile b/Makefile
index fb2dfba..e400784 100644
--- a/Makefile
+++ b/Makefile
@@ -13,11 +13,11 @@
# limitations under the License.
LIB_NAME := nvidia-docker2
-LIB_VERSION := 2.7.0
-LIB_TAG ?=
+LIB_VERSION := 2.8.0
+LIB_TAG ?= rc.1
-TOOLKIT_VERSION ?= 1.6.0
-TOOLKIT_TAG ?=
+TOOLKIT_VERSION ?= 1.7.0
+TOOLKIT_TAG ?= $(LIB_TAG)
# By default run all native docker-based targets
docker-native:
diff --git a/debian/changelog.old b/debian/changelog.old
index b8e8569..6bb6cb7 100644
--- a/debian/changelog.old
+++ b/debian/changelog.old
@@ -1,3 +1,6 @@
+# Note: as of 2.7.0-1 this file is no longer updated, with a changelog
+# entry for a given release generated as part of the packaging step.
+
nvidia-docker2 (2.7.0-1) UNRELEASED; urgency=medium
* Promote 2.7.0~rc.3-1 to 2.7.0-1
diff --git a/rpm/SPECS/nvidia-docker2.spec b/rpm/SPECS/nvidia-docker2.spec
index 240d022..16e3ddc 100644
--- a/rpm/SPECS/nvidia-docker2.spec
+++ b/rpm/SPECS/nvidia-docker2.spec
@@ -37,7 +37,10 @@ install -m 644 -t %{buildroot}/etc/docker daemon.json
%config /etc/docker/daemon.json
%changelog
-* Wed Nov 17 2021 NVIDIA CORPORATION <cudatools@nvidia.com> 3.6.0-1
+* Fri Nov 19 2021 NVIDIA CORPORATION <cudatools@nvidia.com> 2.8.0-0.1.rc.1
+- [Placeholder for 2.8.0-0.1.rc.1 development]
+
+* Wed Nov 17 2021 NVIDIA CORPORATION <cudatools@nvidia.com> 2.7.0-1
- Promote 2.7.0-0.1.rc.3 to 2.7.0-1
* Mon Nov 08 2021 NVIDIA CORPORATION <cudatools@nvidia.com> 2.7.0-0.1.rc.3