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/eventmesh-site.git


The following commit(s) were added to refs/heads/master by this push:
     new 759be5c9 update download.tsx for v1.9.0 release
     new 771a70bc Merge pull request #95 from xwm1992/update-download-page
759be5c9 is described below

commit 759be5c9fd5aa022668094df7a1eba19c26d0236
Author: xwm1992 <[email protected]>
AuthorDate: Wed Jul 5 00:28:57 2023 +0800

    update download.tsx for v1.9.0 release
---
 src/pages/download.tsx | 15 +++++++++++++++
 1 file changed, 15 insertions(+)

diff --git a/src/pages/download.tsx b/src/pages/download.tsx
index 00d179c6..4024b0fd 100644
--- a/src/pages/download.tsx
+++ b/src/pages/download.tsx
@@ -27,6 +27,21 @@ interface Release {
 }
 
 const releaseList: Release[] = [
+  {
+    version: 'v1.9.0',
+    date: new Date(2023, 6, 4),
+    notes: 'https://eventmesh.apache.org/events/release-notes/v1.9.0',
+    source: {
+      tar: 
'https://www.apache.org/dyn/closer.lua/eventmesh/1.9.0/apache-eventmesh-1.9.0-source.tar.gz',
+      asc: 
'https://downloads.apache.org/eventmesh/1.9.0/apache-eventmesh-1.9.0-source.tar.gz.asc',
+      sha512: 
'https://downloads.apache.org/eventmesh/1.9.0/apache-eventmesh-1.9.0-source.tar.gz.sha512',
+    },
+    binary: {
+      tar: 
'https://www.apache.org/dyn/closer.lua/eventmesh/1.9.0/apache-eventmesh-1.9.0-bin.tar.gz',
+      asc: 
'https://downloads.apache.org/eventmesh/1.9.0/apache-eventmesh-1.9.0-bin.tar.gz.asc',
+      sha512: 
'https://downloads.apache.org/eventmesh/1.9.0/apache-eventmesh-1.9.0-bin.tar.gz.sha512',
+    },
+  },
   {
     version: 'v1.8.0',
     date: new Date(2022, 12, 29),


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to