Skip to content

Commit fecaeca

Browse files
gaborgsomogyigyfora
authored andcommitted
[release] Update version to 1.13-SNAPSHOT
1 parent 3c60c3c commit fecaeca

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
@@ -38,7 +38,7 @@ RUN cd /app/tools/license; mkdir jars; cd jars; \
3838
FROM eclipse-temurin:${JAVA_VERSION}-jre-jammy
3939
ENV FLINK_HOME=/opt/flink
4040
ENV FLINK_PLUGINS_DIR=$FLINK_HOME/plugins
41-
ENV OPERATOR_VERSION=1.12-SNAPSHOT
41+
ENV OPERATOR_VERSION=1.13-SNAPSHOT
4242
ENV OPERATOR_JAR=flink-kubernetes-operator-$OPERATOR_VERSION-shaded.jar
4343
ENV WEBHOOK_JAR=flink-kubernetes-webhook-$OPERATOR_VERSION-shaded.jar
4444
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.12-SNAPSHOT"
37+
Version = "1.13-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.12-SNAPSHOT"
41+
VersionTitle = "1.13-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.12-SNAPSHOT</version>
26+
<version>1.13-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.12-SNAPSHOT</version>
26+
<version>1.13-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.12-SNAPSHOT</version>
26+
<version>1.13-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.12-SNAPSHOT</version>
27+
<version>1.13-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.12-SNAPSHOT</version>
43+
<version>1.13-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.12-SNAPSHOT</version>
26+
<version>1.13-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.12-SNAPSHOT</version>
26+
<version>1.13-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.12-SNAPSHOT</version>
26+
<version>1.13-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.12-SNAPSHOT</version>
26+
<version>1.13-SNAPSHOT</version>
2727
<relativePath>..</relativePath>
2828
</parent>
2929

0 commit comments

Comments
 (0)