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 118bf535eb76 [docs](update) Update 2.0.8 release (#525)
118bf535eb76 is described below

commit 118bf535eb765761af6f95b4023e4104bd542929
Author: KassieZ <[email protected]>
AuthorDate: Tue Apr 9 16:02:46 2024 +0800

    [docs](update) Update 2.0.8 release (#525)
---
 blog/release-note-2.0.8.md                         |  79 +++++++++++++++++++++
 docs/releasenotes/release-2.0.8.md                 |  76 ++++++++++++++++++++
 .../current/releasenotes/release-2.0.8.md          |  71 ++++++++++++++++++
 .../version-2.0/releasenotes/release-2.0.8.md      |  71 ++++++++++++++++++
 .../version-2.1/releasenotes/release-2.0.8.md      |  71 ++++++++++++++++++
 sidebars.json                                      |   1 +
 src/constant/download.data.ts                      |  70 +++++++++++++-----
 static/images/2.0.8.png                            | Bin 0 -> 53371 bytes
 .../version-2.0/releasenotes/release-2.0.8.md      |  76 ++++++++++++++++++++
 .../version-2.1/releasenotes/release-2.0.8.md      |  76 ++++++++++++++++++++
 versioned_sidebars/version-2.0-sidebars.json       |   1 +
 versioned_sidebars/version-2.1-sidebars.json       |   1 +
 12 files changed, 575 insertions(+), 18 deletions(-)

diff --git a/blog/release-note-2.0.8.md b/blog/release-note-2.0.8.md
new file mode 100644
index 000000000000..77a63d9c0bae
--- /dev/null
+++ b/blog/release-note-2.0.8.md
@@ -0,0 +1,79 @@
+---
+{
+    'title': 'Apache Doris 2.0.8 just released',
+    'summary': 'Thanks to our community users and developers, about 65 
improvements and bug fixes have been made in Doris 2.0.8 version.',
+    'date': '2024-04-09',
+    'author': 'Apache Doris',
+    'tags': ['Release Notes'],
+    "image": '/images/2.0.8.png'
+}
+---
+
+<!--
+Licensed to the Apache Software Foundation (ASF) under one
+or more contributor license agreements.  See the NOTICE file
+distributed with this work for additional information
+regarding copyright ownership.  The ASF licenses this file
+to you under the Apache License, Version 2.0 (the
+"License"); you may not use this file except in compliance
+with the License.  You may obtain a copy of the License at
+  http://www.apache.org/licenses/LICENSE-2.0
+Unless required by applicable law or agreed to in writing,
+software distributed under the License is distributed on an
+"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+KIND, either express or implied.  See the License for the
+specific language governing permissions and limitations
+under the License.
+-->
+
+
+Thanks to our community users and developers, about 65 improvements and bug 
fixes have been made in Doris 2.0.8 version.
+
+- **Quick Download** : 
[https://doris.apache.org/download/](https://doris.apache.org/download/)
+
+- **GitHub** : 
[https://github.com/apache/doris/releases](https://github.com/apache/doris/releases)
+
+
+
+## 1 Behavior change
+
+The `ADMIN SHOW` statement can not be executed with high version of MySQL 8.x 
jdbc driver. So rename these statement, remove the `ADMIN` keywords. 
+
+- https://github.com/apache/doris/pull/29492
+
+```sql
+ADMIN SHOW CONFIG -> SHOW CONFIG
+ADMIN SHOW REPLICA -> SHOW REPLICA
+ADMIN DIAGNOSE TABLET -> SHOW TABLET DIAGNOSIS
+ADMIN SHOW TABLET -> SHOW TABLET
+```
+
+
+## 2 New features
+
+N/A
+
+
+
+## 3 Improvement and optimizations
+
+- Make Inverted Index work with TopN opt in Nereids
+
+- Limit the max string length to 1024 while collecting column stats to control 
BE memory usage
+
+- JDBC Catalog close when JDBC client is not empty
+
+- Accept all Iceberg database and do not check the name format of database
+
+- Refresh external table's rowcount async to avoid cache miss and unstable 
query plan
+
+- Simplify the isSplitable method of hive external table to avoid too many 
hadoop metrics
+
+See the complete list of improvements and bug fixes on 
[GitHub](https://github.com/apache/doris/compare/2.0.7...2.0.8) .
+
+
+## 4 Credits
+
+Thanks all who contribute to this release:
+
+924060929,  AcKing-Sam, amorynan, AshinGau, BePPPower, BiteTheDDDDt, ByteYue, 
cambyzju,  dongsilun, eldenmoon, feiniaofeiafei, gnehil, Jibing-Li, liaoxin01, 
luwei16,  morningman, morrySnow, mrhhsg, Mryange, nextdreamblue, platoneko,  
starocean999, SWJTU-ZhangLei, wuwenchi, xiaokang, xinyiZzz, Yukang-Lian,  
Yulei-Yang, zclllyybb, zddr, zhangstar333, zhiqiang-hhhh, ziyanTOP, zy-kkk,  
zzzxl1993
\ No newline at end of file
diff --git a/docs/releasenotes/release-2.0.8.md 
b/docs/releasenotes/release-2.0.8.md
new file mode 100644
index 000000000000..d881a80628b4
--- /dev/null
+++ b/docs/releasenotes/release-2.0.8.md
@@ -0,0 +1,76 @@
+---
+{
+    "title": "Release 2.0.8",
+    "language": "en"
+}
+---
+
+<!--
+Licensed to the Apache Software Foundation (ASF) under one
+or more contributor license agreements.  See the NOTICE file
+distributed with this work for additional information
+regarding copyright ownership.  The ASF licenses this file
+to you under the Apache License, Version 2.0 (the
+"License"); you may not use this file except in compliance
+with the License.  You may obtain a copy of the License at
+
+  http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing,
+software distributed under the License is distributed on an
+"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+KIND, either express or implied.  See the License for the
+specific language governing permissions and limitations
+under the License.
+-->
+
+
+Thanks to our community users and developers, about 65 improvements and bug 
fixes have been made in Doris 2.0.8 version.
+
+- **Quick Download** : 
[https://doris.apache.org/download/](https://doris.apache.org/download/)
+
+- **GitHub** : 
[https://github.com/apache/doris/releases](https://github.com/apache/doris/releases)
+
+
+
+## 1 Behavior change
+
+The `ADMIN SHOW` statement can not be executed with high version of MySQL 8.x 
jdbc driver. So rename these statement, remove the `ADMIN` keywords. 
+
+- https://github.com/apache/doris/pull/29492
+
+```sql
+ADMIN SHOW CONFIG -> SHOW CONFIG
+ADMIN SHOW REPLICA -> SHOW REPLICA
+ADMIN DIAGNOSE TABLET -> SHOW TABLET DIAGNOSIS
+ADMIN SHOW TABLET -> SHOW TABLET
+```
+
+
+## 2 New features
+
+N/A
+
+
+
+## 3 Improvement and optimizations
+
+- Make Inverted Index work with TopN opt in Nereids
+
+- Limit the max string length to 1024 while collecting column stats to control 
BE memory usage
+
+- JDBC Catalog close when JDBC client is not empty
+
+- Accept all Iceberg database and do not check the name format of database
+
+- Refresh external table's rowcount async to avoid cache miss and unstable 
query plan
+
+- Simplify the isSplitable method of hive external table to avoid too many 
hadoop metrics
+
+See the complete list of improvements and bug fixes on 
[GitHub](https://github.com/apache/doris/compare/2.0.7...2.0.8) .
+
+## 4 Credits
+
+Thanks all who contribute to this release:
+
+924060929,  AcKing-Sam, amorynan, AshinGau, BePPPower, BiteTheDDDDt, ByteYue, 
cambyzju,  dongsilun, eldenmoon, feiniaofeiafei, gnehil, Jibing-Li, liaoxin01, 
luwei16,  morningman, morrySnow, mrhhsg, Mryange, nextdreamblue, platoneko,  
starocean999, SWJTU-ZhangLei, wuwenchi, xiaokang, xinyiZzz, Yukang-Lian,  
Yulei-Yang, zclllyybb, zddr, zhangstar333, zhiqiang-hhhh, ziyanTOP, zy-kkk,  
zzzxl1993
\ No newline at end of file
diff --git 
a/i18n/zh-CN/docusaurus-plugin-content-docs/current/releasenotes/release-2.0.8.md
 
b/i18n/zh-CN/docusaurus-plugin-content-docs/current/releasenotes/release-2.0.8.md
new file mode 100644
index 000000000000..d8252a44e05a
--- /dev/null
+++ 
b/i18n/zh-CN/docusaurus-plugin-content-docs/current/releasenotes/release-2.0.8.md
@@ -0,0 +1,71 @@
+---
+{
+    "title": "Release 2.0.8",
+    "language": "zh-CN"
+}
+---
+
+<!--
+Licensed to the Apache Software Foundation (ASF) under one
+or more contributor license agreements.  See the NOTICE file
+distributed with this work for additional information
+regarding copyright ownership.  The ASF licenses this file
+to you under the Apache License, Version 2.0 (the
+"License"); you may not use this file except in compliance
+with the License.  You may obtain a copy of the License at
+
+  http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing,
+software distributed under the License is distributed on an
+"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+KIND, either express or implied.  See the License for the
+specific language governing permissions and limitations
+under the License.
+-->
+
+亲爱的社区小伙伴们,[Apache Doris 2.0.8](https://doris.apache.org/download/) 版本已于 2024 年 
04 月 09 日正式与大家见面。本次版本中,有 35 位贡献者提交了约 65 个功能改进以及问题修复,进一步提升了系统的稳定性和性能,欢迎大家下载体验。
+
+**官网下载:** 
[https://doris.apache.org/download/](https://doris.apache.org/download/)
+
+**GitHub 下载:** 
[https://github.com/apache/doris/releases](https://github.com/apache/doris/releases)
+
+## 1 行为变更
+
+由于 `ADMIN SHOW xx` 语句在 MySQL 8.x jdbc driver 不能执行,所以将名字改成 `SHOW xx`
+
+- https://github.com/apache/doris/pull/29492
+
+```sql
+ADMIN SHOW CONFIG -> SHOW CONFIG
+ADMIN SHOW REPLICA -> SHOW REPLICA
+ADMIN DIAGNOSE TABLET -> SHOW TABLET DIAGNOSIS
+ADMIN SHOW TABLET -> SHOW TABLET
+```
+
+
+## 2 新功能
+
+N/A
+
+
+
+## 3 改进和优化
+
+- 新优化器支持 TopN 优化中使用倒排索引
+
+- 限制统计信息 STRING 长度为 1024 以控制 BE 内存消耗
+
+- 修复未创建 JDBC Client 时意外关闭的情况
+
+- 接受所有 Iceberg Database,不再做额外的名字检查
+
+- 异步更新外表行数统计,避免同步更新带来的 Cache miss 和 Plan 不稳定
+
+- 简化 Hive 外表的 isSplitable 方法,避免过多的 Hadoop metric
+
+
+
+## 4 致谢
+
+924060929,  AcKing-Sam, amorynan, AshinGau, BePPPower, BiteTheDDDDt, ByteYue, 
cambyzju,  dongsilun, eldenmoon, feiniaofeiafei, gnehil, Jibing-Li, liaoxin01, 
luwei16,  morningman, morrySnow, mrhhsg, Mryange, nextdreamblue, platoneko,  
starocean999, SWJTU-ZhangLei, wuwenchi, xiaokang, xinyiZzz, Yukang-Lian,  
Yulei-Yang, zclllyybb, zddr, zhangstar333, zhiqiang-hhhh, ziyanTOP, zy-kkk,  
zzzxl1993
diff --git 
a/i18n/zh-CN/docusaurus-plugin-content-docs/version-2.0/releasenotes/release-2.0.8.md
 
b/i18n/zh-CN/docusaurus-plugin-content-docs/version-2.0/releasenotes/release-2.0.8.md
new file mode 100644
index 000000000000..d8252a44e05a
--- /dev/null
+++ 
b/i18n/zh-CN/docusaurus-plugin-content-docs/version-2.0/releasenotes/release-2.0.8.md
@@ -0,0 +1,71 @@
+---
+{
+    "title": "Release 2.0.8",
+    "language": "zh-CN"
+}
+---
+
+<!--
+Licensed to the Apache Software Foundation (ASF) under one
+or more contributor license agreements.  See the NOTICE file
+distributed with this work for additional information
+regarding copyright ownership.  The ASF licenses this file
+to you under the Apache License, Version 2.0 (the
+"License"); you may not use this file except in compliance
+with the License.  You may obtain a copy of the License at
+
+  http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing,
+software distributed under the License is distributed on an
+"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+KIND, either express or implied.  See the License for the
+specific language governing permissions and limitations
+under the License.
+-->
+
+亲爱的社区小伙伴们,[Apache Doris 2.0.8](https://doris.apache.org/download/) 版本已于 2024 年 
04 月 09 日正式与大家见面。本次版本中,有 35 位贡献者提交了约 65 个功能改进以及问题修复,进一步提升了系统的稳定性和性能,欢迎大家下载体验。
+
+**官网下载:** 
[https://doris.apache.org/download/](https://doris.apache.org/download/)
+
+**GitHub 下载:** 
[https://github.com/apache/doris/releases](https://github.com/apache/doris/releases)
+
+## 1 行为变更
+
+由于 `ADMIN SHOW xx` 语句在 MySQL 8.x jdbc driver 不能执行,所以将名字改成 `SHOW xx`
+
+- https://github.com/apache/doris/pull/29492
+
+```sql
+ADMIN SHOW CONFIG -> SHOW CONFIG
+ADMIN SHOW REPLICA -> SHOW REPLICA
+ADMIN DIAGNOSE TABLET -> SHOW TABLET DIAGNOSIS
+ADMIN SHOW TABLET -> SHOW TABLET
+```
+
+
+## 2 新功能
+
+N/A
+
+
+
+## 3 改进和优化
+
+- 新优化器支持 TopN 优化中使用倒排索引
+
+- 限制统计信息 STRING 长度为 1024 以控制 BE 内存消耗
+
+- 修复未创建 JDBC Client 时意外关闭的情况
+
+- 接受所有 Iceberg Database,不再做额外的名字检查
+
+- 异步更新外表行数统计,避免同步更新带来的 Cache miss 和 Plan 不稳定
+
+- 简化 Hive 外表的 isSplitable 方法,避免过多的 Hadoop metric
+
+
+
+## 4 致谢
+
+924060929,  AcKing-Sam, amorynan, AshinGau, BePPPower, BiteTheDDDDt, ByteYue, 
cambyzju,  dongsilun, eldenmoon, feiniaofeiafei, gnehil, Jibing-Li, liaoxin01, 
luwei16,  morningman, morrySnow, mrhhsg, Mryange, nextdreamblue, platoneko,  
starocean999, SWJTU-ZhangLei, wuwenchi, xiaokang, xinyiZzz, Yukang-Lian,  
Yulei-Yang, zclllyybb, zddr, zhangstar333, zhiqiang-hhhh, ziyanTOP, zy-kkk,  
zzzxl1993
diff --git 
a/i18n/zh-CN/docusaurus-plugin-content-docs/version-2.1/releasenotes/release-2.0.8.md
 
b/i18n/zh-CN/docusaurus-plugin-content-docs/version-2.1/releasenotes/release-2.0.8.md
new file mode 100644
index 000000000000..d8252a44e05a
--- /dev/null
+++ 
b/i18n/zh-CN/docusaurus-plugin-content-docs/version-2.1/releasenotes/release-2.0.8.md
@@ -0,0 +1,71 @@
+---
+{
+    "title": "Release 2.0.8",
+    "language": "zh-CN"
+}
+---
+
+<!--
+Licensed to the Apache Software Foundation (ASF) under one
+or more contributor license agreements.  See the NOTICE file
+distributed with this work for additional information
+regarding copyright ownership.  The ASF licenses this file
+to you under the Apache License, Version 2.0 (the
+"License"); you may not use this file except in compliance
+with the License.  You may obtain a copy of the License at
+
+  http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing,
+software distributed under the License is distributed on an
+"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+KIND, either express or implied.  See the License for the
+specific language governing permissions and limitations
+under the License.
+-->
+
+亲爱的社区小伙伴们,[Apache Doris 2.0.8](https://doris.apache.org/download/) 版本已于 2024 年 
04 月 09 日正式与大家见面。本次版本中,有 35 位贡献者提交了约 65 个功能改进以及问题修复,进一步提升了系统的稳定性和性能,欢迎大家下载体验。
+
+**官网下载:** 
[https://doris.apache.org/download/](https://doris.apache.org/download/)
+
+**GitHub 下载:** 
[https://github.com/apache/doris/releases](https://github.com/apache/doris/releases)
+
+## 1 行为变更
+
+由于 `ADMIN SHOW xx` 语句在 MySQL 8.x jdbc driver 不能执行,所以将名字改成 `SHOW xx`
+
+- https://github.com/apache/doris/pull/29492
+
+```sql
+ADMIN SHOW CONFIG -> SHOW CONFIG
+ADMIN SHOW REPLICA -> SHOW REPLICA
+ADMIN DIAGNOSE TABLET -> SHOW TABLET DIAGNOSIS
+ADMIN SHOW TABLET -> SHOW TABLET
+```
+
+
+## 2 新功能
+
+N/A
+
+
+
+## 3 改进和优化
+
+- 新优化器支持 TopN 优化中使用倒排索引
+
+- 限制统计信息 STRING 长度为 1024 以控制 BE 内存消耗
+
+- 修复未创建 JDBC Client 时意外关闭的情况
+
+- 接受所有 Iceberg Database,不再做额外的名字检查
+
+- 异步更新外表行数统计,避免同步更新带来的 Cache miss 和 Plan 不稳定
+
+- 简化 Hive 外表的 isSplitable 方法,避免过多的 Hadoop metric
+
+
+
+## 4 致谢
+
+924060929,  AcKing-Sam, amorynan, AshinGau, BePPPower, BiteTheDDDDt, ByteYue, 
cambyzju,  dongsilun, eldenmoon, feiniaofeiafei, gnehil, Jibing-Li, liaoxin01, 
luwei16,  morningman, morrySnow, mrhhsg, Mryange, nextdreamblue, platoneko,  
starocean999, SWJTU-ZhangLei, wuwenchi, xiaokang, xinyiZzz, Yukang-Lian,  
Yulei-Yang, zclllyybb, zddr, zhangstar333, zhiqiang-hhhh, ziyanTOP, zy-kkk,  
zzzxl1993
diff --git a/sidebars.json b/sidebars.json
index e59d49da27fd..fbf25d1bdf6e 100644
--- a/sidebars.json
+++ b/sidebars.json
@@ -1476,6 +1476,7 @@
             "items": [
                 "releasenotes/release-2.1.1",
                 "releasenotes/release-2.1.0",
+                "releasenotes/release-2.0.8",
                 "releasenotes/release-2.0.7",
                 "releasenotes/release-2.0.6",
                 "releasenotes/release-2.0.5",
diff --git a/src/constant/download.data.ts b/src/constant/download.data.ts
index 994337986319..6a6ec35e9072 100644
--- a/src/constant/download.data.ts
+++ b/src/constant/download.data.ts
@@ -31,7 +31,7 @@ export enum ToolsEnum {
 export const ORIGIN = 
'https://apache-doris-releases.oss-accelerate.aliyuncs.com/';
 export enum VersionEnum {
     Latest = '2.1.1',
-    Prev = '2.0.7',
+    Prev = '2.0.8',
     // Earlier = '1.1.5',
 }
 export enum DownloadTypeEnum {
@@ -74,36 +74,36 @@ export const DORIS_VERSIONS: Option[] = [
         ],
     },
     {
-        label: '2.0.7',
-        value: '2.0.7',
+        label: '2.0.8',
+        value: '2.0.8',
         majorVersion: '2.0',
         children: [
             {
                 label: CPUEnum.X64,
                 value: CPUEnum.X64,
-                gz: `${ORIGIN}apache-doris-2.0.7-bin-x64.tar.gz`,
-                asc: `${ORIGIN}apache-doris-2.0.7-bin-x64.tar.gz.asc`,
-                sha512: `${ORIGIN}apache-doris-2.0.7-bin-x64.tar.gz.sha512`,
-                source: 'https://downloads.apache.org/doris/2.0/2.0.7/',
-                version: '2.0.7',
+                gz: `${ORIGIN}apache-doris-2.0.8-bin-x64.tar.gz`,
+                asc: `${ORIGIN}apache-doris-2.0.8-bin-x64.tar.gz.asc`,
+                sha512: `${ORIGIN}apache-doris-2.0.8-bin-x64.tar.gz.sha512`,
+                source: 'https://downloads.apache.org/doris/2.0/2.0.8/',
+                version: '2.0.8',
             },
             {
                 label: CPUEnum.X64NoAvx2,
                 value: CPUEnum.X64NoAvx2,
-                gz: `${ORIGIN}apache-doris-2.0.7-bin-x64-noavx2.tar.gz`,
-                asc: `${ORIGIN}apache-doris-2.0.7-bin-x64-noavx2.tar.gz.asc`,
-                sha512: 
`${ORIGIN}apache-doris-2.0.7-bin-x64-noavx2.tar.gz.sha512`,
-                source: 'https://downloads.apache.org/doris/2.0/2.0.7/',
-                version: '2.0.7',
+                gz: `${ORIGIN}apache-doris-2.0.8-bin-x64-noavx2.tar.gz`,
+                asc: `${ORIGIN}apache-doris-2.0.8-bin-x64-noavx2.tar.gz.asc`,
+                sha512: 
`${ORIGIN}apache-doris-2.0.8-bin-x64-noavx2.tar.gz.sha512`,
+                source: 'https://downloads.apache.org/doris/2.0/2.0.8/',
+                version: '2.0.8',
             },
             {
                 label: CPUEnum.ARM64,
                 value: CPUEnum.ARM64,
-                gz: `${ORIGIN}apache-doris-2.0.7-bin-arm64.tar.gz`,
-                asc: `${ORIGIN}apache-doris-2.0.7-bin-arm64.tar.gz.asc`,
-                sha512: `${ORIGIN}apache-doris-2.0.7-bin-arm64.tar.gz.sha512`,
-                source: 'https://downloads.apache.org/doris/2.0/2.0.7/',
-                version: '2.0.7',
+                gz: `${ORIGIN}apache-doris-2.0.8-bin-arm64.tar.gz`,
+                asc: `${ORIGIN}apache-doris-2.0.8-bin-arm64.tar.gz.asc`,
+                sha512: `${ORIGIN}apache-doris-2.0.8-bin-arm64.tar.gz.sha512`,
+                source: 'https://downloads.apache.org/doris/2.0/2.0.8/',
+                version: '2.0.8',
             },
         ],
     },
@@ -199,6 +199,40 @@ export const ALL_VERSIONS: AllVersionOption[] = [
         label: '2.0',
         value: '2.0',
         children: [
+            {
+                label: '2.0.8',
+                value: '2.0.8',
+                majorVersion: '2.0',
+                items: [
+                    {
+                        label: CPUEnum.X64,
+                        value: CPUEnum.X64,
+                        gz: `${ORIGIN}apache-doris-2.0.8-bin-x64.tar.gz`,
+                        asc: `${ORIGIN}apache-doris-2.0.8-bin-x64.tar.gz.asc`,
+                        sha512: 
`${ORIGIN}apache-doris-2.0.8-bin-x64.tar.gz.sha512`,
+                        source: 
'https://downloads.apache.org/doris/2.0/2.0.8/',
+                        version: '2.0.8',
+                    },
+                    {
+                        label: CPUEnum.X64NoAvx2,
+                        value: CPUEnum.X64NoAvx2,
+                        gz: 
`${ORIGIN}apache-doris-2.0.8-bin-x64-noavx2.tar.gz`,
+                        asc: 
`${ORIGIN}apache-doris-2.0.8-bin-x64-noavx2.tar.gz.asc`,
+                        sha512: 
`${ORIGIN}apache-doris-2.0.8-bin-x64-noavx2.tar.gz.sha512`,
+                        source: 
'https://downloads.apache.org/doris/2.0/2.0.8/',
+                        version: '2.0.8',
+                    },
+                    {
+                        label: CPUEnum.ARM64,
+                        value: CPUEnum.ARM64,
+                        gz: `${ORIGIN}apache-doris-2.0.8-bin-arm64.tar.gz`,
+                        asc: 
`${ORIGIN}apache-doris-2.0.8-bin-arm64.tar.gz.asc`,
+                        sha512: 
`${ORIGIN}apache-doris-2.0.8-bin-arm64.tar.gz.sha512`,
+                        source: 
'https://downloads.apache.org/doris/2.0/2.0.8/',
+                        version: '2.0.8',
+                    },
+                ],
+            },
             {
                 label: '2.0.7',
                 value: '2.0.7',
diff --git a/static/images/2.0.8.png b/static/images/2.0.8.png
new file mode 100644
index 000000000000..85ba4458d56f
Binary files /dev/null and b/static/images/2.0.8.png differ
diff --git a/versioned_docs/version-2.0/releasenotes/release-2.0.8.md 
b/versioned_docs/version-2.0/releasenotes/release-2.0.8.md
new file mode 100644
index 000000000000..d881a80628b4
--- /dev/null
+++ b/versioned_docs/version-2.0/releasenotes/release-2.0.8.md
@@ -0,0 +1,76 @@
+---
+{
+    "title": "Release 2.0.8",
+    "language": "en"
+}
+---
+
+<!--
+Licensed to the Apache Software Foundation (ASF) under one
+or more contributor license agreements.  See the NOTICE file
+distributed with this work for additional information
+regarding copyright ownership.  The ASF licenses this file
+to you under the Apache License, Version 2.0 (the
+"License"); you may not use this file except in compliance
+with the License.  You may obtain a copy of the License at
+
+  http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing,
+software distributed under the License is distributed on an
+"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+KIND, either express or implied.  See the License for the
+specific language governing permissions and limitations
+under the License.
+-->
+
+
+Thanks to our community users and developers, about 65 improvements and bug 
fixes have been made in Doris 2.0.8 version.
+
+- **Quick Download** : 
[https://doris.apache.org/download/](https://doris.apache.org/download/)
+
+- **GitHub** : 
[https://github.com/apache/doris/releases](https://github.com/apache/doris/releases)
+
+
+
+## 1 Behavior change
+
+The `ADMIN SHOW` statement can not be executed with high version of MySQL 8.x 
jdbc driver. So rename these statement, remove the `ADMIN` keywords. 
+
+- https://github.com/apache/doris/pull/29492
+
+```sql
+ADMIN SHOW CONFIG -> SHOW CONFIG
+ADMIN SHOW REPLICA -> SHOW REPLICA
+ADMIN DIAGNOSE TABLET -> SHOW TABLET DIAGNOSIS
+ADMIN SHOW TABLET -> SHOW TABLET
+```
+
+
+## 2 New features
+
+N/A
+
+
+
+## 3 Improvement and optimizations
+
+- Make Inverted Index work with TopN opt in Nereids
+
+- Limit the max string length to 1024 while collecting column stats to control 
BE memory usage
+
+- JDBC Catalog close when JDBC client is not empty
+
+- Accept all Iceberg database and do not check the name format of database
+
+- Refresh external table's rowcount async to avoid cache miss and unstable 
query plan
+
+- Simplify the isSplitable method of hive external table to avoid too many 
hadoop metrics
+
+See the complete list of improvements and bug fixes on 
[GitHub](https://github.com/apache/doris/compare/2.0.7...2.0.8) .
+
+## 4 Credits
+
+Thanks all who contribute to this release:
+
+924060929,  AcKing-Sam, amorynan, AshinGau, BePPPower, BiteTheDDDDt, ByteYue, 
cambyzju,  dongsilun, eldenmoon, feiniaofeiafei, gnehil, Jibing-Li, liaoxin01, 
luwei16,  morningman, morrySnow, mrhhsg, Mryange, nextdreamblue, platoneko,  
starocean999, SWJTU-ZhangLei, wuwenchi, xiaokang, xinyiZzz, Yukang-Lian,  
Yulei-Yang, zclllyybb, zddr, zhangstar333, zhiqiang-hhhh, ziyanTOP, zy-kkk,  
zzzxl1993
\ No newline at end of file
diff --git a/versioned_docs/version-2.1/releasenotes/release-2.0.8.md 
b/versioned_docs/version-2.1/releasenotes/release-2.0.8.md
new file mode 100644
index 000000000000..d881a80628b4
--- /dev/null
+++ b/versioned_docs/version-2.1/releasenotes/release-2.0.8.md
@@ -0,0 +1,76 @@
+---
+{
+    "title": "Release 2.0.8",
+    "language": "en"
+}
+---
+
+<!--
+Licensed to the Apache Software Foundation (ASF) under one
+or more contributor license agreements.  See the NOTICE file
+distributed with this work for additional information
+regarding copyright ownership.  The ASF licenses this file
+to you under the Apache License, Version 2.0 (the
+"License"); you may not use this file except in compliance
+with the License.  You may obtain a copy of the License at
+
+  http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing,
+software distributed under the License is distributed on an
+"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+KIND, either express or implied.  See the License for the
+specific language governing permissions and limitations
+under the License.
+-->
+
+
+Thanks to our community users and developers, about 65 improvements and bug 
fixes have been made in Doris 2.0.8 version.
+
+- **Quick Download** : 
[https://doris.apache.org/download/](https://doris.apache.org/download/)
+
+- **GitHub** : 
[https://github.com/apache/doris/releases](https://github.com/apache/doris/releases)
+
+
+
+## 1 Behavior change
+
+The `ADMIN SHOW` statement can not be executed with high version of MySQL 8.x 
jdbc driver. So rename these statement, remove the `ADMIN` keywords. 
+
+- https://github.com/apache/doris/pull/29492
+
+```sql
+ADMIN SHOW CONFIG -> SHOW CONFIG
+ADMIN SHOW REPLICA -> SHOW REPLICA
+ADMIN DIAGNOSE TABLET -> SHOW TABLET DIAGNOSIS
+ADMIN SHOW TABLET -> SHOW TABLET
+```
+
+
+## 2 New features
+
+N/A
+
+
+
+## 3 Improvement and optimizations
+
+- Make Inverted Index work with TopN opt in Nereids
+
+- Limit the max string length to 1024 while collecting column stats to control 
BE memory usage
+
+- JDBC Catalog close when JDBC client is not empty
+
+- Accept all Iceberg database and do not check the name format of database
+
+- Refresh external table's rowcount async to avoid cache miss and unstable 
query plan
+
+- Simplify the isSplitable method of hive external table to avoid too many 
hadoop metrics
+
+See the complete list of improvements and bug fixes on 
[GitHub](https://github.com/apache/doris/compare/2.0.7...2.0.8) .
+
+## 4 Credits
+
+Thanks all who contribute to this release:
+
+924060929,  AcKing-Sam, amorynan, AshinGau, BePPPower, BiteTheDDDDt, ByteYue, 
cambyzju,  dongsilun, eldenmoon, feiniaofeiafei, gnehil, Jibing-Li, liaoxin01, 
luwei16,  morningman, morrySnow, mrhhsg, Mryange, nextdreamblue, platoneko,  
starocean999, SWJTU-ZhangLei, wuwenchi, xiaokang, xinyiZzz, Yukang-Lian,  
Yulei-Yang, zclllyybb, zddr, zhangstar333, zhiqiang-hhhh, ziyanTOP, zy-kkk,  
zzzxl1993
\ No newline at end of file
diff --git a/versioned_sidebars/version-2.0-sidebars.json 
b/versioned_sidebars/version-2.0-sidebars.json
index 14aa07868a38..8757c00412ba 100644
--- a/versioned_sidebars/version-2.0-sidebars.json
+++ b/versioned_sidebars/version-2.0-sidebars.json
@@ -1392,6 +1392,7 @@
             "type": "category",
             "label": "Release notes",
             "items": [
+                "releasenotes/release-2.0.8",
                 "releasenotes/release-2.0.7",
                 "releasenotes/release-2.0.6",
                 "releasenotes/release-2.0.5",
diff --git a/versioned_sidebars/version-2.1-sidebars.json 
b/versioned_sidebars/version-2.1-sidebars.json
index a6644c4aa1f7..8feadef26174 100644
--- a/versioned_sidebars/version-2.1-sidebars.json
+++ b/versioned_sidebars/version-2.1-sidebars.json
@@ -1460,6 +1460,7 @@
             "items": [
                 "releasenotes/release-2.1.1",
                 "releasenotes/release-2.1.0",
+                "releasenotes/release-2.0.8",
                 "releasenotes/release-2.0.7",
                 "releasenotes/release-2.0.6",
                 "releasenotes/release-2.0.5",


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

Reply via email to