You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@eventmesh.apache.org by mi...@apache.org on 2022/12/04 04:39:04 UTC

[incubator-eventmesh-site] branch master updated: update v1.7.0 download page

This is an automated email from the ASF dual-hosted git repository.

mikexue pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-eventmesh-site.git


The following commit(s) were added to refs/heads/master by this push:
     new c54e8e4  update v1.7.0 download page
c54e8e4 is described below

commit c54e8e4a093cb049c74ba3aa6254d1e8dc9e7442
Author: xwm1992 <mi...@126.com>
AuthorDate: Sun Dec 4 12:38:46 2022 +0800

    update v1.7.0 download page
---
 src/pages/download.tsx | 15 +++++++++++++++
 1 file changed, 15 insertions(+)

diff --git a/src/pages/download.tsx b/src/pages/download.tsx
index 57102c0..2b7ef74 100644
--- a/src/pages/download.tsx
+++ b/src/pages/download.tsx
@@ -27,6 +27,21 @@ interface Release {
 }
 
 const releaseList: Release[] = [
+  {
+    version: 'v1.7.0',
+    date: new Date(2022, 11, 4),
+    notes: 'https://eventmesh.apache.org/events/release-notes/v1.7.0',
+    source: {
+      tar: 'https://www.apache.org/dyn/closer.lua/incubator/eventmesh/1.7.0-incubating/apache-eventmesh-1.7.0-incubating-source.tar.gz',
+      asc: 'https://downloads.apache.org/incubator/eventmesh/1.7.0-incubating/apache-eventmesh-1.7.0-incubating-source.tar.gz.asc',
+      sha512: 'https://downloads.apache.org/incubator/eventmesh/1.7.0-incubating/apache-eventmesh-1.7.0-incubating-source.tar.gz.sha512',
+    },
+    binary: {
+      tar: 'https://www.apache.org/dyn/closer.lua/incubator/eventmesh/1.7.0-incubating/apache-eventmesh-1.7.0-incubating-bin.tar.gz',
+      asc: 'https://downloads.apache.org/incubator/eventmesh/1.7.0-incubating/apache-eventmesh-1.7.0-incubating-bin.tar.gz.asc',
+      sha512: 'https://downloads.apache.org/incubator/eventmesh/1.7.0-incubating/apache-eventmesh-1.7.0-incubating-bin.tar.gz.sha512',
+    },
+  },
   {
     version: 'v1.6.0',
     date: new Date(2022, 8, 1),


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@eventmesh.apache.org
For additional commands, e-mail: commits-help@eventmesh.apache.org