File tree Expand file tree Collapse file tree 16 files changed +19
-19
lines changed
kubernetes-client-examples
flink-autoscaler-plugin-jdbc
flink-autoscaler-standalone
flink-kubernetes-operator-api
flink-kubernetes-operator
flink-kubernetes-standalone
helm/flink-kubernetes-operator Expand file tree Collapse file tree 16 files changed +19
-19
lines changed Original file line number Diff line number Diff line change @@ -36,7 +36,7 @@ RUN cd /app/tools/license; mkdir jars; cd jars; \
36
36
FROM eclipse-temurin:11-jre-jammy
37
37
ENV FLINK_HOME=/opt/flink
38
38
ENV FLINK_PLUGINS_DIR=$FLINK_HOME/plugins
39
- ENV OPERATOR_VERSION=1.9 -SNAPSHOT
39
+ ENV OPERATOR_VERSION=1.10 -SNAPSHOT
40
40
ENV OPERATOR_JAR=flink-kubernetes-operator-$OPERATOR_VERSION-shaded.jar
41
41
ENV WEBHOOK_JAR=flink-kubernetes-webhook-$OPERATOR_VERSION-shaded.jar
42
42
ENV KUBERNETES_STANDALONE_JAR=flink-kubernetes-standalone-$OPERATOR_VERSION.jar
Original file line number Diff line number Diff line change @@ -34,11 +34,11 @@ pygmentsUseClasses = true
34
34
# we change the version for the complete docs when forking of a release branch
35
35
# etc.
36
36
# The full version string as referenced in Maven (e.g. 1.2.1)
37
- Version = " 1.9 -SNAPSHOT"
37
+ Version = " 1.10 -SNAPSHOT"
38
38
39
39
# For stable releases, leave the bugfix version out (e.g. 1.2). For snapshot
40
40
# release this should be the same as the regular version
41
- VersionTitle = " 1.9 -SNAPSHOT"
41
+ VersionTitle = " 1.10 -SNAPSHOT"
42
42
43
43
# The branch for this version of the Apache Flink Kubernetes Operator
44
44
Branch = " main"
Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ under the License.
23
23
<parent >
24
24
<groupId >org.apache.flink</groupId >
25
25
<artifactId >flink-kubernetes-operator-parent</artifactId >
26
- <version >1.9 -SNAPSHOT</version >
26
+ <version >1.10 -SNAPSHOT</version >
27
27
<relativePath >../..</relativePath >
28
28
</parent >
29
29
Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ under the License.
23
23
<parent >
24
24
<groupId >org.apache.flink</groupId >
25
25
<artifactId >flink-kubernetes-operator-parent</artifactId >
26
- <version >1.9 -SNAPSHOT</version >
26
+ <version >1.10 -SNAPSHOT</version >
27
27
<relativePath >../..</relativePath >
28
28
</parent >
29
29
Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ under the License.
23
23
<parent >
24
24
<groupId >org.apache.flink</groupId >
25
25
<artifactId >flink-kubernetes-operator-parent</artifactId >
26
- <version >1.9 -SNAPSHOT</version >
26
+ <version >1.10 -SNAPSHOT</version >
27
27
<relativePath >../..</relativePath >
28
28
</parent >
29
29
Original file line number Diff line number Diff line change @@ -24,7 +24,7 @@ under the License.
24
24
<parent >
25
25
<groupId >org.apache.flink</groupId >
26
26
<artifactId >flink-kubernetes-operator-parent</artifactId >
27
- <version >1.9 -SNAPSHOT</version >
27
+ <version >1.10 -SNAPSHOT</version >
28
28
<relativePath >../..</relativePath >
29
29
</parent >
30
30
@@ -40,7 +40,7 @@ under the License.
40
40
<dependency >
41
41
<groupId >org.apache.flink</groupId >
42
42
<artifactId >flink-kubernetes-operator</artifactId >
43
- <version >1.9 -SNAPSHOT</version >
43
+ <version >1.10 -SNAPSHOT</version >
44
44
<scope >compile</scope >
45
45
</dependency >
46
46
</dependencies >
Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ under the License.
23
23
<parent >
24
24
<artifactId >flink-kubernetes-operator-parent</artifactId >
25
25
<groupId >org.apache.flink</groupId >
26
- <version >1.9 -SNAPSHOT</version >
26
+ <version >1.10 -SNAPSHOT</version >
27
27
<relativePath >..</relativePath >
28
28
</parent >
29
29
Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ under the License.
23
23
<parent >
24
24
<groupId >org.apache.flink</groupId >
25
25
<artifactId >flink-kubernetes-operator-parent</artifactId >
26
- <version >1.9 -SNAPSHOT</version >
26
+ <version >1.10 -SNAPSHOT</version >
27
27
<relativePath >..</relativePath >
28
28
</parent >
29
29
Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ under the License.
23
23
<parent >
24
24
<groupId >org.apache.flink</groupId >
25
25
<artifactId >flink-kubernetes-operator-parent</artifactId >
26
- <version >1.9 -SNAPSHOT</version >
26
+ <version >1.10 -SNAPSHOT</version >
27
27
<relativePath >..</relativePath >
28
28
</parent >
29
29
Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ under the License.
23
23
<parent >
24
24
<groupId >org.apache.flink</groupId >
25
25
<artifactId >flink-kubernetes-operator-parent</artifactId >
26
- <version >1.9 -SNAPSHOT</version >
26
+ <version >1.10 -SNAPSHOT</version >
27
27
<relativePath >..</relativePath >
28
28
</parent >
29
29
You can’t perform that action at this time.
0 commit comments