diff --git a/src/components/DownloadCompoent.tsx b/src/components/DownloadCompoent.tsx index eebd7a24ecb..3722d621e45 100644 --- a/src/components/DownloadCompoent.tsx +++ b/src/components/DownloadCompoent.tsx @@ -7,6 +7,14 @@ const data = [ { title: translate({ message: 'Source Codes' }), versions: [ + { + versionTitle: '2.7.0.2', + targets: { + 'zip': 'https://www.apache.org/dyn/closer.lua/shenyu/2.7.0.2/apache-shenyu-2.7.0.2-src.zip', + 'asc': 'https://downloads.apache.org/shenyu/2.7.0.2/apache-shenyu-2.7.0.2-src.zip.asc', + 'sha512': 'https://downloads.apache.org/shenyu/2.7.0.2/apache-shenyu-2.7.0.2-src.zip.sha512', + } + }, { versionTitle: '2.7.0.1', targets: { @@ -76,6 +84,22 @@ const data = [ { title: translate({ message: 'ShenYu-Admin Binary Distribution' }), versions: [ + { + versionTitle: '2.7.0.2', + targets: { + 'tar': 'https://www.apache.org/dyn/closer.lua/shenyu/2.7.0.2/apache-shenyu-2.7.0.2-admin-bin.tar.gz', + 'asc': 'https://downloads.apache.org/shenyu/2.7.0.2/apache-shenyu-2.7.0.2-admin-bin.tar.gz.asc', + 'sha512': 'https://downloads.apache.org/shenyu/2.7.0.2/apache-shenyu-2.7.0.2-admin-bin.tar.gz.sha512', + } + }, + { + versionTitle: '2.7.0.1', + targets: { + 'tar': 'https://www.apache.org/dyn/closer.lua/shenyu/2.7.0.1/apache-shenyu-2.7.0.1-admin-bin.tar.gz', + 'asc': 'https://downloads.apache.org/shenyu/2.7.0.1/apache-shenyu-2.7.0.1-admin-bin.tar.gz.asc', + 'sha512': 'https://downloads.apache.org/shenyu/2.7.0.1/apache-shenyu-2.7.0.1-admin-bin.tar.gz.sha512', + } + }, { versionTitle: '2.7.0', targets: { @@ -137,6 +161,22 @@ const data = [ { title: translate({ message: 'ShenYu-Bootstrap Binary Distribution' }), versions: [ + { + versionTitle: '2.7.0.2', + targets: { + 'tar': 'https://www.apache.org/dyn/closer.lua/shenyu/2.7.0.2/apache-shenyu-2.7.0.2-bootstrap-bin.tar.gz', + 'asc': 'https://downloads.apache.org/shenyu/2.7.0.2/apache-shenyu-2.7.0.2-bootstrap-bin.tar.gz.asc', + 'sha512': 'https://downloads.apache.org/shenyu/2.7.0.2/apache-shenyu-2.7.0.2-bootstrap-bin.tar.gz.sha512', + } + }, + { + versionTitle: '2.7.0.1', + targets: { + 'tar': 'https://www.apache.org/dyn/closer.lua/shenyu/2.7.0.1/apache-shenyu-2.7.0.1-bootstrap-bin.tar.gz', + 'asc': 'https://downloads.apache.org/shenyu/2.7.0.1/apache-shenyu-2.7.0.1-bootstrap-bin.tar.gz.asc', + 'sha512': 'https://downloads.apache.org/shenyu/2.7.0.1/apache-shenyu-2.7.0.1-bootstrap-bin.tar.gz.sha512', + } + }, { versionTitle: '2.7.0', targets: {