This is an automated email from the ASF dual-hosted git repository.
kirs pushed a commit to branch 1.3.9-prepare
in repository https://gitbox.apache.org/repos/asf/dolphinscheduler.git
The following commit(s) were added to refs/heads/1.3.9-prepare by this push:
new 04ca2fd [1.3.9-prepare]upgrade version (#6549)
04ca2fd is described below
commit 04ca2fd461cad2a97fcddb6ba147631d9845bbee
Author: Kirs <[email protected]>
AuthorDate: Sat Oct 16 19:53:57 2021 +0800
[1.3.9-prepare]upgrade version (#6549)
---
.../common-services/DOLPHIN/{1.3.8 => 1.3.9}/alerts.json | 6 +++---
.../DOLPHIN/{1.3.8 => 1.3.9}/configuration/dolphin-alert.xml | 0
.../{1.3.8 => 1.3.9}/configuration/dolphin-application-api.xml | 0
.../DOLPHIN/{1.3.8 => 1.3.9}/configuration/dolphin-common.xml | 0
.../DOLPHIN/{1.3.8 => 1.3.9}/configuration/dolphin-datasource.xml | 0
.../DOLPHIN/{1.3.8 => 1.3.9}/configuration/dolphin-env.xml | 0
.../DOLPHIN/{1.3.8 => 1.3.9}/configuration/dolphin-master.xml | 0
.../DOLPHIN/{1.3.8 => 1.3.9}/configuration/dolphin-quartz.xml | 0
.../DOLPHIN/{1.3.8 => 1.3.9}/configuration/dolphin-worker.xml | 0
.../DOLPHIN/{1.3.8 => 1.3.9}/configuration/dolphin-zookeeper.xml | 0
.../common-services/DOLPHIN/{1.3.8 => 1.3.9}/metainfo.xml | 2 +-
.../package/alerts/alert_dolphin_scheduler_status.py | 0
.../{1.3.8 => 1.3.9}/package/scripts/dolphin_alert_service.py | 0
.../{1.3.8 => 1.3.9}/package/scripts/dolphin_api_service.py | 0
.../DOLPHIN/{1.3.8 => 1.3.9}/package/scripts/dolphin_env.py | 0
.../{1.3.8 => 1.3.9}/package/scripts/dolphin_logger_service.py | 0
.../{1.3.8 => 1.3.9}/package/scripts/dolphin_master_service.py | 0
.../{1.3.8 => 1.3.9}/package/scripts/dolphin_worker_service.py | 0
.../DOLPHIN/{1.3.8 => 1.3.9}/package/scripts/params.py | 0
.../DOLPHIN/{1.3.8 => 1.3.9}/package/scripts/service_check.py | 0
.../DOLPHIN/{1.3.8 => 1.3.9}/package/scripts/status_params.py | 0
.../{1.3.8 => 1.3.9}/package/templates/alert.properties.j2 | 0
.../package/templates/application-api.properties.j2 | 0
.../{1.3.8 => 1.3.9}/package/templates/common.properties.j2 | 0
.../{1.3.8 => 1.3.9}/package/templates/datasource.properties.j2 | 0
.../{1.3.8 => 1.3.9}/package/templates/dolphin-daemon.sh.j2 | 0
.../{1.3.8 => 1.3.9}/package/templates/master.properties.j2 | 0
.../{1.3.8 => 1.3.9}/package/templates/quartz.properties.j2 | 0
.../{1.3.8 => 1.3.9}/package/templates/worker.properties.j2 | 0
.../{1.3.8 => 1.3.9}/package/templates/zookeeper.properties.j2 | 0
.../DOLPHIN/{1.3.8 => 1.3.9}/quicklinks/quicklinks.json | 0
.../common-services/DOLPHIN/{1.3.8 => 1.3.9}/themes/theme.json | 0
ambari_plugin/statcks/DOLPHIN/metainfo.xml | 2 +-
docker/docker-swarm/docker-compose.yml | 8 ++++----
docker/docker-swarm/docker-stack.yml | 8 ++++----
docker/kubernetes/dolphinscheduler/Chart.yaml | 2 +-
docker/kubernetes/dolphinscheduler/values.yaml | 2 +-
sql/dolphinscheduler_h2.sql | 2 +-
sql/dolphinscheduler_mysql.sql | 2 +-
sql/dolphinscheduler_postgre.sql | 2 +-
sql/soft_version | 2 +-
41 files changed, 19 insertions(+), 19 deletions(-)
diff --git a/ambari_plugin/common-services/DOLPHIN/1.3.8/alerts.json
b/ambari_plugin/common-services/DOLPHIN/1.3.9/alerts.json
similarity index 95%
rename from ambari_plugin/common-services/DOLPHIN/1.3.8/alerts.json
rename to ambari_plugin/common-services/DOLPHIN/1.3.9/alerts.json
index 8483d58..3126fda 100644
--- a/ambari_plugin/common-services/DOLPHIN/1.3.8/alerts.json
+++ b/ambari_plugin/common-services/DOLPHIN/1.3.9/alerts.json
@@ -65,7 +65,7 @@
"enabled": true,
"source": {
"type": "SCRIPT",
- "path":
"DOLPHIN/1.3.8/package/alerts/alert_dolphin_scheduler_status.py",
+ "path":
"DOLPHIN/1.3.9/package/alerts/alert_dolphin_scheduler_status.py",
"parameters": [
{
@@ -98,7 +98,7 @@
"enabled": true,
"source": {
"type": "SCRIPT",
- "path":
"DOLPHIN/1.3.8/package/alerts/alert_dolphin_scheduler_status.py",
+ "path":
"DOLPHIN/1.3.9/package/alerts/alert_dolphin_scheduler_status.py",
"parameters": [
{
@@ -131,7 +131,7 @@
"enabled": true,
"source": {
"type": "SCRIPT",
- "path":
"DOLPHIN/1.3.8/package/alerts/alert_dolphin_scheduler_status.py",
+ "path":
"DOLPHIN/1.3.9/package/alerts/alert_dolphin_scheduler_status.py",
"parameters": [
{
diff --git
a/ambari_plugin/common-services/DOLPHIN/1.3.8/configuration/dolphin-alert.xml
b/ambari_plugin/common-services/DOLPHIN/1.3.9/configuration/dolphin-alert.xml
similarity index 100%
rename from
ambari_plugin/common-services/DOLPHIN/1.3.8/configuration/dolphin-alert.xml
rename to
ambari_plugin/common-services/DOLPHIN/1.3.9/configuration/dolphin-alert.xml
diff --git
a/ambari_plugin/common-services/DOLPHIN/1.3.8/configuration/dolphin-application-api.xml
b/ambari_plugin/common-services/DOLPHIN/1.3.9/configuration/dolphin-application-api.xml
similarity index 100%
rename from
ambari_plugin/common-services/DOLPHIN/1.3.8/configuration/dolphin-application-api.xml
rename to
ambari_plugin/common-services/DOLPHIN/1.3.9/configuration/dolphin-application-api.xml
diff --git
a/ambari_plugin/common-services/DOLPHIN/1.3.8/configuration/dolphin-common.xml
b/ambari_plugin/common-services/DOLPHIN/1.3.9/configuration/dolphin-common.xml
similarity index 100%
rename from
ambari_plugin/common-services/DOLPHIN/1.3.8/configuration/dolphin-common.xml
rename to
ambari_plugin/common-services/DOLPHIN/1.3.9/configuration/dolphin-common.xml
diff --git
a/ambari_plugin/common-services/DOLPHIN/1.3.8/configuration/dolphin-datasource.xml
b/ambari_plugin/common-services/DOLPHIN/1.3.9/configuration/dolphin-datasource.xml
similarity index 100%
rename from
ambari_plugin/common-services/DOLPHIN/1.3.8/configuration/dolphin-datasource.xml
rename to
ambari_plugin/common-services/DOLPHIN/1.3.9/configuration/dolphin-datasource.xml
diff --git
a/ambari_plugin/common-services/DOLPHIN/1.3.8/configuration/dolphin-env.xml
b/ambari_plugin/common-services/DOLPHIN/1.3.9/configuration/dolphin-env.xml
similarity index 100%
rename from
ambari_plugin/common-services/DOLPHIN/1.3.8/configuration/dolphin-env.xml
rename to
ambari_plugin/common-services/DOLPHIN/1.3.9/configuration/dolphin-env.xml
diff --git
a/ambari_plugin/common-services/DOLPHIN/1.3.8/configuration/dolphin-master.xml
b/ambari_plugin/common-services/DOLPHIN/1.3.9/configuration/dolphin-master.xml
similarity index 100%
rename from
ambari_plugin/common-services/DOLPHIN/1.3.8/configuration/dolphin-master.xml
rename to
ambari_plugin/common-services/DOLPHIN/1.3.9/configuration/dolphin-master.xml
diff --git
a/ambari_plugin/common-services/DOLPHIN/1.3.8/configuration/dolphin-quartz.xml
b/ambari_plugin/common-services/DOLPHIN/1.3.9/configuration/dolphin-quartz.xml
similarity index 100%
rename from
ambari_plugin/common-services/DOLPHIN/1.3.8/configuration/dolphin-quartz.xml
rename to
ambari_plugin/common-services/DOLPHIN/1.3.9/configuration/dolphin-quartz.xml
diff --git
a/ambari_plugin/common-services/DOLPHIN/1.3.8/configuration/dolphin-worker.xml
b/ambari_plugin/common-services/DOLPHIN/1.3.9/configuration/dolphin-worker.xml
similarity index 100%
rename from
ambari_plugin/common-services/DOLPHIN/1.3.8/configuration/dolphin-worker.xml
rename to
ambari_plugin/common-services/DOLPHIN/1.3.9/configuration/dolphin-worker.xml
diff --git
a/ambari_plugin/common-services/DOLPHIN/1.3.8/configuration/dolphin-zookeeper.xml
b/ambari_plugin/common-services/DOLPHIN/1.3.9/configuration/dolphin-zookeeper.xml
similarity index 100%
rename from
ambari_plugin/common-services/DOLPHIN/1.3.8/configuration/dolphin-zookeeper.xml
rename to
ambari_plugin/common-services/DOLPHIN/1.3.9/configuration/dolphin-zookeeper.xml
diff --git a/ambari_plugin/common-services/DOLPHIN/1.3.8/metainfo.xml
b/ambari_plugin/common-services/DOLPHIN/1.3.9/metainfo.xml
similarity index 99%
rename from ambari_plugin/common-services/DOLPHIN/1.3.8/metainfo.xml
rename to ambari_plugin/common-services/DOLPHIN/1.3.9/metainfo.xml
index 8c2cc62..fe307df 100644
--- a/ambari_plugin/common-services/DOLPHIN/1.3.8/metainfo.xml
+++ b/ambari_plugin/common-services/DOLPHIN/1.3.9/metainfo.xml
@@ -20,7 +20,7 @@
<name>DOLPHIN</name>
<displayName>Dolphin Scheduler</displayName>
<comment>分布式易扩展的可视化DAG工作流任务调度系统</comment>
- <version>1.3.8</version>
+ <version>1.3.9</version>
<components>
<component>
<name>DOLPHIN_MASTER</name>
diff --git
a/ambari_plugin/common-services/DOLPHIN/1.3.8/package/alerts/alert_dolphin_scheduler_status.py
b/ambari_plugin/common-services/DOLPHIN/1.3.9/package/alerts/alert_dolphin_scheduler_status.py
similarity index 100%
rename from
ambari_plugin/common-services/DOLPHIN/1.3.8/package/alerts/alert_dolphin_scheduler_status.py
rename to
ambari_plugin/common-services/DOLPHIN/1.3.9/package/alerts/alert_dolphin_scheduler_status.py
diff --git
a/ambari_plugin/common-services/DOLPHIN/1.3.8/package/scripts/dolphin_alert_service.py
b/ambari_plugin/common-services/DOLPHIN/1.3.9/package/scripts/dolphin_alert_service.py
similarity index 100%
rename from
ambari_plugin/common-services/DOLPHIN/1.3.8/package/scripts/dolphin_alert_service.py
rename to
ambari_plugin/common-services/DOLPHIN/1.3.9/package/scripts/dolphin_alert_service.py
diff --git
a/ambari_plugin/common-services/DOLPHIN/1.3.8/package/scripts/dolphin_api_service.py
b/ambari_plugin/common-services/DOLPHIN/1.3.9/package/scripts/dolphin_api_service.py
similarity index 100%
rename from
ambari_plugin/common-services/DOLPHIN/1.3.8/package/scripts/dolphin_api_service.py
rename to
ambari_plugin/common-services/DOLPHIN/1.3.9/package/scripts/dolphin_api_service.py
diff --git
a/ambari_plugin/common-services/DOLPHIN/1.3.8/package/scripts/dolphin_env.py
b/ambari_plugin/common-services/DOLPHIN/1.3.9/package/scripts/dolphin_env.py
similarity index 100%
rename from
ambari_plugin/common-services/DOLPHIN/1.3.8/package/scripts/dolphin_env.py
rename to
ambari_plugin/common-services/DOLPHIN/1.3.9/package/scripts/dolphin_env.py
diff --git
a/ambari_plugin/common-services/DOLPHIN/1.3.8/package/scripts/dolphin_logger_service.py
b/ambari_plugin/common-services/DOLPHIN/1.3.9/package/scripts/dolphin_logger_service.py
similarity index 100%
rename from
ambari_plugin/common-services/DOLPHIN/1.3.8/package/scripts/dolphin_logger_service.py
rename to
ambari_plugin/common-services/DOLPHIN/1.3.9/package/scripts/dolphin_logger_service.py
diff --git
a/ambari_plugin/common-services/DOLPHIN/1.3.8/package/scripts/dolphin_master_service.py
b/ambari_plugin/common-services/DOLPHIN/1.3.9/package/scripts/dolphin_master_service.py
similarity index 100%
rename from
ambari_plugin/common-services/DOLPHIN/1.3.8/package/scripts/dolphin_master_service.py
rename to
ambari_plugin/common-services/DOLPHIN/1.3.9/package/scripts/dolphin_master_service.py
diff --git
a/ambari_plugin/common-services/DOLPHIN/1.3.8/package/scripts/dolphin_worker_service.py
b/ambari_plugin/common-services/DOLPHIN/1.3.9/package/scripts/dolphin_worker_service.py
similarity index 100%
rename from
ambari_plugin/common-services/DOLPHIN/1.3.8/package/scripts/dolphin_worker_service.py
rename to
ambari_plugin/common-services/DOLPHIN/1.3.9/package/scripts/dolphin_worker_service.py
diff --git
a/ambari_plugin/common-services/DOLPHIN/1.3.8/package/scripts/params.py
b/ambari_plugin/common-services/DOLPHIN/1.3.9/package/scripts/params.py
similarity index 100%
rename from
ambari_plugin/common-services/DOLPHIN/1.3.8/package/scripts/params.py
rename to ambari_plugin/common-services/DOLPHIN/1.3.9/package/scripts/params.py
diff --git
a/ambari_plugin/common-services/DOLPHIN/1.3.8/package/scripts/service_check.py
b/ambari_plugin/common-services/DOLPHIN/1.3.9/package/scripts/service_check.py
similarity index 100%
rename from
ambari_plugin/common-services/DOLPHIN/1.3.8/package/scripts/service_check.py
rename to
ambari_plugin/common-services/DOLPHIN/1.3.9/package/scripts/service_check.py
diff --git
a/ambari_plugin/common-services/DOLPHIN/1.3.8/package/scripts/status_params.py
b/ambari_plugin/common-services/DOLPHIN/1.3.9/package/scripts/status_params.py
similarity index 100%
rename from
ambari_plugin/common-services/DOLPHIN/1.3.8/package/scripts/status_params.py
rename to
ambari_plugin/common-services/DOLPHIN/1.3.9/package/scripts/status_params.py
diff --git
a/ambari_plugin/common-services/DOLPHIN/1.3.8/package/templates/alert.properties.j2
b/ambari_plugin/common-services/DOLPHIN/1.3.9/package/templates/alert.properties.j2
similarity index 100%
rename from
ambari_plugin/common-services/DOLPHIN/1.3.8/package/templates/alert.properties.j2
rename to
ambari_plugin/common-services/DOLPHIN/1.3.9/package/templates/alert.properties.j2
diff --git
a/ambari_plugin/common-services/DOLPHIN/1.3.8/package/templates/application-api.properties.j2
b/ambari_plugin/common-services/DOLPHIN/1.3.9/package/templates/application-api.properties.j2
similarity index 100%
rename from
ambari_plugin/common-services/DOLPHIN/1.3.8/package/templates/application-api.properties.j2
rename to
ambari_plugin/common-services/DOLPHIN/1.3.9/package/templates/application-api.properties.j2
diff --git
a/ambari_plugin/common-services/DOLPHIN/1.3.8/package/templates/common.properties.j2
b/ambari_plugin/common-services/DOLPHIN/1.3.9/package/templates/common.properties.j2
similarity index 100%
rename from
ambari_plugin/common-services/DOLPHIN/1.3.8/package/templates/common.properties.j2
rename to
ambari_plugin/common-services/DOLPHIN/1.3.9/package/templates/common.properties.j2
diff --git
a/ambari_plugin/common-services/DOLPHIN/1.3.8/package/templates/datasource.properties.j2
b/ambari_plugin/common-services/DOLPHIN/1.3.9/package/templates/datasource.properties.j2
similarity index 100%
rename from
ambari_plugin/common-services/DOLPHIN/1.3.8/package/templates/datasource.properties.j2
rename to
ambari_plugin/common-services/DOLPHIN/1.3.9/package/templates/datasource.properties.j2
diff --git
a/ambari_plugin/common-services/DOLPHIN/1.3.8/package/templates/dolphin-daemon.sh.j2
b/ambari_plugin/common-services/DOLPHIN/1.3.9/package/templates/dolphin-daemon.sh.j2
similarity index 100%
rename from
ambari_plugin/common-services/DOLPHIN/1.3.8/package/templates/dolphin-daemon.sh.j2
rename to
ambari_plugin/common-services/DOLPHIN/1.3.9/package/templates/dolphin-daemon.sh.j2
diff --git
a/ambari_plugin/common-services/DOLPHIN/1.3.8/package/templates/master.properties.j2
b/ambari_plugin/common-services/DOLPHIN/1.3.9/package/templates/master.properties.j2
similarity index 100%
rename from
ambari_plugin/common-services/DOLPHIN/1.3.8/package/templates/master.properties.j2
rename to
ambari_plugin/common-services/DOLPHIN/1.3.9/package/templates/master.properties.j2
diff --git
a/ambari_plugin/common-services/DOLPHIN/1.3.8/package/templates/quartz.properties.j2
b/ambari_plugin/common-services/DOLPHIN/1.3.9/package/templates/quartz.properties.j2
similarity index 100%
rename from
ambari_plugin/common-services/DOLPHIN/1.3.8/package/templates/quartz.properties.j2
rename to
ambari_plugin/common-services/DOLPHIN/1.3.9/package/templates/quartz.properties.j2
diff --git
a/ambari_plugin/common-services/DOLPHIN/1.3.8/package/templates/worker.properties.j2
b/ambari_plugin/common-services/DOLPHIN/1.3.9/package/templates/worker.properties.j2
similarity index 100%
rename from
ambari_plugin/common-services/DOLPHIN/1.3.8/package/templates/worker.properties.j2
rename to
ambari_plugin/common-services/DOLPHIN/1.3.9/package/templates/worker.properties.j2
diff --git
a/ambari_plugin/common-services/DOLPHIN/1.3.8/package/templates/zookeeper.properties.j2
b/ambari_plugin/common-services/DOLPHIN/1.3.9/package/templates/zookeeper.properties.j2
similarity index 100%
rename from
ambari_plugin/common-services/DOLPHIN/1.3.8/package/templates/zookeeper.properties.j2
rename to
ambari_plugin/common-services/DOLPHIN/1.3.9/package/templates/zookeeper.properties.j2
diff --git
a/ambari_plugin/common-services/DOLPHIN/1.3.8/quicklinks/quicklinks.json
b/ambari_plugin/common-services/DOLPHIN/1.3.9/quicklinks/quicklinks.json
similarity index 100%
rename from
ambari_plugin/common-services/DOLPHIN/1.3.8/quicklinks/quicklinks.json
rename to ambari_plugin/common-services/DOLPHIN/1.3.9/quicklinks/quicklinks.json
diff --git a/ambari_plugin/common-services/DOLPHIN/1.3.8/themes/theme.json
b/ambari_plugin/common-services/DOLPHIN/1.3.9/themes/theme.json
similarity index 100%
rename from ambari_plugin/common-services/DOLPHIN/1.3.8/themes/theme.json
rename to ambari_plugin/common-services/DOLPHIN/1.3.9/themes/theme.json
diff --git a/ambari_plugin/statcks/DOLPHIN/metainfo.xml
b/ambari_plugin/statcks/DOLPHIN/metainfo.xml
index 9087ab7..a8aef8d 100755
--- a/ambari_plugin/statcks/DOLPHIN/metainfo.xml
+++ b/ambari_plugin/statcks/DOLPHIN/metainfo.xml
@@ -20,7 +20,7 @@
<services>
<service>
<name>DOLPHIN</name>
- <extends>common-services/DOLPHIN/1.3.8</extends>
+ <extends>common-services/DOLPHIN/1.3.9</extends>
</service>
</services>
</metainfo>
\ No newline at end of file
diff --git a/docker/docker-swarm/docker-compose.yml
b/docker/docker-swarm/docker-compose.yml
index f958d17..609b06c 100644
--- a/docker/docker-swarm/docker-compose.yml
+++ b/docker/docker-swarm/docker-compose.yml
@@ -44,7 +44,7 @@ services:
- dolphinscheduler
dolphinscheduler-api:
- image: apache/dolphinscheduler:1.3.8
+ image: apache/dolphinscheduler:1.3.9
command: api-server
ports:
- 12345:12345
@@ -68,7 +68,7 @@ services:
- dolphinscheduler
dolphinscheduler-alert:
- image: apache/dolphinscheduler:1.3.8
+ image: apache/dolphinscheduler:1.3.9
command: alert-server
environment:
TZ: Asia/Shanghai
@@ -87,7 +87,7 @@ services:
- dolphinscheduler
dolphinscheduler-master:
- image: apache/dolphinscheduler:1.3.8
+ image: apache/dolphinscheduler:1.3.9
command: master-server
environment:
TZ: Asia/Shanghai
@@ -108,7 +108,7 @@ services:
- dolphinscheduler
dolphinscheduler-worker:
- image: apache/dolphinscheduler:1.3.8
+ image: apache/dolphinscheduler:1.3.9
command: worker-server
environment:
TZ: Asia/Shanghai
diff --git a/docker/docker-swarm/docker-stack.yml
b/docker/docker-swarm/docker-stack.yml
index 49397a3..eb584cf 100644
--- a/docker/docker-swarm/docker-stack.yml
+++ b/docker/docker-swarm/docker-stack.yml
@@ -48,7 +48,7 @@ services:
replicas: 1
dolphinscheduler-api:
- image: apache/dolphinscheduler:1.3.8
+ image: apache/dolphinscheduler:1.3.9
command: api-server
ports:
- 12345:12345
@@ -71,7 +71,7 @@ services:
replicas: 1
dolphinscheduler-alert:
- image: apache/dolphinscheduler:1.3.8
+ image: apache/dolphinscheduler:1.3.9
command: alert-server
environment:
TZ: Asia/Shanghai
@@ -90,7 +90,7 @@ services:
replicas: 1
dolphinscheduler-master:
- image: apache/dolphinscheduler:1.3.8
+ image: apache/dolphinscheduler:1.3.9
command: master-server
environment:
TZ: Asia/Shanghai
@@ -110,7 +110,7 @@ services:
replicas: 1
dolphinscheduler-worker:
- image: apache/dolphinscheduler:1.3.8
+ image: apache/dolphinscheduler:1.3.9
command: worker-server
environment:
TZ: Asia/Shanghai
diff --git a/docker/kubernetes/dolphinscheduler/Chart.yaml
b/docker/kubernetes/dolphinscheduler/Chart.yaml
index 65bf194..1126698 100644
--- a/docker/kubernetes/dolphinscheduler/Chart.yaml
+++ b/docker/kubernetes/dolphinscheduler/Chart.yaml
@@ -39,7 +39,7 @@ version: 1.3.0
# This is the version number of the application being deployed. This version
number should be
# incremented each time you make changes to the application.
-appVersion: 1.3.8
+appVersion: 1.3.9
dependencies:
- name: postgresql
diff --git a/docker/kubernetes/dolphinscheduler/values.yaml
b/docker/kubernetes/dolphinscheduler/values.yaml
index 6b482a7..45cddcf 100644
--- a/docker/kubernetes/dolphinscheduler/values.yaml
+++ b/docker/kubernetes/dolphinscheduler/values.yaml
@@ -23,7 +23,7 @@ timezone: "Asia/Shanghai"
image:
repository: "apache/dolphinscheduler"
- tag: "1.3.8"
+ tag: "1.3.9"
pullPolicy: "IfNotPresent"
pullSecret: ""
diff --git a/sql/dolphinscheduler_h2.sql b/sql/dolphinscheduler_h2.sql
index 399153a..68f5617 100644
--- a/sql/dolphinscheduler_h2.sql
+++ b/sql/dolphinscheduler_h2.sql
@@ -803,7 +803,7 @@ CREATE TABLE `t_ds_version` (
-- ----------------------------
-- Records of t_ds_version
-- ----------------------------
-INSERT INTO `t_ds_version` VALUES ('1', '1.3.8');
+INSERT INTO `t_ds_version` VALUES ('1', '1.3.9');
-- ----------------------------
diff --git a/sql/dolphinscheduler_mysql.sql b/sql/dolphinscheduler_mysql.sql
index 999465d..183e4c6 100644
--- a/sql/dolphinscheduler_mysql.sql
+++ b/sql/dolphinscheduler_mysql.sql
@@ -816,7 +816,7 @@ CREATE TABLE `t_ds_version` (
-- ----------------------------
-- Records of t_ds_version
-- ----------------------------
-INSERT INTO `t_ds_version` VALUES ('1', '1.3.8');
+INSERT INTO `t_ds_version` VALUES ('1', '1.3.9');
-- ----------------------------
diff --git a/sql/dolphinscheduler_postgre.sql b/sql/dolphinscheduler_postgre.sql
index 0fad850..019f46c 100644
--- a/sql/dolphinscheduler_postgre.sql
+++ b/sql/dolphinscheduler_postgre.sql
@@ -763,4 +763,4 @@ INSERT INTO
t_ds_relation_user_alertgroup(alertgroup_id,user_id,create_time,upda
INSERT INTO t_ds_queue(queue_name,queue,create_time,update_time) VALUES
('default', 'default','2018-11-29 10:22:33', '2018-11-29 10:22:33');
-- Records of t_ds_queue,default queue name : default
-INSERT INTO t_ds_version(version) VALUES ('1.3.8');
\ No newline at end of file
+INSERT INTO t_ds_version(version) VALUES ('1.3.9');
\ No newline at end of file
diff --git a/sql/soft_version b/sql/soft_version
index 06c7347..2fe9589 100644
--- a/sql/soft_version
+++ b/sql/soft_version
@@ -1 +1 @@
-1.3.8
\ No newline at end of file
+1.3.9
\ No newline at end of file