Skip to content

Commit 7e3ea38

Browse files
committed
release: prepare version 3.0.6
1 parent 57fff8c commit 7e3ea38

File tree

22 files changed

+110
-102
lines changed

22 files changed

+110
-102
lines changed

deploy/docker/.env

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
# under the License.
1717
#
1818
HUB=apache
19-
TAG=3.0.5
19+
TAG=3.0.6
2020

2121
TZ=Asia/Shanghai
2222
DATABASE=postgresql

deploy/kubernetes/dolphinscheduler/Chart.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,11 +35,11 @@ type: application
3535

3636
# This is the chart version. This version number should be incremented each time you make changes
3737
# to the chart and its templates, including the app version.
38-
version: 3.0.5
38+
version: 3.0.6
3939

4040
# This is the version number of the application being deployed. This version number should be
4141
# incremented each time you make changes to the application.
42-
appVersion: 3.0.5
42+
appVersion: 3.0.6
4343

4444
dependencies:
4545
- name: postgresql

deploy/kubernetes/dolphinscheduler/values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ timezone: "Asia/Shanghai"
2323

2424
image:
2525
registry: "dolphinscheduler.docker.scarf.sh/apache"
26-
tag: "3.0.5"
26+
tag: "3.0.6"
2727
pullPolicy: "IfNotPresent"
2828
pullSecret: ""
2929

docs/configs/docsdev.js

Lines changed: 63 additions & 63 deletions
Large diffs are not rendered by default.

docs/docs/en/contribute/architecture-design.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ Before explaining the architecture of the schedule system, let us first understa
9797

9898
- **UI**
9999

100-
The front-end page of the system provides various visual operation interfaces of the system. For details, see the [quick start](https://dolphinscheduler.apache.org/en-us/docs/3.0.5/about/introduction) section.
100+
The front-end page of the system provides various visual operation interfaces of the system. For details, see the [quick start](https://dolphinscheduler.apache.org/en-us/docs/3.0.6/about/introduction) section.
101101

102102
#### 2.3 Architectural Design Ideas
103103

docs/docs/en/contribute/development-environment-setup.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ There are two ways to configure the DolphinScheduler development environment, st
9292
>
9393
> Standalone is only supported in DolphinScheduler 1.3.9 and later versions.
9494
>
95-
> Standalone server is able to connect to external databases like mysql and postgresql, see [Standalone Deployment](https://dolphinscheduler.apache.org/en-us/docs/3.0.5/guide/installation/standalone) for instructions.
95+
> Standalone server is able to connect to external databases like mysql and postgresql, see [Standalone Deployment](https://dolphinscheduler.apache.org/en-us/docs/3.0.6/guide/installation/standalone) for instructions.
9696
9797
### Git Branch Choose
9898

docs/docs/en/contribute/join/pull-request.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ Please refer to the commit message section.
6464

6565
Code style is the thing you have to consider when you submit pull request for DolphinScheduler. We using [Checkstyle](https://checkstyle.sourceforge.io), a development tool to help programmers write Java code that adheres to a coding standard, in CI to keep DolphinScheduler codebase in the same style. Your pull request could not be merged if your code style checker failed. You could format your code by *Checkstyle* in your local environment before you submit your pull request to check code style. The activation step as below:
6666

67-
1. Prepare Checkstyle configuration file: You could download it manually by [click here](https://github.com/apache/dolphinscheduler/blob/3.0.5/style/checkstyle.xml), but find it in DolphinScheduler repository would be a better way. You could find configuration file in the path `style/checkstyle.xml` after you clone repository from Github.
67+
1. Prepare Checkstyle configuration file: You could download it manually by [click here](https://github.com/apache/dolphinscheduler/blob/3.0.6/style/checkstyle.xml), but find it in DolphinScheduler repository would be a better way. You could find configuration file in the path `style/checkstyle.xml` after you clone repository from Github.
6868

6969
2. Download Checkstyle plugins in Intellij IDEA: Search plugin by keyword **CheckStyle-IDEA** or install in [this page](https://plugins.jetbrains.com/plugin/1065-checkstyle-idea). You could see [install plugin](https://www.jetbrains.com/help/idea/managing-plugins.html#install_plugin_from_repo) if you do not know how to install plugin in Intellij IDEA
7070

docs/docs/en/faq.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -302,9 +302,9 @@ change into
302302

303303
## Q : how to add a worker server
304304

305-
A: 1, Create deployment user and hosts mapping, please refer 1.3 part of [cluster deployment](https://dolphinscheduler.apache.org/en-us/docs/3.0.5/user_doc/installation/cluster)
305+
A: 1, Create deployment user and hosts mapping, please refer 1.3 part of [cluster deployment](https://dolphinscheduler.apache.org/en-us/docs/3.0.6/user_doc/installation/cluster)
306306

307-
​ 2, Configure hosts mapping and ssh access and modify directory permissions. please refer 1.4 part of [cluster deployment](https://dolphinscheduler.apache.org/en-us/docs/3.0.5/user_doc/installation/cluster)
307+
​ 2, Configure hosts mapping and ssh access and modify directory permissions. please refer 1.4 part of [cluster deployment](https://dolphinscheduler.apache.org/en-us/docs/3.0.6/user_doc/installation/cluster)
308308

309309
​ 3, Copy the deployment directory from worker server that has already deployed
310310

docs/docs/en/guide/expansion-reduction.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,9 +31,9 @@ Attention: There cannot be more than one master service process or worker servic
3131
mkdir -p /opt
3232
cd /opt
3333
# decompress
34-
tar -zxvf apache-dolphinscheduler-3.0.5-bin.tar.gz -C /opt
34+
tar -zxvf apache-dolphinscheduler-3.0.6-bin.tar.gz -C /opt
3535
cd /opt
36-
mv apache-dolphinscheduler-3.0.5-bin dolphinscheduler
36+
mv apache-dolphinscheduler-3.0.6-bin dolphinscheduler
3737
```
3838

3939
```markdown

docs/docs/en/guide/installation/kubernetes.md

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -17,11 +17,11 @@ Please download the source code package `apache-dolphinscheduler-<version>-src.t
1717
To publish the release name `dolphinscheduler` version, please execute the following commands:
1818

1919
```
20-
$ tar -zxvf apache-dolphinscheduler-3.0.5-src.tar.gz
21-
$ cd apache-dolphinscheduler-3.0.5-src/deploy/kubernetes/dolphinscheduler
20+
$ tar -zxvf apache-dolphinscheduler-3.0.6-src.tar.gz
21+
$ cd apache-dolphinscheduler-3.0.6-src/deploy/kubernetes/dolphinscheduler
2222
$ helm repo add bitnami https://charts.bitnami.com/bitnami
2323
$ helm dependency update .
24-
$ helm install dolphinscheduler . --set image.tag=3.0.5
24+
$ helm install dolphinscheduler . --set image.tag=3.0.6
2525
```
2626

2727
To publish the release name `dolphinscheduler` version to `test` namespace:
@@ -188,16 +188,16 @@ kubectl scale --replicas=6 sts dolphinscheduler-worker -n test # with test names
188188
>
189189
> If you want to use MySQL, you can build a new image based on the `apache/dolphinscheduler-<service>` image follow the following instructions:
190190
>
191-
> Since version 3.0.5, dolphinscheduler has been microserviced and the change of metadata storage requires replacing all services with MySQL driver, which including dolphinscheduler-tools, dolphinscheduler-master, dolphinscheduler-worker, dolphinscheduler-api, dolphinscheduler-alert-server
191+
> Since version 3.0.6, dolphinscheduler has been microserviced and the change of metadata storage requires replacing all services with MySQL driver, which including dolphinscheduler-tools, dolphinscheduler-master, dolphinscheduler-worker, dolphinscheduler-api, dolphinscheduler-alert-server
192192
193193
1. Download the MySQL driver [mysql-connector-java-8.0.16.jar](https://repo1.maven.org/maven2/mysql/mysql-connector-java/8.0.16/mysql-connector-java-8.0.16.jar).
194194

195195
2. Create a new `Dockerfile` to add MySQL driver:
196196

197197
```
198-
FROM dolphinscheduler.docker.scarf.sh/apache/dolphinscheduler-<service>:3.0.5
198+
FROM dolphinscheduler.docker.scarf.sh/apache/dolphinscheduler-<service>:3.0.6
199199
# For example
200-
# FROM dolphinscheduler.docker.scarf.sh/apache/dolphinscheduler-tools:3.0.5
200+
# FROM dolphinscheduler.docker.scarf.sh/apache/dolphinscheduler-tools:3.0.6
201201
202202
# Attention Please, If the build is dolphinscheduler-tools image
203203
# You need to change the following line to: COPY mysql-connector-java-8.0.16.jar /opt/dolphinscheduler/tools/libs
@@ -246,9 +246,9 @@ externalDatabase:
246246
2. Create a new `Dockerfile` to add MySQL or Oracle driver:
247247

248248
```
249-
FROM dolphinscheduler.docker.scarf.sh/apache/dolphinscheduler-<service>:3.0.5
249+
FROM dolphinscheduler.docker.scarf.sh/apache/dolphinscheduler-<service>:3.0.6
250250
# For example
251-
# FROM dolphinscheduler.docker.scarf.sh/apache/dolphinscheduler-worker:3.0.5
251+
# FROM dolphinscheduler.docker.scarf.sh/apache/dolphinscheduler-worker:3.0.6
252252
253253
# If you want to support MySQL Datasource
254254
COPY mysql-connector-java-8.0.16.jar /opt/dolphinscheduler/libs
@@ -278,7 +278,7 @@ docker build -t apache/dolphinscheduler-<service>:new-driver .
278278
1. Create a new `Dockerfile` to install pip:
279279

280280
```
281-
FROM dolphinscheduler.docker.scarf.sh/apache/dolphinscheduler-worker:3.0.5
281+
FROM dolphinscheduler.docker.scarf.sh/apache/dolphinscheduler-worker:3.0.6
282282
COPY requirements.txt /tmp
283283
RUN apt-get update && \
284284
apt-get install -y --no-install-recommends python-pip && \
@@ -313,7 +313,7 @@ docker build -t apache/dolphinscheduler-worker:pip .
313313
1. Create a new `Dockerfile` to install Python 3:
314314
315315
```
316-
FROM dolphinscheduler.docker.scarf.sh/apache/dolphinscheduler-worker:3.0.5
316+
FROM dolphinscheduler.docker.scarf.sh/apache/dolphinscheduler-worker:3.0.6
317317
RUN apt-get update && \
318318
apt-get install -y --no-install-recommends python3 && \
319319
rm -rf /var/lib/apt/lists/*

0 commit comments

Comments
 (0)