Skip to content

Commit 1c78a06

Browse files
committed
[release] Update version to 1.10-SNAPSHOT
1 parent 64b2525 commit 1c78a06

File tree

16 files changed

+19
-19
lines changed

16 files changed

+19
-19
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ RUN cd /app/tools/license; mkdir jars; cd jars; \
3636
FROM eclipse-temurin:11-jre-jammy
3737
ENV FLINK_HOME=/opt/flink
3838
ENV FLINK_PLUGINS_DIR=$FLINK_HOME/plugins
39-
ENV OPERATOR_VERSION=1.9-SNAPSHOT
39+
ENV OPERATOR_VERSION=1.10-SNAPSHOT
4040
ENV OPERATOR_JAR=flink-kubernetes-operator-$OPERATOR_VERSION-shaded.jar
4141
ENV WEBHOOK_JAR=flink-kubernetes-webhook-$OPERATOR_VERSION-shaded.jar
4242
ENV KUBERNETES_STANDALONE_JAR=flink-kubernetes-standalone-$OPERATOR_VERSION.jar

docs/config.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,11 +34,11 @@ pygmentsUseClasses = true
3434
# we change the version for the complete docs when forking of a release branch
3535
# etc.
3636
# The full version string as referenced in Maven (e.g. 1.2.1)
37-
Version = "1.9-SNAPSHOT"
37+
Version = "1.10-SNAPSHOT"
3838

3939
# For stable releases, leave the bugfix version out (e.g. 1.2). For snapshot
4040
# release this should be the same as the regular version
41-
VersionTitle = "1.9-SNAPSHOT"
41+
VersionTitle = "1.10-SNAPSHOT"
4242

4343
# The branch for this version of the Apache Flink Kubernetes Operator
4444
Branch = "main"

examples/autoscaling/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ under the License.
2323
<parent>
2424
<groupId>org.apache.flink</groupId>
2525
<artifactId>flink-kubernetes-operator-parent</artifactId>
26-
<version>1.9-SNAPSHOT</version>
26+
<version>1.10-SNAPSHOT</version>
2727
<relativePath>../..</relativePath>
2828
</parent>
2929

examples/flink-beam-example/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ under the License.
2323
<parent>
2424
<groupId>org.apache.flink</groupId>
2525
<artifactId>flink-kubernetes-operator-parent</artifactId>
26-
<version>1.9-SNAPSHOT</version>
26+
<version>1.10-SNAPSHOT</version>
2727
<relativePath>../..</relativePath>
2828
</parent>
2929

examples/flink-sql-runner-example/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ under the License.
2323
<parent>
2424
<groupId>org.apache.flink</groupId>
2525
<artifactId>flink-kubernetes-operator-parent</artifactId>
26-
<version>1.9-SNAPSHOT</version>
26+
<version>1.10-SNAPSHOT</version>
2727
<relativePath>../..</relativePath>
2828
</parent>
2929

examples/kubernetes-client-examples/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ under the License.
2424
<parent>
2525
<groupId>org.apache.flink</groupId>
2626
<artifactId>flink-kubernetes-operator-parent</artifactId>
27-
<version>1.9-SNAPSHOT</version>
27+
<version>1.10-SNAPSHOT</version>
2828
<relativePath>../..</relativePath>
2929
</parent>
3030

@@ -40,7 +40,7 @@ under the License.
4040
<dependency>
4141
<groupId>org.apache.flink</groupId>
4242
<artifactId>flink-kubernetes-operator</artifactId>
43-
<version>1.9-SNAPSHOT</version>
43+
<version>1.10-SNAPSHOT</version>
4444
<scope>compile</scope>
4545
</dependency>
4646
</dependencies>

flink-autoscaler-plugin-jdbc/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ under the License.
2323
<parent>
2424
<artifactId>flink-kubernetes-operator-parent</artifactId>
2525
<groupId>org.apache.flink</groupId>
26-
<version>1.9-SNAPSHOT</version>
26+
<version>1.10-SNAPSHOT</version>
2727
<relativePath>..</relativePath>
2828
</parent>
2929

flink-autoscaler-standalone/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ under the License.
2323
<parent>
2424
<groupId>org.apache.flink</groupId>
2525
<artifactId>flink-kubernetes-operator-parent</artifactId>
26-
<version>1.9-SNAPSHOT</version>
26+
<version>1.10-SNAPSHOT</version>
2727
<relativePath>..</relativePath>
2828
</parent>
2929

flink-autoscaler/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ under the License.
2323
<parent>
2424
<groupId>org.apache.flink</groupId>
2525
<artifactId>flink-kubernetes-operator-parent</artifactId>
26-
<version>1.9-SNAPSHOT</version>
26+
<version>1.10-SNAPSHOT</version>
2727
<relativePath>..</relativePath>
2828
</parent>
2929

flink-kubernetes-docs/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ under the License.
2323
<parent>
2424
<groupId>org.apache.flink</groupId>
2525
<artifactId>flink-kubernetes-operator-parent</artifactId>
26-
<version>1.9-SNAPSHOT</version>
26+
<version>1.10-SNAPSHOT</version>
2727
<relativePath>..</relativePath>
2828
</parent>
2929

0 commit comments

Comments
 (0)