Skip to content

Commit d6e20e2

Browse files
committed
[FLINK-37236] Bump Flink dependencies to 1.20 and add v2_0 version
1 parent 379c690 commit d6e20e2

File tree

50 files changed

+169
-139
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

50 files changed

+169
-139
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -91,6 +91,7 @@ jobs:
9191
http-client: [ "okhttp" ]
9292
java-version: [ "11", "17"]
9393
flink-version:
94+
- "v2_0"
9495
- "v1_20"
9596
- "v1_19"
9697
- "v1_18"
@@ -107,11 +108,11 @@ jobs:
107108
strategy:
108109
matrix:
109110
flink-version:
111+
- "v2_0"
110112
- "v1_20"
111113
- "v1_19"
112114
- "v1_18"
113115
- "v1_17"
114-
- "v1_16"
115116
mode:
116117
- "native"
117118
- "standalone"
@@ -143,11 +144,11 @@ jobs:
143144
strategy:
144145
matrix:
145146
flink-version:
147+
- "v2_0"
146148
- "v1_20"
147149
- "v1_18"
148150
- "v1_19"
149151
- "v1_17"
150-
- "v1_16"
151152
mode:
152153
- "native"
153154
- "standalone"

docs/content.zh/docs/custom-resource/autoscaler.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -177,7 +177,7 @@ We suggest setting this based on your actual objective, such us 10,30,60 minutes
177177
### Basic configuration example
178178
```yaml
179179
...
180-
flinkVersion: v1_17
180+
flinkVersion: v1_20
181181
flinkConfiguration:
182182
job.autoscaler.enabled: "true"
183183
job.autoscaler.stabilization.interval: 1m

docs/content.zh/docs/custom-resource/job-management.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -111,8 +111,8 @@ kind: FlinkDeployment
111111
metadata:
112112
name: basic-checkpoint-ha-example
113113
spec:
114-
image: flink:1.17
115-
flinkVersion: v1_17
114+
image: flink:1.20
115+
flinkVersion: v1_20
116116
flinkConfiguration:
117117
taskmanager.numberOfTaskSlots: "2"
118118
state.savepoints.dir: file:///flink-data/savepoints

docs/content.zh/docs/custom-resource/overview.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -114,8 +114,8 @@ metadata:
114114
namespace: default
115115
name: basic-example
116116
spec:
117-
image: flink:1.17
118-
flinkVersion: v1_17
117+
image: flink:1.20
118+
flinkVersion: v1_20
119119
flinkConfiguration:
120120
taskmanager.numberOfTaskSlots: "2"
121121
serviceAccount: flink

docs/content.zh/docs/custom-resource/pod-template.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,8 +46,8 @@ metadata:
4646
namespace: default
4747
name: pod-template-example
4848
spec:
49-
image: flink:1.17
50-
flinkVersion: v1_17
49+
image: flink:1.20
50+
flinkVersion: v1_20
5151
flinkConfiguration:
5252
taskmanager.numberOfTaskSlots: "2"
5353
serviceAccount: flink

docs/content.zh/docs/operations/ingress.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,8 +35,8 @@ metadata:
3535
namespace: default
3636
name: advanced-ingress
3737
spec:
38-
image: flink:1.17
39-
flinkVersion: v1_17
38+
image: flink:1.20
39+
flinkVersion: v1_20
4040
ingress:
4141
template: "flink.k8s.io/{{namespace}}/{{name}}(/|$)(.*)"
4242
className: "nginx"

docs/content/docs/custom-resource/autoscaler.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -177,7 +177,7 @@ We suggest setting this based on your actual objective, such us 10,30,60 minutes
177177
### Basic configuration example
178178
```yaml
179179
...
180-
flinkVersion: v1_17
180+
flinkVersion: v1_20
181181
flinkConfiguration:
182182
job.autoscaler.enabled: "true"
183183
job.autoscaler.stabilization.interval: 1m

docs/content/docs/custom-resource/job-management.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -111,8 +111,8 @@ kind: FlinkDeployment
111111
metadata:
112112
name: basic-checkpoint-ha-example
113113
spec:
114-
image: flink:1.17
115-
flinkVersion: v1_17
114+
image: flink:1.20
115+
flinkVersion: v1_20
116116
flinkConfiguration:
117117
taskmanager.numberOfTaskSlots: "2"
118118
state.savepoints.dir: file:///flink-data/savepoints

docs/content/docs/custom-resource/overview.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -117,8 +117,8 @@ metadata:
117117
namespace: default
118118
name: basic-example
119119
spec:
120-
image: flink:1.17
121-
flinkVersion: v1_17
120+
image: flink:1.20
121+
flinkVersion: v1_20
122122
flinkConfiguration:
123123
taskmanager.numberOfTaskSlots: "2"
124124
serviceAccount: flink

docs/content/docs/custom-resource/pod-template.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,8 +49,8 @@ metadata:
4949
namespace: default
5050
name: pod-template-example
5151
spec:
52-
image: flink:1.17
53-
flinkVersion: v1_17
52+
image: flink:1.20
53+
flinkVersion: v1_20
5454
flinkConfiguration:
5555
taskmanager.numberOfTaskSlots: "2"
5656
serviceAccount: flink

0 commit comments

Comments
 (0)