This is an automated email from the ASF dual-hosted git repository.

luzhijing 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 dc074f53da3 [download] release 2.0.3 (#355)
dc074f53da3 is described below

commit dc074f53da3124ef48be73a91fbd7cbdbd252087
Author: KassieZ <[email protected]>
AuthorDate: Thu Dec 14 16:25:05 2023 +0800

    [download] release 2.0.3 (#355)
    
    * release 2.0.3
    
    * Update download.data.ts
---
 src/constant/download.data.ts   | 97 ++++++++++++++++++++++++++++++++++++++---
 src/constant/newsletter.data.ts |  3 +-
 src/pages/download/index.tsx    |  2 +-
 3 files changed, 93 insertions(+), 9 deletions(-)

diff --git a/src/constant/download.data.ts b/src/constant/download.data.ts
index 63e98020b03..ab8c4cfeb69 100644
--- a/src/constant/download.data.ts
+++ b/src/constant/download.data.ts
@@ -34,6 +34,69 @@ export function getAllDownloadLinks(locale: string) {
     const sources = locale.toLocaleUpperCase() === 'EN' ? APACHE_LINK : 
CHINA_MIRROR_LINK;
     const shSource = locale.toLocaleUpperCase() === 'EN' ? 'apache' : 
'tsinghua';
     return [
+        {
+            id: '2.0.3-intel-avx2-jdk8',
+            sh: {
+                label: 'apache-doris-2.0.3-bin-x64.tar.gz',
+                links: {
+                    source: `${ORIGIN}apache-doris-2.0.3-bin-x64.tar.gz`,
+                    signature: 
`${ORIGIN}apache-doris-2.0.3-bin-x64.tar.gz.asc`,
+                    sha512: 
`${ORIGIN}apache-doris-2.0.3-bin-x64.tar.gz.sha512`,
+                },
+            },
+            items: [
+                {
+                    label: 'apache-doris-2.0.3-src.tar.gz',
+                    links: {
+                        source: 
`https://downloads.apache.org/doris/2.0/2.0.3/apache-doris-2.0.3-src.tar.gz`,
+                        signature: 
`https://downloads.apache.org/doris/2.0/2.0.3/apache-doris-2.0.3-src.tar.gz.asc`,
+                        sha512: 
`https://downloads.apache.org/doris/2.0/2.0.3/apache-doris-2.0.3-src.tar.gz.sha512`,
+                    },
+                },
+            ],
+        },
+        {
+            id: '2.0.3-intel-noavx2-jdk8',
+            sh: {
+                label: 'apache-doris-2.0.3-bin-x64-noavx2.tar.gz',
+                links: {
+                    source: 
`${ORIGIN}apache-doris-2.0.3-bin-x64-noavx2.tar.gz`,
+                    signature: 
`${ORIGIN}apache-doris-2.0.3-bin-x64-noavx2.tar.gz.asc`,
+                    sha512: 
`${ORIGIN}apache-doris-2.0.3-bin-x64-noavx2.tar.gz.sha512`,
+                },
+            },
+            items: [
+                {
+                    label: 'apache-doris-2.0.3-src.tar.gz',
+                    links: {
+                        source: 
`https://downloads.apache.org/doris/2.0/2.0.3/apache-doris-2.0.3-src.tar.gz`,
+                        signature: 
`https://downloads.apache.org/doris/2.0/2.0.3/apache-doris-2.0.3-src.tar.gz.asc`,
+                        sha512: 
`https://downloads.apache.org/doris/2.0/2.0.3/apache-doris-2.0.3-src.tar.gz.sha512`,
+                    },
+                },
+            ],
+        },
+        {
+            id: '2.0.3-arm-jdk8',
+            sh: {
+                label: 'apache-doris-2.0.3-bin-arm64.tar.gz',
+                links: {
+                    source: `${ORIGIN}apache-doris-2.0.3-bin-arm64.tar.gz`,
+                    signature: 
`${ORIGIN}apache-doris-2.0.3-bin-arm64.tar.gz.asc`,
+                    sha512: 
`${ORIGIN}apache-doris-2.0.3-bin-arm64.tar.gz.sha512`,
+                },
+            },
+            items: [
+                {
+                    label: 'apache-doris-2.0.3-src.tar.gz',
+                    links: {
+                        source: 
`https://downloads.apache.org/doris/2.0/2.0.3/apache-doris-2.0.3-src.tar.gz`,
+                        signature: 
`https://downloads.apache.org/doris/2.0/2.0.3/apache-doris-2.0.3-src.tar.gz.asc`,
+                        sha512: 
`https://downloads.apache.org/doris/2.0/2.0.3/apache-doris-2.0.3-src.tar.gz.sha512`,
+                    },
+                },
+            ],
+        },
         {
             id: '2.0.2-intel-avx2-jdk8',
             sh: {
@@ -385,9 +448,31 @@ export function getAllRelease(locale: string) {
     const sources = locale.toLocaleUpperCase() === 'EN' ? ALL_RELEASE_LINK : 
CHINA_ALL_RELEASE_MIRROR_LINK;
     return [
         {
-            version: '2.0.2 ( Latest )',
+            version: '2.0.3 ( Latest )',
+            date: '2023-12-14',
+            note: 'https://github.com/apache/doris/issues/27909',
+            download: [
+                {
+                    cpu: 'X64 ( avx2 )',
+                    binary: `${ORIGIN}apache-doris-2.0.3-bin-x64.tar.gz`,
+                    source: 
`https://downloads.apache.org/doris/2.0/2.0.3/apache-doris-2.0.3-src.tar.gz`,
+                },
+                {
+                    cpu: 'X64 ( no avx2 )',
+                    binary: 
`${ORIGIN}apache-doris-2.0.3-bin-x64-noavx2.tar.gz`,
+                    source: 
`https://downloads.apache.org/doris/2.0/2.0.3/apache-doris-2.0.3-src.tar.gz`,
+                },
+                {
+                    cpu: 'ARM64',
+                    binary: `${ORIGIN}apache-doris-2.0.3-bin-arm64.tar.gz`,
+                    source: 
`https://downloads.apache.org/doris/2.0/2.0.3/apache-doris-2.0.3-src.tar.gz`,
+                }
+            ]
+        },
+        {
+            version: '2.0.2',
             date: '2023-10-07',
-            note: 'https://github.com/apache/doris/issues/25011',
+            note: '/docs/dev/releasenotes/release-2.0.2',
             download: [
                 {
                     cpu: 'X64 ( avx2 )',
@@ -407,7 +492,7 @@ export function getAllRelease(locale: string) {
             ]
         },
         {
-            version: '2.0.1.1',
+            version: '2.0.1',
             date: '2023-09-26',
             note: '/docs/dev/releasenotes/release-2.0.1',
             download: [
@@ -451,7 +536,7 @@ export function getAllRelease(locale: string) {
             ]
         },
         {
-            version: '1.2.7.1',
+            version: '1.2.7',
             date: '2023-09-04',
             note: '/docs/dev/releasenotes/release-1.2.7.1',
             download: [
@@ -592,8 +677,8 @@ export function getAllRelease(locale: string) {
 }
 
 export enum VersionEnum {
-    Latest = '2.0.2',
-    Prev = '1.2.7.1',
+    Latest = '2.0.3',
+    Prev = '1.2.7',
     Earlier = '1.1.5',
 }
 
diff --git a/src/constant/newsletter.data.ts b/src/constant/newsletter.data.ts
index f7accf872ef..7c533b0360b 100644
--- a/src/constant/newsletter.data.ts
+++ b/src/constant/newsletter.data.ts
@@ -2,8 +2,7 @@ export const NEWSLETTER_DATA = [
     {
         tag: 'Best Practice',
         title: 'Empowering cyber security by enabling 7 times faster log 
analysis',
-        to: 
'blog/empowering-cyber-security-by-enabling-seven-times-faster-log-analysis',
-        
+        to: 
'blog/empowering-cyber-security-by-enabling-seven-times-faster-log-analysis',   
  
     },
     {   
         tag: 'Release Notes',
diff --git a/src/pages/download/index.tsx b/src/pages/download/index.tsx
index a09a62278c0..4a591ff1ff1 100644
--- a/src/pages/download/index.tsx
+++ b/src/pages/download/index.tsx
@@ -283,7 +283,7 @@ export default function Download(): JSX.Element {
                                         </div>
                                         <div className="notice-text">
                                             For detailed upgrade precautions, 
please refer to the
-                                            <Link 
to="https://github.com/apache/doris/issues/25011";>2.0.2</Link>
+                                            <Link 
to="https://github.com/apache/doris/issues/27909";>2.0.3</Link>
                                             and the
                                             <Link 
to="/docs/dev/install/standard-deployment">deployment</Link> and
                                             cluster


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

Reply via email to