You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@doris.apache.org by mo...@apache.org on 2023/04/23 15:07:12 UTC

[doris-website] branch master updated: [release] add 1.2.4 links (#214)

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 bc750e0742b [release] add 1.2.4 links (#214)
bc750e0742b is described below

commit bc750e0742b0325be5caa35a58f2c9d2d52cc45b
Author: wangyongfeng <94...@qq.com>
AuthorDate: Sun Apr 23 23:07:06 2023 +0800

    [release] add 1.2.4 links (#214)
    
    Co-authored-by: wangyf0555 <wa...@flywheels.com>
---
 src/constant/download.data.ts | 99 +++++++++++++++++++++++++++++++++++++++++--
 src/pages/index.tsx           |  6 +--
 2 files changed, 99 insertions(+), 6 deletions(-)

diff --git a/src/constant/download.data.ts b/src/constant/download.data.ts
index 6705a49d9c1..f056e0b4437 100644
--- a/src/constant/download.data.ts
+++ b/src/constant/download.data.ts
@@ -26,6 +26,93 @@ const CHINA_ALL_RELEASE_MIRROR_LINK = 'https://mirrors.tuna.tsinghua.edu.cn/apac
 export function getAllDownloadLinks(locale: string) {
     const sources = locale.toLocaleUpperCase() === 'EN' ? APACHE_LINK : CHINA_MIRROR_LINK;
     return [
+        {
+            id: '1.2.4-intel-avx2-jdk8',
+            items: [
+                {
+                    label: 'apache-doris-fe-1.2.4-bin-x86_64.tar.xz',
+                    links: {
+                        source: `${sources}doris/1.2/1.2.4-rc01/apache-doris-fe-1.2.4-bin-x86_64.tar.xz`,
+                        signature: `${APACHE_LINK}doris/1.2/1.2.4-rc01/apache-doris-fe-1.2.4-bin-x86_64.tar.xz.asc`,
+                        sha512: `${APACHE_LINK}doris/1.2/1.2.4-rc01/apache-doris-fe-1.2.4-bin-x86_64.tar.xz.sha512`,
+                    },
+                },
+                {
+                    label: 'apache-doris-be-1.2.4-bin-x86_64.tar.xz',
+                    links: {
+                        source: `${sources}doris/1.2/1.2.4-rc01/apache-doris-be-1.2.4-bin-x86_64.tar.xz`,
+                        signature: `${APACHE_LINK}doris/1.2/1.2.4-rc01/apache-doris-be-1.2.4-bin-x86_64.tar.xz.asc`,
+                        sha512: `${APACHE_LINK}doris/1.2/1.2.4-rc01/apache-doris-be-1.2.4-bin-x86_64.tar.xz.sha512`,
+                    },
+                },
+                {
+                    label: 'apache-doris-dependencies-1.2.4-bin-x86_64.tar.xz',
+                    links: {
+                        source: `${sources}doris/1.2/1.2.4-rc01/apache-doris-dependencies-1.2.4-bin-x86_64.tar.xz`,
+                        signature: `${APACHE_LINK}doris/1.2/1.2.4-rc01/apache-doris-dependencies-1.2.4-bin-x86_64.tar.xz.asc`,
+                        sha512: `${APACHE_LINK}doris/1.2/1.2.4-rc01/apache-doris-dependencies-1.2.4-bin-x86_64.tar.xz.sha512`,
+                    },
+                },
+            ],
+        },
+        {
+            id: '1.2.4-intel-noavx2-jdk8',
+            items: [
+                {
+                    label: 'apache-doris-fe-1.2.4-bin-x86_64.tar.xz',
+                    links: {
+                        source: `${sources}doris/1.2/1.2.4-rc01/apache-doris-fe-1.2.4-bin-x86_64.tar.xz`,
+                        signature: `${APACHE_LINK}doris/1.2/1.2.4-rc01/apache-doris-fe-1.2.4-bin-x86_64.tar.xz.asc`,
+                        sha512: `${APACHE_LINK}doris/1.2/1.2.4-rc01/apache-doris-fe-1.2.4-bin-x86_64.tar.xz.sha512`,
+                    },
+                },
+                {
+                    label: 'apache-doris-be-1.2.4-bin-x86_64-noavx2.tar.xz',
+                    links: {
+                        source: `${sources}doris/1.2/1.2.4-rc01/apache-doris-be-1.2.4-bin-x86_64-noavx2.tar.xz`,
+                        signature: `${APACHE_LINK}doris/1.2/1.2.4-rc01/apache-doris-be-1.2.4-bin-x86_64-noavx2.tar.xz.asc`,
+                        sha512: `${APACHE_LINK}doris/1.2/1.2.4-rc01/apache-doris-be-1.2.4-bin-x86_64-noavx2.tar.xz.sha512`,
+                    },
+                },
+                {
+                    label: 'apache-doris-dependencies-1.2.4-bin-x86_64.tar.xz',
+                    links: {
+                        source: `${sources}doris/1.2/1.2.4-rc01/apache-doris-dependencies-1.2.4-bin-x86_64.tar.xz`,
+                        signature: `${APACHE_LINK}doris/1.2/1.2.4-rc01/apache-doris-dependencies-1.2.4-bin-x86_64.tar.xz.asc`,
+                        sha512: `${APACHE_LINK}doris/1.2/1.2.4-rc01/apache-doris-dependencies-1.2.4-bin-x86_64.tar.xz.sha512`,
+                    },
+                },
+            ],
+        },
+        {
+            id: '1.2.4-arm-jdk8',
+            items: [
+                {
+                    label: 'apache-doris-fe-1.2.4-bin-arm.tar.xz',
+                    links: {
+                        source: `${sources}doris/1.2/1.2.4-rc01/apache-doris-fe-1.2.4-bin-arm.tar.xz`,
+                        signature: `${APACHE_LINK}doris/1.2/1.2.4-rc01/apache-doris-fe-1.2.4-bin-arm.tar.xz.asc`,
+                        sha512: `${APACHE_LINK}doris/1.2/1.2.4-rc01/apache-doris-fe-1.2.4-bin-arm.tar.xz.sha512`,
+                    },
+                },
+                {
+                    label: 'apache-doris-be-1.2.4-bin-arm.tar.xz',
+                    links: {
+                        source: `${sources}doris/1.2/1.2.4-rc01/apache-doris-be-1.2.4-bin-arm.tar.xz`,
+                        signature: `${APACHE_LINK}doris/1.2/1.2.4-rc01/apache-doris-be-1.2.4-bin-arm.tar.xz.asc`,
+                        sha512: `${APACHE_LINK}doris/1.2/1.2.4-rc01/apache-doris-be-1.2.4-bin-arm.tar.xz.sha512`,
+                    },
+                },
+                {
+                    label: 'apache-doris-dependencies-1.2.4-bin-arm.tar.xz',
+                    links: {
+                        source: `${sources}doris/1.2/1.2.4-rc01/apache-doris-dependencies-1.2.4-bin-arm.tar.xz`,
+                        signature: `${APACHE_LINK}doris/1.2/1.2.4-rc01/apache-doris-dependencies-1.2.4-bin-arm.tar.xz.asc`,
+                        sha512: `${APACHE_LINK}doris/1.2/1.2.4-rc01/apache-doris-dependencies-1.2.4-bin-arm.tar.xz.sha512`,
+                    },
+                },
+            ],
+        },
         {
             id: '1.2.3-intel-avx2-jdk8',
             items: [
@@ -267,7 +354,13 @@ export function getAllRelease(locale: string) {
     const sources = locale.toLocaleUpperCase() === 'EN' ? ALL_RELEASE_LINK : CHINA_ALL_RELEASE_MIRROR_LINK;
     return [
         {
-            version: '1.2.3 ( latest )',
+            version: '1.2.4 ( latest )',
+            date: '2023-04-23',
+            note: '/docs/dev/releasenotes/release-1.2.4',
+            download: `${sources}doris/1.2/1.2.4-rc01/`,
+        },
+        {
+            version: '1.2.3',
             date: '2023-03-20',
             note: '/docs/dev/releasenotes/release-1.2.3',
             download: `${sources}doris/1.2/1.2.3-rc02/`,
@@ -342,8 +435,8 @@ export function getAllRelease(locale: string) {
 }
 
 export enum VersionEnum {
-    Latest = '1.2.3',
-    Prev = '1.1.5',
+    Latest = '1.2.4',
+    Prev = '1.2.3',
 }
 
 export enum CPUEnum {
diff --git a/src/pages/index.tsx b/src/pages/index.tsx
index 9717fbb59e9..1690d4e4635 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="https://github.com/apache/doris/releases/tag/1.2.3-rc02" className="news-content">
-                                <Translate id="1.2.3" description="Apache Doris 1.2.3 Release">
-                                    Apache Doris 1.2.3 Release
+                            <Link to="https://github.com/apache/doris/releases/tag/1.2.4-rc01" className="news-content">
+                                <Translate id="1.2.4" description="Apache Doris 1.2.4 Release">
+                                    Apache Doris 1.2.4 Release
                                 </Translate>
                             </Link>
                         </div>


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