This is an automated email from the ASF dual-hosted git repository.
zhongjiajie pushed a commit to branch 3.0.0-alpha-prepare
in repository https://gitbox.apache.org/repos/asf/dolphinscheduler.git
The following commit(s) were added to refs/heads/3.0.0-alpha-prepare by this
push:
new 0cceb6fc86 [release] Change release version
0cceb6fc86 is described below
commit 0cceb6fc86a0700f98f45ba689c4db14b9019be5
Author: Jiajie Zhong <[email protected]>
AuthorDate: Wed Apr 13 22:24:35 2022 +0800
[release] Change release version
* python dist version
* k8s helm version
---
deploy/kubernetes/dolphinscheduler/Chart.yaml | 2 +-
deploy/kubernetes/dolphinscheduler/values.yaml | 2 +-
dolphinscheduler-python/pydolphinscheduler/setup.py | 2 +-
3 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/deploy/kubernetes/dolphinscheduler/Chart.yaml
b/deploy/kubernetes/dolphinscheduler/Chart.yaml
index 81d03238a6..6f6159ad31 100644
--- a/deploy/kubernetes/dolphinscheduler/Chart.yaml
+++ b/deploy/kubernetes/dolphinscheduler/Chart.yaml
@@ -39,7 +39,7 @@ version: 2.0.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: 2.0.4-SNAPSHOT
+appVersion: 3.0.0-alpha
dependencies:
- name: postgresql
diff --git a/deploy/kubernetes/dolphinscheduler/values.yaml
b/deploy/kubernetes/dolphinscheduler/values.yaml
index 8ea83bbc21..3948aee27d 100644
--- a/deploy/kubernetes/dolphinscheduler/values.yaml
+++ b/deploy/kubernetes/dolphinscheduler/values.yaml
@@ -23,7 +23,7 @@ timezone: "Asia/Shanghai"
image:
registry: "dolphinscheduler.docker.scarf.sh/apache"
- tag: "2.0.4-SNAPSHOT"
+ tag: "3.0.3-alpha"
pullPolicy: "IfNotPresent"
pullSecret: ""
diff --git a/dolphinscheduler-python/pydolphinscheduler/setup.py
b/dolphinscheduler-python/pydolphinscheduler/setup.py
index 9632bb1fd9..5fe95efa1c 100644
--- a/dolphinscheduler-python/pydolphinscheduler/setup.py
+++ b/dolphinscheduler-python/pydolphinscheduler/setup.py
@@ -32,7 +32,7 @@ if sys.version_info[0] < 3:
logger = logging.getLogger(__name__)
-version = "2.0.4"
+version = "3.0.0-alpha"
# Start package required
prod = [