This is an automated email from the ASF dual-hosted git repository. morningman pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/doris-website.git
The following commit(s) were added to refs/heads/master by this push: new d6c8bb5c3c6 (feature) add release doris 2.0.0beta (#257) d6c8bb5c3c6 is described below commit d6c8bb5c3c66267494f0795f2e6f39b06372effa Author: Jeffrey <color.d...@gmail.com> AuthorDate: Mon Jul 3 19:35:27 2023 +0800 (feature) add release doris 2.0.0beta (#257) --- i18n/zh-CN/code.json | 4 +- src/constant/download.data.ts | 168 +++++++++++++++++------------------------- src/pages/download/index.tsx | 8 +- src/pages/index.tsx | 6 +- 4 files changed, 75 insertions(+), 111 deletions(-) diff --git a/i18n/zh-CN/code.json b/i18n/zh-CN/code.json index 368264e93e3..81792ca913c 100644 --- a/i18n/zh-CN/code.json +++ b/i18n/zh-CN/code.json @@ -772,8 +772,8 @@ "message": "1.2.1 版本暂不支持使用 JDK11 运行,会在后续版本修复。" }, "1.2.5": { - "message": "Apache Doris 1.2.5 Release", - "description": "Apache Doris 1.2.5 Release" + "message": "Apache Doris 2.0-beta Release", + "description": "Apache Doris 2.0-beta Release" }, "download.document": { "message": "Document", diff --git a/src/constant/download.data.ts b/src/constant/download.data.ts index 1e0dd673854..288533b0ded 100644 --- a/src/constant/download.data.ts +++ b/src/constant/download.data.ts @@ -35,22 +35,64 @@ export function getAllDownloadLinks(locale: string) { const shSource = locale.toLocaleUpperCase() === 'EN' ? 'apache' : 'tsinghua'; return [ { - id: '2.0.0-alpha1-intel-avx2-jdk8', + id: '2.0-beta-intel-avx2-jdk8', sh: { - label: 'apache-doris-2.0.0-alpha1-bin-x86_64.tar.xz', + label: 'apache-doris-2.0-beta-bin-x64.tar.gz', links: { - source: `${ORIGIN}apache-doris-2.0.0-alpha1-bin-x86_64.tar.xz`, - signature: `${ORIGIN}apache-doris-2.0.0-alpha1-bin-x86_64.tar.xz.asc`, - sha512: `${ORIGIN}apache-doris-2.0.0-alpha1-bin-x86_64.tar.xz.sha512`, + source: `${ORIGIN}apache-doris-2.0-beta-bin-x64.tar.gz`, + signature: `${ORIGIN}apache-doris-2.0-beta-bin-x64.tar.gz.asc`, + sha512: `${ORIGIN}apache-doris-2.0-beta-bin-x64.tar.gz.sha512`, }, }, items: [ { - label: 'apache-doris-2.0.0-alpha1-src.tar.gz', + label: 'apache-doris-2.0-beta-src.tar.gz', links: { - source: `${APACHE_ARCHIVE}doris/2.0/2.0.0-alpha1/apache-doris-2.0.0-alpha1-src.tar.gz`, - signature: `${APACHE_ARCHIVE}doris/2.0/2.0.0-alpha1/apache-doris-2.0.0-alpha1-src.tar.gz.asc`, - sha512: `${APACHE_ARCHIVE}doris/2.0/2.0.0-alpha1/apache-doris-2.0.0-alpha1-src.tar.gz.sha512`, + source: `https://downloads.apache.org/doris/2.0/2.0-beta/apache-doris-2.0-beta-src.tar.gz`, + signature: `https://downloads.apache.org/doris/2.0/2.0-beta/apache-doris-2.0-beta-src.tar.gz.asc`, + sha512: `https://downloads.apache.org/doris/2.0/2.0-beta/apache-doris-2.0-beta-src.tar.gz.sha512`, + }, + }, + ], + }, + { + id: '2.0-beta-intel-noavx2-jdk8', + sh: { + label: 'apache-doris-2.0-beta-bin-x64-noavx2.tar.gz', + links: { + source: `${ORIGIN}apache-doris-2.0-beta-bin-x64-noavx2.tar.gz`, + signature: `${ORIGIN}apache-doris-2.0-beta-bin-x64-noavx2.tar.gz.asc`, + sha512: `${ORIGIN}apache-doris-2.0-beta-bin-x64-noavx2.tar.gz.sha512`, + }, + }, + items: [ + { + label: 'apache-doris-2.0-beta-src.tar.gz', + links: { + source: `https://downloads.apache.org/doris/2.0/2.0-beta/apache-doris-2.0-beta-src.tar.gz`, + signature: `https://downloads.apache.org/doris/2.0/2.0-beta/apache-doris-2.0-beta-src.tar.gz.asc`, + sha512: `https://downloads.apache.org/doris/2.0/2.0-beta/apache-doris-2.0-beta-src.tar.gz.sha512`, + }, + }, + ], + }, + { + id: '2.0-beta-arm-jdk8', + sh: { + label: 'apache-doris-2.0-beta-bin-arm64.tar.gz', + links: { + source: `${ORIGIN}apache-doris-2.0-beta-bin-arm64.tar.gz`, + signature: `${ORIGIN}apache-doris-2.0-beta-bin-arm64.tar.gz.asc`, + sha512: `${ORIGIN}apache-doris-2.0-beta-bin-arm64.tar.gz.sha512`, + }, + }, + items: [ + { + label: 'apache-doris-2.0-beta-src.tar.gz', + links: { + source: `https://downloads.apache.org/doris/2.0/2.0-beta/apache-doris-2.0-beta-src.tar.gz`, + signature: `https://downloads.apache.org/doris/2.0/2.0-beta/apache-doris-2.0-beta-src.tar.gz.asc`, + sha512: `https://downloads.apache.org/doris/2.0/2.0-beta/apache-doris-2.0-beta-src.tar.gz.sha512`, }, }, ], @@ -118,94 +160,6 @@ export function getAllDownloadLinks(locale: string) { }, ], }, - { - id: '1.2.3-intel-avx2-jdk8', - items: [ - { - label: 'apache-doris-fe-1.2.3-bin-x86_64.tar.xz', - links: { - source: `${sources}doris/1.2/1.2.3-rc02/apache-doris-fe-1.2.3-bin-x86_64.tar.xz`, - signature: `${APACHE_DOWNLOAD_LINK}doris/1.2/1.2.3-rc02/apache-doris-fe-1.2.3-bin-x86_64.tar.xz.asc`, - sha512: `${APACHE_DOWNLOAD_LINK}doris/1.2/1.2.3-rc02/apache-doris-fe-1.2.3-bin-x86_64.tar.xz.sha512`, - }, - }, - { - label: 'apache-doris-be-1.2.3-bin-x86_64.tar.xz', - links: { - source: `${sources}doris/1.2/1.2.3-rc02/apache-doris-be-1.2.3-bin-x86_64.tar.xz`, - signature: `${APACHE_DOWNLOAD_LINK}doris/1.2/1.2.3-rc02/apache-doris-be-1.2.3-bin-x86_64.tar.xz.asc`, - sha512: `${APACHE_DOWNLOAD_LINK}doris/1.2/1.2.3-rc02/apache-doris-be-1.2.3-bin-x86_64.tar.xz.sha512`, - }, - }, - { - label: 'apache-doris-dependencies-1.2.3-bin-x86_64.tar.xz', - links: { - source: `${sources}doris/1.2/1.2.3-rc02/apache-doris-dependencies-1.2.3-bin-x86_64.tar.xz`, - signature: `${APACHE_DOWNLOAD_LINK}doris/1.2/1.2.3-rc02/apache-doris-dependencies-1.2.3-bin-x86_64.tar.xz.asc`, - sha512: `${APACHE_DOWNLOAD_LINK}doris/1.2/1.2.3-rc02/apache-doris-dependencies-1.2.3-bin-x86_64.tar.xz.sha512`, - }, - }, - ], - }, - { - id: '1.2.3-intel-noavx2-jdk8', - items: [ - { - label: 'apache-doris-fe-1.2.3-bin-x86_64.tar.xz', - links: { - source: `${sources}doris/1.2/1.2.3-rc02/apache-doris-fe-1.2.3-bin-x86_64.tar.xz`, - signature: `${APACHE_DOWNLOAD_LINK}doris/1.2/1.2.3-rc02/apache-doris-fe-1.2.3-bin-x86_64.tar.xz.asc`, - sha512: `${APACHE_DOWNLOAD_LINK}doris/1.2/1.2.3-rc02/apache-doris-fe-1.2.3-bin-x86_64.tar.xz.sha512`, - }, - }, - { - label: 'apache-doris-be-1.2.3-bin-x86_64-noavx2.tar.xz', - links: { - source: `${sources}doris/1.2/1.2.3-rc02/apache-doris-be-1.2.3-bin-x86_64-noavx2.tar.xz`, - signature: `${APACHE_DOWNLOAD_LINK}doris/1.2/1.2.3-rc02/apache-doris-be-1.2.3-bin-x86_64-noavx2.tar.xz.asc`, - sha512: `${APACHE_DOWNLOAD_LINK}doris/1.2/1.2.3-rc02/apache-doris-be-1.2.3-bin-x86_64-noavx2.tar.xz.sha512`, - }, - }, - { - label: 'apache-doris-dependencies-1.2.3-bin-x86_64.tar.xz', - links: { - source: `${sources}doris/1.2/1.2.3-rc02/apache-doris-dependencies-1.2.3-bin-x86_64.tar.xz`, - signature: `${APACHE_DOWNLOAD_LINK}doris/1.2/1.2.3-rc02/apache-doris-dependencies-1.2.3-bin-x86_64.tar.xz.asc`, - sha512: `${APACHE_DOWNLOAD_LINK}doris/1.2/1.2.3-rc02/apache-doris-dependencies-1.2.3-bin-x86_64.tar.xz.sha512`, - }, - }, - ], - }, - { - id: '1.2.3-arm-jdk8', - items: [ - { - label: 'apache-doris-fe-1.2.3-bin-arm.tar.xz', - links: { - source: `${sources}doris/1.2/1.2.3-rc02/apache-doris-fe-1.2.3-bin-arm.tar.xz`, - signature: `${APACHE_DOWNLOAD_LINK}doris/1.2/1.2.3-rc02/apache-doris-fe-1.2.3-bin-arm.tar.xz.asc`, - sha512: `${APACHE_DOWNLOAD_LINK}doris/1.2/1.2.3-rc02/apache-doris-fe-1.2.3-bin-arm.tar.xz.sha512`, - }, - }, - { - label: 'apache-doris-be-1.2.3-bin-arm.tar.xz', - links: { - source: `${sources}doris/1.2/1.2.3-rc02/apache-doris-be-1.2.3-bin-arm.tar.xz`, - signature: `${APACHE_DOWNLOAD_LINK}doris/1.2/1.2.3-rc02/apache-doris-be-1.2.3-bin-arm.tar.xz.asc`, - sha512: `${APACHE_DOWNLOAD_LINK}doris/1.2/1.2.3-rc02/apache-doris-be-1.2.3-bin-arm.tar.xz.sha512`, - }, - }, - { - label: 'apache-doris-dependencies-1.2.3-bin-arm.tar.xz', - links: { - source: `${sources}doris/1.2/1.2.3-rc02/apache-doris-dependencies-1.2.3-bin-arm.tar.xz`, - signature: `${APACHE_DOWNLOAD_LINK}doris/1.2/1.2.3-rc02/apache-doris-dependencies-1.2.3-bin-arm.tar.xz.asc`, - sha512: `${APACHE_DOWNLOAD_LINK}doris/1.2/1.2.3-rc02/apache-doris-dependencies-1.2.3-bin-arm.tar.xz.sha512`, - }, - }, - ], - }, - { id: '1.1.5-intel-avx2-jdk8', items: [ @@ -368,14 +322,24 @@ export function getAllRelease(locale: string) { const sources = locale.toLocaleUpperCase() === 'EN' ? ALL_RELEASE_LINK : CHINA_ALL_RELEASE_MIRROR_LINK; return [ { - version: '2.0.0-alpha1 ( latest )', + version: '2.0-beta (Latest)', date: '2023-05-06', - note: '/docs/dev/releasenotes/release-2.0.0Alpha1', + note: '/docs/dev/releasenotes/release-2.0.0beta', download: [ { cpu: 'X64 ( avx2 )', - binary: `${ORIGIN}apache-doris-2.0.0-alpha1-bin-x86_64.tar.xz`, - source: `${sources}doris/2.0/2.0.0-alpha1/apache-doris-2.0.0-alpha1-src.tar.gz`, + binary: `${ORIGIN}apache-doris-2.0-beta-bin-x64.tar.gz`, + source: `https://downloads.apache.org/doris/2.0/2.0-beta/apache-doris-2.0-beta-src.tar.gz`, + }, + { + cpu: 'X64 ( no avx2 )', + binary: `${ORIGIN}apache-doris-1.2.5-bin-x86_64-noavx2.tar.xz`, + source: `https://downloads.apache.org/doris/2.0/2.0-beta/apache-doris-2.0-beta-src.tar.gz`, + }, + { + cpu: 'ARM64', + binary: `${ORIGIN}apache-doris-2.0-beta-bin-arm64.tar.gz`, + source: `https://downloads.apache.org/doris/2.0/2.0-beta/apache-doris-2.0-beta-src.tar.gz`, } ] }, @@ -499,7 +463,7 @@ export function getAllRelease(locale: string) { } export enum VersionEnum { - Latest = '2.0.0-alpha1', + Latest = '2.0-beta', Prev = '1.2.5', Earlier = '1.1.5', } diff --git a/src/pages/download/index.tsx b/src/pages/download/index.tsx index f2b2614faee..dc3215d1ff9 100644 --- a/src/pages/download/index.tsx +++ b/src/pages/download/index.tsx @@ -285,8 +285,8 @@ export default function Download(): JSX.Element { {currentLocale === 'zh-CN' ? ( <div className="notice-text"> 详细升级注意事项请参考 - <Link to="/docs/dev/releasenotes/release-2.0.0Alpha1"> - 2.0.0 Alpha1 Release Note + <Link to="/docs/dev/releasenotes/release-2.0beta"> + 2.0-beta Release Note </Link> 以及 <Link to="/docs/dev/install/standard-deployment"> @@ -303,8 +303,8 @@ export default function Download(): JSX.Element { ) : ( <div className="notice-text"> For detailed upgrade precautions, please refer to the{' '} - <Link to="/docs/dev/releasenotes/release-2.0.0Alpha1"> - 2.0.0 Alpha1 Release Note + <Link to="/docs/dev/releasenotes/release-2.0beta"> + 2.0-beta Release Note </Link> and the <Link to="/docs/dev/install/standard-deployment">deployment</Link> and diff --git a/src/pages/index.tsx b/src/pages/index.tsx index a92efbe12fc..6fb668d8233 100644 --- a/src/pages/index.tsx +++ b/src/pages/index.tsx @@ -152,9 +152,9 @@ export default function Home(): JSX.Element { <div className="news-wrap"> <div className="news-item"> <span className="news-icon"></span> - <Link to="/docs/dev/releasenotes/release-1.2.5" className="news-content"> - <Translate id="1.2.5" description="Apache Doris 1.2.5 Release"> - Apache Doris 1.2.5 Release + <Link to="/docs/dev/releasenotes/release-2.0beta" className="news-content"> + <Translate id="1.2.5" description="Apache Doris 2.0-beta Release"> + Apache Doris 2.0-beta Release </Translate> </Link> </div> --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org For additional commands, e-mail: commits-h...@doris.apache.org