Skip to content

Commit

Permalink
[Improve] update version to 2.1.6
Browse files Browse the repository at this point in the history
  • Loading branch information
wolfboys committed Jan 13, 2025
1 parent 3881c9a commit 2050645
Show file tree
Hide file tree
Showing 57 changed files with 58 additions and 58 deletions.
2 changes: 1 addition & 1 deletion build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ print_logo() {
printf ' %s ___/ / /_/ / / __/ /_/ / / / / / / /_/ / /_/ / / / ,< %s\n' $PRIMARY $RESET
printf ' %s /____/\__/_/ \___/\__,_/_/ /_/ /_/ ____/\__,_/_/ /_/|_| %s\n' $PRIMARY $RESET
printf ' %s /_/ %s\n\n' $PRIMARY $RESET
printf ' %s Version: 2.1.5 %s\n' $BLUE $RESET
printf ' %s Version: 2.1.6 %s\n' $BLUE $RESET
printf ' %s WebSite: https://streampark.apache.org%s\n' $BLUE $RESET
printf ' %s GitHub : http://github.com/apache/streampark%s\n\n' $BLUE $RESET
printf ' %s ──────── Apache StreamPark, Make stream processing easier ô~ô!%s\n\n' $PRIMARY $RESET
Expand Down
2 changes: 1 addition & 1 deletion docker/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ The latest image tag will be written to [docker-compose.yaml](./docker-compose.y
version: '3.8'
services:
streampark:
image: apache/streampark:2.1.5
image: apache/streampark:2.1.6
```
### 2. docker-compose up
Expand Down
2 changes: 1 addition & 1 deletion docker/docker-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ version: '3.8'

services:
streampark:
image: apache/streampark:2.1.5
image: apache/streampark:2.1.6
ports:
- "10000:10000"
environment:
Expand Down
4 changes: 2 additions & 2 deletions helm/streampark/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,5 +20,5 @@ description: A Helm chart for the Apache StreamPark
home: https://streampark.apache.org
icon: https://streampark.apache.org/image/logo_name.png
type: application
version: 2.1.5
appVersion: 2.1.5
version: 2.1.6
appVersion: 2.1.6
2 changes: 1 addition & 1 deletion helm/streampark/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
image:
repository: "apache/streampark"
pullPolicy: "IfNotPresent"
tag: "2.1.5"
tag: "2.1.6"
pullSecret: ""

rbac:
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@

<groupId>org.apache.streampark</groupId>
<artifactId>streampark</artifactId>
<version>2.1.5</version>
<version>2.1.6</version>
<packaging>pom</packaging>
<name>StreamPark Project Parent POM</name>

Expand Down
2 changes: 1 addition & 1 deletion streampark-common/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<parent>
<groupId>org.apache.streampark</groupId>
<artifactId>streampark</artifactId>
<version>2.1.5</version>
<version>2.1.6</version>
</parent>

<artifactId>streampark-common_${scala.binary.version}</artifactId>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -203,7 +203,7 @@ object ConfigConst {
println(" ___/ / /_/ / / __/ /_/ / / / / / / /_/ / /_/ / / / ,< ")
println(" /____/\\__/_/ \\___/\\__,_/_/ /_/ /_/ ____/\\__,_/_/ /_/|_| ")
println(" /_/ \n\n")
println(" Version: 2.1.5 ")
println(" Version: 2.1.6 ")
println(" WebSite: https://streampark.apache.org ")
println(" GitHub : https://github.com/apache/incubator-streampark ")
println(s" Info : $info ")
Expand Down
2 changes: 1 addition & 1 deletion streampark-console/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.streampark</groupId>
<artifactId>streampark</artifactId>
<version>2.1.5</version>
<version>2.1.6</version>
</parent>

<artifactId>streampark-console</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion streampark-console/streampark-console-service/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
<parent>
<groupId>org.apache.streampark</groupId>
<artifactId>streampark-console</artifactId>
<version>2.1.5</version>
<version>2.1.6</version>
</parent>

<artifactId>streampark-console-service</artifactId>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -297,7 +297,7 @@ print_logo() {
printf ' %s ___/ / /_/ / / __/ /_/ / / / / / / /_/ / /_/ / / / ,< %s\n' $PRIMARY $RESET
printf ' %s /____/\__/_/ \___/\__,_/_/ /_/ /_/ ____/\__,_/_/ /_/|_| %s\n' $PRIMARY $RESET
printf ' %s /_/ %s\n\n' $PRIMARY $RESET
printf ' %s Version: 2.1.5 %s\n' $BLUE $RESET
printf ' %s Version: 2.1.6 %s\n' $BLUE $RESET
printf ' %s WebSite: https://streampark.apache.org%s\n' $BLUE $RESET
printf ' %s GitHub : http://github.com/apache/streampark%s\n\n' $BLUE $RESET
printf ' %s ──────── Apache StreamPark, Make stream processing easier ô~ô!%s\n\n' $PRIMARY $RESET
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ public void run(ApplicationArguments args) {
System.out.println(" ___/ / /_/ / / __/ /_/ / / / / / / /_/ / /_/ / / / ,< ");
System.out.println(" /____/\\__/_/ \\___/\\__,_/_/ /_/ /_/ ____/\\__,_/_/ /_/|_| ");
System.out.println(" /_/ \n\n");
System.out.println(" Version: 2.1.5 ");
System.out.println(" Version: 2.1.6 ");
System.out.println(" WebSite: https://streampark.apache.org ");
System.out.println(" GitHub : https://github.com/apache/incubator-streampark ");
System.out.println(" Info : streampark-console start successful ");
Expand Down
2 changes: 1 addition & 1 deletion streampark-console/streampark-console-webapp/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "streampark-webapp",
"version": "2.1.5",
"version": "2.1.6",
"author": {
"name": "streampark",
"url": "https://streampark.apache.org"
Expand Down
2 changes: 1 addition & 1 deletion streampark-flink/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<parent>
<groupId>org.apache.streampark</groupId>
<artifactId>streampark</artifactId>
<version>2.1.5</version>
<version>2.1.6</version>
</parent>

<artifactId>streampark-flink</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion streampark-flink/streampark-flink-client/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<parent>
<groupId>org.apache.streampark</groupId>
<artifactId>streampark-flink</artifactId>
<version>2.1.5</version>
<version>2.1.6</version>
</parent>

<artifactId>streampark-flink-client</artifactId>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<parent>
<groupId>org.apache.streampark</groupId>
<artifactId>streampark-flink-client</artifactId>
<version>2.1.5</version>
<version>2.1.6</version>
</parent>

<artifactId>streampark-flink-client-api_${scala.binary.version}</artifactId>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<parent>
<groupId>org.apache.streampark</groupId>
<artifactId>streampark-flink-client</artifactId>
<version>2.1.5</version>
<version>2.1.6</version>
</parent>

<artifactId>streampark-flink-client-core_${scala.binary.version}</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion streampark-flink/streampark-flink-connector/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<parent>
<groupId>org.apache.streampark</groupId>
<artifactId>streampark-flink</artifactId>
<version>2.1.5</version>
<version>2.1.6</version>
</parent>

<artifactId>streampark-flink-connector</artifactId>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<parent>
<groupId>org.apache.streampark</groupId>
<artifactId>streampark-flink-connector</artifactId>
<version>2.1.5</version>
<version>2.1.6</version>
</parent>

<artifactId>streampark-flink-connector-base_${scala.binary.version}</artifactId>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<parent>
<groupId>org.apache.streampark</groupId>
<artifactId>streampark-flink-connector</artifactId>
<version>2.1.5</version>
<version>2.1.6</version>
</parent>

<artifactId>streampark-flink-connector-clickhouse_${scala.binary.version}</artifactId>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<parent>
<groupId>org.apache.streampark</groupId>
<artifactId>streampark-flink-connector</artifactId>
<version>2.1.5</version>
<version>2.1.6</version>
</parent>

<artifactId>streampark-flink-connector-doris_${scala.binary.version}</artifactId>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.streampark</groupId>
<artifactId>streampark-flink-connector</artifactId>
<version>2.1.5</version>
<version>2.1.6</version>
</parent>

<artifactId>streampark-flink-connector-elasticsearch</artifactId>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
<parent>
<groupId>org.apache.streampark</groupId>
<artifactId>streampark-flink-connector-elasticsearch</artifactId>
<version>2.1.5</version>
<version>2.1.6</version>
</parent>

<artifactId>streampark-flink-connector-elasticsearch5_${scala.binary.version}</artifactId>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
<parent>
<groupId>org.apache.streampark</groupId>
<artifactId>streampark-flink-connector-elasticsearch</artifactId>
<version>2.1.5</version>
<version>2.1.6</version>
</parent>

<artifactId>streampark-flink-connector-elasticsearch6_${scala.binary.version}</artifactId>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<parent>
<artifactId>streampark-flink-connector-elasticsearch</artifactId>
<groupId>org.apache.streampark</groupId>
<version>2.1.5</version>
<version>2.1.6</version>
</parent>

<artifactId>streampark-flink-connector-elasticsearch7_${scala.binary.version}</artifactId>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<parent>
<groupId>org.apache.streampark</groupId>
<artifactId>streampark-flink-connector</artifactId>
<version>2.1.5</version>
<version>2.1.6</version>
</parent>

<artifactId>streampark-flink-connector-hbase_${scala.binary.version}</artifactId>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<parent>
<groupId>org.apache.streampark</groupId>
<artifactId>streampark-flink-connector</artifactId>
<version>2.1.5</version>
<version>2.1.6</version>
</parent>

<artifactId>streampark-flink-connector-http_${scala.binary.version}</artifactId>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<parent>
<groupId>org.apache.streampark</groupId>
<artifactId>streampark-flink-connector</artifactId>
<version>2.1.5</version>
<version>2.1.6</version>
</parent>

<artifactId>streampark-flink-connector-influx_${scala.binary.version}</artifactId>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<parent>
<groupId>org.apache.streampark</groupId>
<artifactId>streampark-flink-connector</artifactId>
<version>2.1.5</version>
<version>2.1.6</version>
</parent>

<artifactId>streampark-flink-connector-jdbc_${scala.binary.version}</artifactId>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<parent>
<groupId>org.apache.streampark</groupId>
<artifactId>streampark-flink-connector</artifactId>
<version>2.1.5</version>
<version>2.1.6</version>
</parent>

<artifactId>streampark-flink-connector-kafka_${scala.binary.version}</artifactId>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<parent>
<groupId>org.apache.streampark</groupId>
<artifactId>streampark-flink-connector</artifactId>
<version>2.1.5</version>
<version>2.1.6</version>
</parent>

<artifactId>streampark-flink-connector-mongo_${scala.binary.version}</artifactId>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<parent>
<groupId>org.apache.streampark</groupId>
<artifactId>streampark-flink-connector</artifactId>
<version>2.1.5</version>
<version>2.1.6</version>
</parent>

<artifactId>streampark-flink-connector-redis_${scala.binary.version}</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion streampark-flink/streampark-flink-core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<parent>
<groupId>org.apache.streampark</groupId>
<artifactId>streampark-flink</artifactId>
<version>2.1.5</version>
<version>2.1.6</version>
</parent>

<artifactId>streampark-flink-core_${scala.binary.version}</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion streampark-flink/streampark-flink-kubernetes/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<parent>
<groupId>org.apache.streampark</groupId>
<artifactId>streampark-flink</artifactId>
<version>2.1.5</version>
<version>2.1.6</version>
</parent>

<artifactId>streampark-flink-kubernetes_${scala.binary.version}</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion streampark-flink/streampark-flink-packer/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<parent>
<groupId>org.apache.streampark</groupId>
<artifactId>streampark-flink</artifactId>
<version>2.1.5</version>
<version>2.1.6</version>
</parent>

<artifactId>streampark-flink-packer_${scala.binary.version}</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion streampark-flink/streampark-flink-proxy/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<parent>
<groupId>org.apache.streampark</groupId>
<artifactId>streampark-flink</artifactId>
<version>2.1.5</version>
<version>2.1.6</version>
</parent>

<artifactId>streampark-flink-proxy_${scala.binary.version}</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion streampark-flink/streampark-flink-shims/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<parent>
<groupId>org.apache.streampark</groupId>
<artifactId>streampark-flink</artifactId>
<version>2.1.5</version>
<version>2.1.6</version>
</parent>

<artifactId>streampark-flink-shims</artifactId>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.streampark</groupId>
<artifactId>streampark-flink-shims</artifactId>
<version>2.1.5</version>
<version>2.1.6</version>
</parent>

<artifactId>streampark-flink-shims-base_${scala.binary.version}</artifactId>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
<parent>
<groupId>org.apache.streampark</groupId>
<artifactId>streampark-flink-shims</artifactId>
<version>2.1.5</version>
<version>2.1.6</version>
</parent>

<artifactId>streampark-flink-shims-test_${scala.binary.version}</artifactId>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.streampark</groupId>
<artifactId>streampark-flink-shims</artifactId>
<version>2.1.5</version>
<version>2.1.6</version>
</parent>

<artifactId>streampark-flink-shims_flink-1.12_${scala.binary.version}</artifactId>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<parent>
<groupId>org.apache.streampark</groupId>
<artifactId>streampark-flink-shims</artifactId>
<version>2.1.5</version>
<version>2.1.6</version>
</parent>

<artifactId>streampark-flink-shims_flink-1.13_${scala.binary.version}</artifactId>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<parent>
<groupId>org.apache.streampark</groupId>
<artifactId>streampark-flink-shims</artifactId>
<version>2.1.5</version>
<version>2.1.6</version>
</parent>

<artifactId>streampark-flink-shims_flink-1.14_${scala.binary.version}</artifactId>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
<parent>
<groupId>org.apache.streampark</groupId>
<artifactId>streampark-flink-shims</artifactId>
<version>2.1.5</version>
<version>2.1.6</version>
</parent>

<artifactId>streampark-flink-shims_flink-1.15_${scala.binary.version}</artifactId>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.streampark</groupId>
<artifactId>streampark-flink-shims</artifactId>
<version>2.1.5</version>
<version>2.1.6</version>
</parent>

<artifactId>streampark-flink-shims_flink-1.16_${scala.binary.version}</artifactId>
Expand Down
Loading

0 comments on commit 2050645

Please sign in to comment.