Browse Source

[3.0.2-prepare] Update version number from 3.0.1 to 3.0.2 (#12886)

* Update version number from 3.0.1 to 3.0.2

* Fix version update

* fix dead link

Co-authored-by: Jay Chung <zhongjiajie955@gmail.com>
3.0.2-release
Eric Gao 2 years ago committed by GitHub
parent
commit
5bb9514778
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 4
      README.md
  2. 4
      README_zh_CN.md
  3. 4
      deploy/README.md
  4. 2
      deploy/docker/.env
  5. 4
      deploy/kubernetes/dolphinscheduler/Chart.yaml
  6. 2
      deploy/kubernetes/dolphinscheduler/values.yaml
  7. 424
      docs/configs/docs3-0-2.js
  8. 2
      docs/docs/en/contribute/release/release-post.md
  9. 4
      docs/docs/en/history-versions.md
  10. 2
      docs/docs/zh/contribute/release/release-post.md
  11. 4
      docs/docs/zh/history-versions.md
  12. 2
      dolphinscheduler-dao/src/main/resources/sql/dolphinscheduler_h2.sql
  13. 2
      dolphinscheduler-dao/src/main/resources/sql/dolphinscheduler_mysql.sql
  14. 2
      dolphinscheduler-dao/src/main/resources/sql/dolphinscheduler_postgresql.sql
  15. 2
      dolphinscheduler-dao/src/main/resources/sql/soft_version
  16. 2
      dolphinscheduler-python/pydolphinscheduler/README.md
  17. 4
      dolphinscheduler-python/pydolphinscheduler/setup.py

4
README.md

@ -55,11 +55,11 @@ supports custom task type
## QuickStart in Docker
Please refer the official website document: [QuickStart in Docker](https://dolphinscheduler.apache.org/en-us/docs/latest/user_doc/guide/installation/docker.html)
Please refer the official website document: [QuickStart in Docker](https://dolphinscheduler.apache.org/en-us/docs/3.0.2/user_doc/guide/start/docker.html)
## QuickStart in Kubernetes
Please refer to the official website document: [QuickStart in Kubernetes](https://dolphinscheduler.apache.org/en-us/docs/latest/user_doc/guide/installation/kubernetes.html)
Please refer to the official website document: [QuickStart in Kubernetes](https://dolphinscheduler.apache.org/en-us/docs/3.0.2/user_doc/guide/installation/kubernetes.html)
## How to Build

4
README_zh_CN.md

@ -53,11 +53,11 @@ DolphinScheduler的工作计划:<a href="https://github.com/apache/dolphinsche
## 快速试用 Docker
请参考官方文档: [快速试用 Docker 部署](http://dolphinscheduler.apache.org/zh-cn/docs/latest/user_doc/guide/installation/docker.html)
请参考官方文档: [快速试用 Docker 部署](https://dolphinscheduler.apache.org/en-us/docs/3.0.2/user_doc/guide/start/docker.html)
## 快速试用 Kubernetes
请参考官方文档: [快速试用 Kubernetes 部署](http://dolphinscheduler.apache.org/zh-cn/docs/latest/user_doc/guide/installation/kubernetes.html)
请参考官方文档: [快速试用 Kubernetes 部署](https://dolphinscheduler.apache.org/en-us/docs/3.0.2/user_doc/guide/installation/kubernetes.html)
## 如何构建

4
deploy/README.md

@ -1,4 +1,4 @@
# DolphinScheduler for Docker and Kubernetes
* [Start Up DolphinScheduler with Docker](https://dolphinscheduler.apache.org/en-us/docs/latest/user_doc/guide/installation/docker.html)
* [Start Up DolphinScheduler with Kubernetes](https://dolphinscheduler.apache.org/en-us/docs/latest/user_doc/guide/installation/kubernetes.html)
* [Start Up DolphinScheduler with Docker](https://dolphinscheduler.apache.org/en-us/docs/3.0.2/user_doc/guide/start/docker.html)
* [Start Up DolphinScheduler with Kubernetes](https://dolphinscheduler.apache.org/en-us/docs/3.0.2/user_doc/guide/installation/kubernetes.html)

2
deploy/docker/.env

@ -16,7 +16,7 @@
# under the License.
#
HUB=apache
TAG=3.0.1
TAG=3.0.2
TZ=Asia/Shanghai
DATABASE=postgresql

4
deploy/kubernetes/dolphinscheduler/Chart.yaml

@ -35,11 +35,11 @@ type: application
# This is the chart version. This version number should be incremented each time you make changes
# to the chart and its templates, including the app version.
version: 2.0.0
version: 2.0.1
# 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: 3.0.1
appVersion: 3.0.2
dependencies:
- name: postgresql

2
deploy/kubernetes/dolphinscheduler/values.yaml

@ -23,7 +23,7 @@ timezone: "Asia/Shanghai"
image:
registry: "dolphinscheduler.docker.scarf.sh/apache"
tag: "3.0.1"
tag: "3.0.2"
pullPolicy: "IfNotPresent"
pullSecret: ""

424
docs/configs/docs3-0-1.js → docs/configs/docs3-0-2.js

File diff suppressed because it is too large Load Diff

2
docs/docs/en/contribute/release/release-post.md

@ -22,7 +22,7 @@ We could reuse the main command the CI run and publish our Docker images to Dock
## Publish pydolphinscheduler to PyPI
Python API need to release to PyPI for easier download and use, you can see more detail in [Python API release](https://github.com/apache/dolphinscheduler/blob/dev/dolphinscheduler-python/pydolphinscheduler/RELEASE.md#to-pypi)
Python API need to release to PyPI for easier download and use, you can see more detail in [Python API release](https://github.com/apache/dolphinscheduler-sdk-python/blob/main/RELEASE.md#to-pypi)
to finish PyPI release.
## Get All Contributors

4
docs/docs/en/history-versions.md

@ -4,6 +4,10 @@
#### Setup instructions, are available for each stable version of Apache DolphinScheduler below:
### Versions: 3.0.2
#### Links: [3.0.2 Document](../3.0.2/user_doc/about/introduction.md)
### Versions: 3.0.1
#### Links: [3.0.1 Document](../3.0.1/user_doc/about/introduction.md)

2
docs/docs/zh/contribute/release/release-post.md

@ -21,7 +21,7 @@
## 发布 pydolphinscheduler 到 PyPI
需要将 Python API 发布到 PyPI,请参考 [Python API release](https://github.com/apache/dolphinscheduler/blob/dev/dolphinscheduler-python/pydolphinscheduler/RELEASE.md#to-pypi)
需要将 Python API 发布到 PyPI,请参考 [Python API release](https://github.com/apache/dolphinscheduler-sdk-python/blob/main/RELEASE.md#to-pypi)
完成 PyPI 的发版
## 获取全部的贡献者

4
docs/docs/zh/history-versions.md

@ -3,6 +3,10 @@
# 历史版本:
#### 以下是Apache DolphinScheduler每个稳定版本的设置说明。
### Versions: 3.0.2
#### Links: [3.0.2 文档](../3.0.2/user_doc/about/introduction.md)
### Versions: 3.0.1
#### Links: [3.0.1 文档](../3.0.1/user_doc/about/introduction.md)

2
dolphinscheduler-dao/src/main/resources/sql/dolphinscheduler_h2.sql

@ -979,7 +979,7 @@ CREATE TABLE t_ds_version
-- Records of t_ds_version
-- ----------------------------
INSERT INTO t_ds_version
VALUES ('1', '3.0.1');
VALUES ('1', '3.0.2');
-- ----------------------------

2
dolphinscheduler-dao/src/main/resources/sql/dolphinscheduler_mysql.sql

@ -968,7 +968,7 @@ CREATE TABLE `t_ds_version` (
-- ----------------------------
-- Records of t_ds_version
-- ----------------------------
INSERT INTO `t_ds_version` VALUES ('1', '3.0.1');
INSERT INTO `t_ds_version` VALUES ('1', '3.0.2');
-- ----------------------------

2
dolphinscheduler-dao/src/main/resources/sql/dolphinscheduler_postgresql.sql

@ -960,7 +960,7 @@ 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 ('3.0.1');
INSERT INTO t_ds_version(version) VALUES ('3.0.2');
--
-- Table structure for table t_ds_plugin_define

2
dolphinscheduler-dao/src/main/resources/sql/soft_version

@ -1 +1 @@
3.0.1
3.0.2

2
dolphinscheduler-python/pydolphinscheduler/README.md

@ -87,4 +87,4 @@ If you are interested in how to release **PyDolphinScheduler**, you could go and
## What's more
For more detail information, please go to see **PyDolphinScheduler** latest(unreleased) [document](https://dolphinscheduler.apache.org/python/dev/index.html)
For more detail information, please go to see **PyDolphinScheduler** latest(unreleased) [document](https://dolphinscheduler.apache.org/python/main/index.html)

4
dolphinscheduler-python/pydolphinscheduler/setup.py

@ -32,7 +32,7 @@ if sys.version_info[0] < 3:
logger = logging.getLogger(__name__)
version = "3.0.1"
version = "3.0.2"
# Start package required
prod = [
@ -139,7 +139,7 @@ setup(
],
project_urls={
"Homepage": "https://dolphinscheduler.apache.org",
"Documentation": "https://dolphinscheduler.apache.org/python/dev/index.html",
"Documentation": "https://dolphinscheduler.apache.org/python/main/index.html",
"Source": "https://github.com/apache/dolphinscheduler/tree/dev/dolphinscheduler-python/"
"pydolphinscheduler",
"Issue Tracker": "https://github.com/apache/dolphinscheduler/issues?"

Loading…
Cancel
Save