This is an automated email from the ASF dual-hosted git repository.
github-bot pushed a commit to branch asf-site
in repository https://gitbox.apache.org/repos/asf/dolphinscheduler-website.git
The following commit(s) were added to refs/heads/asf-site by this push:
new 47f213af70 Automated deployment:
3ce7b145a74438dafb99913066bef683959967d4
47f213af70 is described below
commit 47f213af70b1ffd7fed6bf710d221093e923bfab
Author: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
AuthorDate: Thu Nov 21 05:06:11 2024 +0000
Automated deployment: 3ce7b145a74438dafb99913066bef683959967d4
---
data/doc/en-us.json | 4 ++--
data/doc/zh-cn.json | 4 ++--
pages/doc/en-us/dev/architecture/configuration.json | 2 +-
pages/doc/en-us/dev/guide/upgrade/incompatible.json | 2 +-
pages/doc/zh-cn/dev/architecture/configuration.json | 2 +-
pages/doc/zh-cn/dev/guide/upgrade/incompatible.json | 2 +-
python/2.0.5/.buildinfo | 2 +-
python/2.0.6/.buildinfo | 2 +-
python/2.0.7/.buildinfo | 2 +-
python/3.0.0/.buildinfo | 2 +-
python/3.0.1/.buildinfo | 2 +-
python/3.1.0/.buildinfo | 2 +-
python/4.0.0/.buildinfo | 2 +-
python/4.0.1/.buildinfo | 2 +-
python/4.0.2/.buildinfo | 2 +-
python/4.0.3/.buildinfo | 2 +-
python/4.0.4/.buildinfo | 2 +-
python/main/.buildinfo | 2 +-
18 files changed, 20 insertions(+), 20 deletions(-)
diff --git a/data/doc/en-us.json b/data/doc/en-us.json
index 2cdeded786..2a3283fac5 100644
--- a/data/doc/en-us.json
+++ b/data/doc/en-us.json
@@ -35569,7 +35569,7 @@
]
},
{
- "content": "Incompatible\nThis document records the incompatible updates
between each version. You need to check this document before you upgrade to
related version.\ndev\n\nUpgrade mysql driver version from 8.0.16 to 8.0.33
(#14684)\nChange env PYTHON_HOME to PYTHON_LAUNCHER and DATAX_HOME to
DATAX_LAUNCHER (#14523)\nChange regex matching sql params in SQL task plugin
(#13378)\nRemove the spark version of spark task (#11860).\nChange the default
unix shell executor from sh to bash ( [...]
+ "content": "Incompatible\nThis document records the incompatible updates
between each version. You need to check this document before you upgrade to
related version.\ndev\n\nUpgrade mysql driver version from 8.0.16 to 8.0.33
(#14684)\nChange env PYTHON_HOME to PYTHON_LAUNCHER and DATAX_HOME to
DATAX_LAUNCHER (#14523)\nChange regex matching sql params in SQL task plugin
(#13378)\nRemove the spark version of spark task (#11860).\nChange the default
unix shell executor from sh to bash ( [...]
"version": "dev",
"link": "/guide/upgrade/incompatible",
"title": "Incompatible",
@@ -35702,7 +35702,7 @@
]
},
{
- "content": "\nConfiguration\nPreface\nThis document explains the
DolphinScheduler application configurations.\nDirectory Structure\nThe
directory structure of DolphinScheduler is as follows:\n├── LICENSE\n│\n├──
NOTICE\n│\n├── licenses directory of
licenses\n│\n├── bin directory of
DolphinScheduler application commands, configurations scripts\n│ ├──
dolphinscheduler-daemon.sh script to start or [...]
+ "content": "\nConfiguration\nPreface\nThis document explains the
DolphinScheduler application configurations.\nDirectory Structure\nThe
directory structure of DolphinScheduler is as follows:\n├── LICENSE\n│\n├──
NOTICE\n│\n├── licenses directory of
licenses\n│\n├── bin directory of
DolphinScheduler application commands, configurations scripts\n│ ├──
dolphinscheduler-daemon.sh script to start or [...]
"version": "dev",
"link": "/architecture/configuration",
"title": "Configuration",
diff --git a/data/doc/zh-cn.json b/data/doc/zh-cn.json
index 854f202e65..63beea2e47 100644
--- a/data/doc/zh-cn.json
+++ b/data/doc/zh-cn.json
@@ -31321,7 +31321,7 @@
]
},
{
- "content":
"不向前兼容的更新\n本文档记录了各版本之间不兼容的更新内容。在升级到相关版本前,请检查本文档。\ndev\n\n将mysql驱动版本从8.0.16升级至8.0.33
(#14684)\n更改了环境变量名称,将 PYTHON_HOME 改为 PYTHON_LAUNCHER, 将 DATAX_HOME 改为
DATAX_LAUNCHER (#14523)\n更新了SQL任务中用于匹配变量的正则表达式 (#13378)\nRemove the spark
version of spark task (#11860).\nChange the default unix shell executor from sh
to bash (#12180).\nRemove deleteSource in download() of StorageOperate
(#14084)\n\n3.2.0\n\n资源中心相关接口删除请求参数 description (#14394)\n\n3.0.0\n\nCopy and
import workflow with [...]
+ "content":
"不向前兼容的更新\n本文档记录了各版本之间不兼容的更新内容。在升级到相关版本前,请检查本文档。\ndev\n\n将mysql驱动版本从8.0.16升级至8.0.33
(#14684)\n更改了环境变量名称,将 PYTHON_HOME 改为 PYTHON_LAUNCHER, 将 DATAX_HOME 改为
DATAX_LAUNCHER (#14523)\n更新了SQL任务中用于匹配变量的正则表达式 (#13378)\nRemove the spark
version of spark task (#11860).\nChange the default unix shell executor from sh
to bash (#12180).\nRemove deleteSource in download() of StorageOperate
(#14084)\n\n3.2.0\n\n资源中心相关接口删除请求参数 description (#14394)\n\n3.0.0\n\nCopy and
import workflow with [...]
"version": "dev",
"link": "/guide/upgrade/incompatible",
"title": "不向前兼容的更新",
@@ -31454,7 +31454,7 @@
]
},
{
- "content":
"\n前言\n本文档为dolphinscheduler配置文件说明文档。\n目录结构\nDolphinScheduler的目录结构如下:\n├──
LICENSE\n│\n├── NOTICE\n│\n├── licenses
licenses存放目录\n│\n├── bin
DolphinScheduler命令和环境变量配置存放目录\n│ ├── dolphinscheduler-daemon.sh
启动/关闭DolphinScheduler服务脚本\n│ ├── env
环境变量配置存放目录\n│ │ ├── dolphinscheduler_env.sh
当使用`dolphinscheduler-daemon.sh`脚本起停服务时,运行此脚本加载环境变 [...]
+ "content":
"\n前言\n本文档为dolphinscheduler配置文件说明文档。\n目录结构\nDolphinScheduler的目录结构如下:\n├──
LICENSE\n│\n├── NOTICE\n│\n├── licenses
licenses存放目录\n│\n├── bin
DolphinScheduler命令和环境变量配置存放目录\n│ ├── dolphinscheduler-daemon.sh
启动/关闭DolphinScheduler服务脚本\n│ ├── env
环境变量配置存放目录\n│ │ ├── dolphinscheduler_env.sh
当使用`dolphinscheduler-daemon.sh`脚本起停服务时,运行此脚本加载环境变 [...]
"version": "dev",
"link": "/architecture/configuration",
"title": "前言",
diff --git a/pages/doc/en-us/dev/architecture/configuration.json
b/pages/doc/en-us/dev/architecture/configuration.json
index f55ad4d7a3..2d6aa6edca 100644
--- a/pages/doc/en-us/dev/architecture/configuration.json
+++ b/pages/doc/en-us/dev/architecture/configuration.json
@@ -1,5 +1,5 @@
{
- "__html": "<!-- markdown-link-check-disable -->\n<h1
id=\"configuration\">Configuration</h1>\n<h2
id=\"preface\">Preface</h2>\n<p>This document explains the DolphinScheduler
application configurations.</p>\n<h2 id=\"directory-structure\">Directory
Structure</h2>\n<p>The directory structure of DolphinScheduler is as
follows:</p>\n<pre><code>├── LICENSE\n│\n├── NOTICE\n│\n├── licenses
directory of licenses\n│\n├── bin
[...]
+ "__html": "<!-- markdown-link-check-disable -->\n<h1
id=\"configuration\">Configuration</h1>\n<h2
id=\"preface\">Preface</h2>\n<p>This document explains the DolphinScheduler
application configurations.</p>\n<h2 id=\"directory-structure\">Directory
Structure</h2>\n<p>The directory structure of DolphinScheduler is as
follows:</p>\n<pre><code>├── LICENSE\n│\n├── NOTICE\n│\n├── licenses
directory of licenses\n│\n├── bin
[...]
"location": [
"Architecture Guide",
"Configuration File"
diff --git a/pages/doc/en-us/dev/guide/upgrade/incompatible.json
b/pages/doc/en-us/dev/guide/upgrade/incompatible.json
index f6cb07e88e..e919e2350b 100644
--- a/pages/doc/en-us/dev/guide/upgrade/incompatible.json
+++ b/pages/doc/en-us/dev/guide/upgrade/incompatible.json
@@ -1,5 +1,5 @@
{
- "__html": "<h1 id=\"incompatible\">Incompatible</h1>\n<p>This document
records the incompatible updates between each version. You need to check this
document before you upgrade to related version.</p>\n<h2
id=\"dev\">dev</h2>\n<ul>\n<li>Upgrade mysql driver version from 8.0.16 to
8.0.33 (<a
href=\"https://github.com/apache/dolphinscheduler/pull/14684\">#14684</a>)</li>\n<li>Change
env <code>PYTHON_HOME</code> to <code>PYTHON_LAUNCHER</code> and
<code>DATAX_HOME</code> to <code>DATAX_LA [...]
+ "__html": "<h1 id=\"incompatible\">Incompatible</h1>\n<p>This document
records the incompatible updates between each version. You need to check this
document before you upgrade to related version.</p>\n<h2
id=\"dev\">dev</h2>\n<ul>\n<li>Upgrade mysql driver version from 8.0.16 to
8.0.33 (<a
href=\"https://github.com/apache/dolphinscheduler/pull/14684\">#14684</a>)</li>\n<li>Change
env <code>PYTHON_HOME</code> to <code>PYTHON_LAUNCHER</code> and
<code>DATAX_HOME</code> to <code>DATAX_LA [...]
"location": [
"Introduction to Functions",
"Upgrade",
diff --git a/pages/doc/zh-cn/dev/architecture/configuration.json
b/pages/doc/zh-cn/dev/architecture/configuration.json
index a7e4c64630..cf85c4e440 100644
--- a/pages/doc/zh-cn/dev/architecture/configuration.json
+++ b/pages/doc/zh-cn/dev/architecture/configuration.json
@@ -1,5 +1,5 @@
{
- "__html": "<!-- markdown-link-check-disable -->\n<h1
id=\"前言\">前言</h1>\n<p>本文档为dolphinscheduler配置文件说明文档。</p>\n<h1
id=\"目录结构\">目录结构</h1>\n<p>DolphinScheduler的目录结构如下:</p>\n<pre><code>├──
LICENSE\n│\n├── NOTICE\n│\n├── licenses
licenses存放目录\n│\n├── bin
DolphinScheduler命令和环境变量配置存放目录\n│ ├── dolphinscheduler-daemon.sh
启动/关闭DolphinScheduler服务脚本\n│ ├── env
环境变量配置存放目录\ [...]
+ "__html": "<!-- markdown-link-check-disable -->\n<h1
id=\"前言\">前言</h1>\n<p>本文档为dolphinscheduler配置文件说明文档。</p>\n<h1
id=\"目录结构\">目录结构</h1>\n<p>DolphinScheduler的目录结构如下:</p>\n<pre><code>├──
LICENSE\n│\n├── NOTICE\n│\n├── licenses
licenses存放目录\n│\n├── bin
DolphinScheduler命令和环境变量配置存放目录\n│ ├── dolphinscheduler-daemon.sh
启动/关闭DolphinScheduler服务脚本\n│ ├── env
环境变量配置存放目录\ [...]
"location": [
"架构设计",
"配置文件"
diff --git a/pages/doc/zh-cn/dev/guide/upgrade/incompatible.json
b/pages/doc/zh-cn/dev/guide/upgrade/incompatible.json
index 8cf704a1e3..bbd5641c7e 100644
--- a/pages/doc/zh-cn/dev/guide/upgrade/incompatible.json
+++ b/pages/doc/zh-cn/dev/guide/upgrade/incompatible.json
@@ -1,5 +1,5 @@
{
- "__html": "<h1
id=\"不向前兼容的更新\">不向前兼容的更新</h1>\n<p>本文档记录了各版本之间不兼容的更新内容。在升级到相关版本前,请检查本文档。</p>\n<h2
id=\"dev\">dev</h2>\n<ul>\n<li>将mysql驱动版本从8.0.16升级至8.0.33 (<a
href=\"https://github.com/apache/dolphinscheduler/pull/14684\">#14684</a>)</li>\n<li>更改了环境变量名称,将
<code>PYTHON_HOME</code> 改为 <code>PYTHON_LAUNCHER</code>, 将
<code>DATAX_HOME</code> 改为 <code>DATAX_LAUNCHER</code> (<a
href=\"https://github.com/apache/dolphinscheduler/pull/14523\">#14523</a>)</li>\n<li>更新了SQL任务中用于匹配变量的正则表达式
(<a href= [...]
+ "__html": "<h1
id=\"不向前兼容的更新\">不向前兼容的更新</h1>\n<p>本文档记录了各版本之间不兼容的更新内容。在升级到相关版本前,请检查本文档。</p>\n<h2
id=\"dev\">dev</h2>\n<ul>\n<li>将mysql驱动版本从8.0.16升级至8.0.33 (<a
href=\"https://github.com/apache/dolphinscheduler/pull/14684\">#14684</a>)</li>\n<li>更改了环境变量名称,将
<code>PYTHON_HOME</code> 改为 <code>PYTHON_LAUNCHER</code>, 将
<code>DATAX_HOME</code> 改为 <code>DATAX_LAUNCHER</code> (<a
href=\"https://github.com/apache/dolphinscheduler/pull/14523\">#14523</a>)</li>\n<li>更新了SQL任务中用于匹配变量的正则表达式
(<a href= [...]
"location": [
"功能介绍",
"升级",
diff --git a/python/2.0.5/.buildinfo b/python/2.0.5/.buildinfo
index 8f41ce53ad..77ec5f42c3 100644
--- a/python/2.0.5/.buildinfo
+++ b/python/2.0.5/.buildinfo
@@ -1,4 +1,4 @@
# Sphinx build info version 1
# This file records the configuration used when building these files. When it
is not found, a full rebuild will be done.
-config: dcd09bb2d7d39f76fdf9da7b4a86cb4e
+config: eaeea082b9b66d4883c245b6c2e0e3c0
tags: 645f666f9bcd5a90fca523b33c5a78b7
diff --git a/python/2.0.6/.buildinfo b/python/2.0.6/.buildinfo
index 0825770d91..4a223a29fa 100644
--- a/python/2.0.6/.buildinfo
+++ b/python/2.0.6/.buildinfo
@@ -1,4 +1,4 @@
# Sphinx build info version 1
# This file records the configuration used when building these files. When it
is not found, a full rebuild will be done.
-config: e4c13f7fb1ee18215220699d0ef8ab59
+config: 6da05a9cefc3c1d12c28763e3bb87129
tags: 645f666f9bcd5a90fca523b33c5a78b7
diff --git a/python/2.0.7/.buildinfo b/python/2.0.7/.buildinfo
index 6297d21e31..08992e8c4d 100644
--- a/python/2.0.7/.buildinfo
+++ b/python/2.0.7/.buildinfo
@@ -1,4 +1,4 @@
# Sphinx build info version 1
# This file records the configuration used when building these files. When it
is not found, a full rebuild will be done.
-config: 713a495bcd24ca1f265de1e13c50a125
+config: 1d15fb8b50f2f791cbe520696b6a5b1a
tags: 645f666f9bcd5a90fca523b33c5a78b7
diff --git a/python/3.0.0/.buildinfo b/python/3.0.0/.buildinfo
index 17d68d8270..2f21d24217 100644
--- a/python/3.0.0/.buildinfo
+++ b/python/3.0.0/.buildinfo
@@ -1,4 +1,4 @@
# Sphinx build info version 1
# This file records the configuration used when building these files. When it
is not found, a full rebuild will be done.
-config: d195c6bffb04a633d8888612415adf7e
+config: 73451bc5380abc0adfe78b6238f7cf1a
tags: 645f666f9bcd5a90fca523b33c5a78b7
diff --git a/python/3.0.1/.buildinfo b/python/3.0.1/.buildinfo
index 0438dac360..3096f7b6e2 100644
--- a/python/3.0.1/.buildinfo
+++ b/python/3.0.1/.buildinfo
@@ -1,4 +1,4 @@
# Sphinx build info version 1
# This file records the configuration used when building these files. When it
is not found, a full rebuild will be done.
-config: 25018c5b9ce643574214aa89efb32720
+config: 3bf182d21eb01fa7f9e7af176b145595
tags: 645f666f9bcd5a90fca523b33c5a78b7
diff --git a/python/3.1.0/.buildinfo b/python/3.1.0/.buildinfo
index fa05fd6fff..f1272c504f 100644
--- a/python/3.1.0/.buildinfo
+++ b/python/3.1.0/.buildinfo
@@ -1,4 +1,4 @@
# Sphinx build info version 1
# This file records the configuration used when building these files. When it
is not found, a full rebuild will be done.
-config: de6335d46a2b72d8ca271ad14ad9599b
+config: bb493f31824e3acb6f260b0424640a34
tags: 645f666f9bcd5a90fca523b33c5a78b7
diff --git a/python/4.0.0/.buildinfo b/python/4.0.0/.buildinfo
index de677d681e..c221c8f5fc 100644
--- a/python/4.0.0/.buildinfo
+++ b/python/4.0.0/.buildinfo
@@ -1,4 +1,4 @@
# Sphinx build info version 1
# This file records the configuration used when building these files. When it
is not found, a full rebuild will be done.
-config: f8d43f52c93b525545aa7786ecc433ab
+config: 79d9a038b24c7e9e95b8da2f137350a0
tags: 645f666f9bcd5a90fca523b33c5a78b7
diff --git a/python/4.0.1/.buildinfo b/python/4.0.1/.buildinfo
index e2e9ca1b3e..33f34ec47a 100644
--- a/python/4.0.1/.buildinfo
+++ b/python/4.0.1/.buildinfo
@@ -1,4 +1,4 @@
# Sphinx build info version 1
# This file records the configuration used when building these files. When it
is not found, a full rebuild will be done.
-config: afe2758b5389861319d613b6b32c3d5f
+config: 3eeafb6ef23cd107df206dade622957f
tags: 645f666f9bcd5a90fca523b33c5a78b7
diff --git a/python/4.0.2/.buildinfo b/python/4.0.2/.buildinfo
index 25eef075a0..50b0108fa7 100644
--- a/python/4.0.2/.buildinfo
+++ b/python/4.0.2/.buildinfo
@@ -1,4 +1,4 @@
# Sphinx build info version 1
# This file records the configuration used when building these files. When it
is not found, a full rebuild will be done.
-config: 897e882b433274d98ec4eab1c08e6ef0
+config: 46f0fae2f75f5177af49280a05c2a9c9
tags: 645f666f9bcd5a90fca523b33c5a78b7
diff --git a/python/4.0.3/.buildinfo b/python/4.0.3/.buildinfo
index ae0b7a3d26..6636716c8a 100644
--- a/python/4.0.3/.buildinfo
+++ b/python/4.0.3/.buildinfo
@@ -1,4 +1,4 @@
# Sphinx build info version 1
# This file records the configuration used when building these files. When it
is not found, a full rebuild will be done.
-config: 789188a004a788947778e01009e0f2f9
+config: 3f4c660339824f70694cf6163837a539
tags: 645f666f9bcd5a90fca523b33c5a78b7
diff --git a/python/4.0.4/.buildinfo b/python/4.0.4/.buildinfo
index ebb76a41b7..8c0bf35440 100644
--- a/python/4.0.4/.buildinfo
+++ b/python/4.0.4/.buildinfo
@@ -1,4 +1,4 @@
# Sphinx build info version 1
# This file records the configuration used when building these files. When it
is not found, a full rebuild will be done.
-config: 2f35b907c53b1918fd525275eb9ff844
+config: 5d04140313235c16aaa01de7304d13ef
tags: 645f666f9bcd5a90fca523b33c5a78b7
diff --git a/python/main/.buildinfo b/python/main/.buildinfo
index 4b2ba7270b..94d0ea29bd 100644
--- a/python/main/.buildinfo
+++ b/python/main/.buildinfo
@@ -1,4 +1,4 @@
# Sphinx build info version 1
# This file records the configuration used when building these files. When it
is not found, a full rebuild will be done.
-config: c7ff300d3c646b0e04c6381f617fd283
+config: e1453cb6c3dbb1018a34ca20f92a459a
tags: 645f666f9bcd5a90fca523b33c5a78b7