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

+1-1
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

+2-2
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

+1-1
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

+1-1
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

+1-1
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

+2-2
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

+1-1
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

+1-1
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

+1-1
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

+1-1
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-operator-api/pom.xml

+1-1
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-operator/pom.xml

+1-1
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-standalone/pom.xml

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

flink-kubernetes-webhook/pom.xml

+1-1
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

helm/flink-kubernetes-operator/Chart.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,6 @@ apiVersion: v2
2121
name: flink-kubernetes-operator
2222
description: A Helm chart for the Apache Flink Kubernetes Operator
2323
type: application
24-
version: 1.9-SNAPSHOT
25-
appVersion: 1.9-SNAPSHOT
24+
version: 1.10-SNAPSHOT
25+
appVersion: 1.10-SNAPSHOT
2626
icon: https://flink.apache.org/img/logo/png/50/color_50.png

pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ under the License.
2929

3030
<groupId>org.apache.flink</groupId>
3131
<artifactId>flink-kubernetes-operator-parent</artifactId>
32-
<version>1.9-SNAPSHOT</version>
32+
<version>1.10-SNAPSHOT</version>
3333

3434
<name>Flink Kubernetes: </name>
3535
<packaging>pom</packaging>

0 commit comments

Comments
 (0)