Skip to content

Commit

Permalink
update download.tsx for v1.9.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
xwm1992 committed Jul 4, 2023
1 parent 3b6df69 commit 759be5c
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions src/pages/download.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -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),
Expand Down

0 comments on commit 759be5c

Please sign in to comment.