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 fd10b6be1a Automated deployment:
3ce7b145a74438dafb99913066bef683959967d4
fd10b6be1a is described below
commit fd10b6be1afe13b79837919f5170f8d8687ed74e
Author: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
AuthorDate: Sat Nov 30 05:06:07 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 2896abea4d..6e095425ea 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 9c9a75f0eb..839d2bf777 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 2d6aa6edca..652f8cce90 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 e919e2350b..fd936909e4 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 cf85c4e440..87b8c5cd50 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 bbd5641c7e..8f40d01b6e 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 022d3cfa06..30b7ddc16e 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: cdba5f79284bff49844791f10d47526f
+config: 8ff3032ad1ee99e680e9c1afee0bd318
tags: 645f666f9bcd5a90fca523b33c5a78b7
diff --git a/python/2.0.6/.buildinfo b/python/2.0.6/.buildinfo
index c74a1588fe..3e00916301 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: a47c8b03af1ccce158e79801096bb66f
+config: 7a2482072935766880c9031f2462eed2
tags: 645f666f9bcd5a90fca523b33c5a78b7
diff --git a/python/2.0.7/.buildinfo b/python/2.0.7/.buildinfo
index 49c105aef0..fdc96531f4 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: 2e9807ea621b1faa30eb9ab602948193
+config: e5be6f6521b05d6ddd5336618d7ee20b
tags: 645f666f9bcd5a90fca523b33c5a78b7
diff --git a/python/3.0.0/.buildinfo b/python/3.0.0/.buildinfo
index 23d86ffac4..45948ed110 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: f9cbd1d113ac2535f894b23646d37ed9
+config: 2755c70fae73fadb20fe55dc0d597589
tags: 645f666f9bcd5a90fca523b33c5a78b7
diff --git a/python/3.0.1/.buildinfo b/python/3.0.1/.buildinfo
index 7c6f965494..92f47a6c97 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: c6f062b5eaef4dfa7d52809e110edf27
+config: aab8ad987400276747a44f63f6070f4c
tags: 645f666f9bcd5a90fca523b33c5a78b7
diff --git a/python/3.1.0/.buildinfo b/python/3.1.0/.buildinfo
index 21db510cc6..b43283dd5a 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: 53f5e5d5fd91eee38e1684d49fc16099
+config: 19dd9ffbf7b1aa9c2e441a65a078b1a3
tags: 645f666f9bcd5a90fca523b33c5a78b7
diff --git a/python/4.0.0/.buildinfo b/python/4.0.0/.buildinfo
index e05e3f9855..2740e22dfa 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: 28ed6460fb23ee9360cf8ba615dc2894
+config: 04259108860d481e742ff2b39299c007
tags: 645f666f9bcd5a90fca523b33c5a78b7
diff --git a/python/4.0.1/.buildinfo b/python/4.0.1/.buildinfo
index 65028fb39f..3290744767 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: 52c87cbfd658606380a64acb8564bc0c
+config: ca512a0de6469683c7aab95b7f5acd8d
tags: 645f666f9bcd5a90fca523b33c5a78b7
diff --git a/python/4.0.2/.buildinfo b/python/4.0.2/.buildinfo
index db507226ec..b529008d34 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: c2e17913476190c53e7bb4a25228f9ee
+config: 7dd24cf110b1c2d66953bd0568e27819
tags: 645f666f9bcd5a90fca523b33c5a78b7
diff --git a/python/4.0.3/.buildinfo b/python/4.0.3/.buildinfo
index dd290a2bb4..f2e065d3a1 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: f3d8f7271844e2c405c305f9c6e6744d
+config: 0dbea25ec89ea0d894eef25ea3f0f01a
tags: 645f666f9bcd5a90fca523b33c5a78b7
diff --git a/python/4.0.4/.buildinfo b/python/4.0.4/.buildinfo
index 6c9cde91f5..13cfa83291 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: 3e6ffb0ad2c3204a29f5339c3cf3f741
+config: e1d421b360ecd28f72e5c1bb28b91aa3
tags: 645f666f9bcd5a90fca523b33c5a78b7
diff --git a/python/main/.buildinfo b/python/main/.buildinfo
index 0288346eb6..1d3253fd33 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: f2ca4cf601a4873767c7256229ce0401
+config: a1766f8d447512ae8989d5ffdff66cc5
tags: 645f666f9bcd5a90fca523b33c5a78b7