Skip to content

Commit

Permalink
Update flink to v1.18.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Dec 5, 2023
1 parent 6d824ca commit 9769d2b
Show file tree
Hide file tree
Showing 18 changed files with 19 additions and 19 deletions.
2 changes: 1 addition & 1 deletion EnrichStream/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ RUN \
#
# Install jars onto clean runtime system.
#
FROM flink:1.16.1-scala_2.12-java11 as runtime
FROM flink:1.18.0-scala_2.12-java11 as runtime

COPY --from=build /app/target/lib/*.jar /opt/flink/usrlib/artifacts/
COPY --from=build /app/target/enrichstream*.jar /opt/flink/usrlib/artifacts/
Expand Down
2 changes: 1 addition & 1 deletion EnrichStream/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ under the License.

<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<flink.version>1.16.1</flink.version>
<flink.version>1.18.0</flink.version>
<target.java.version>11</target.java.version>
<scala.binary.version>2.12</scala.binary.version>
<maven.compiler.source>${target.java.version}</maven.compiler.source>
Expand Down
2 changes: 1 addition & 1 deletion ExternalLookup/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ RUN --mount=type=secret,id=GITHUB_TOKEN \
#
# Install jars onto clean runtime system.
#
FROM flink:1.16.1-scala_2.12-java11 as runtime
FROM flink:1.18.0-scala_2.12-java11 as runtime

COPY --from=build /app/target/lib/*.jar /opt/flink/usrlib/artifacts/
COPY --from=build /app/target/externallookup*.jar /opt/flink/usrlib/artifacts/
Expand Down
2 changes: 1 addition & 1 deletion ExternalLookup/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ under the License.

<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<flink.version>1.16.1</flink.version>
<flink.version>1.18.0</flink.version>
<target.java.version>11</target.java.version>
<scala.binary.version>2.12</scala.binary.version>
<maven.compiler.source>${target.java.version}</maven.compiler.source>
Expand Down
2 changes: 1 addition & 1 deletion FlinkStates/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ RUN \
#
# Install jars onto clean runtime system.
#
FROM flink:1.16.1-scala_2.12-java11 as runtime
FROM flink:1.18.0-scala_2.12-java11 as runtime

COPY --from=build /app/target/lib/*.jar /opt/flink/usrlib/artifacts/
COPY --from=build /app/target/flinkstates*.jar /opt/flink/usrlib/artifacts/
Expand Down
2 changes: 1 addition & 1 deletion FlinkStates/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ under the License.

<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<flink.version>1.16.1</flink.version>
<flink.version>1.18.0</flink.version>
<target.java.version>11</target.java.version>
<scala.binary.version>2.12</scala.binary.version>
<maven.compiler.source>${target.java.version}</maven.compiler.source>
Expand Down
2 changes: 1 addition & 1 deletion JsonToAvro/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ RUN \
#
# Install jars onto clean runtime system.
#
FROM flink:1.16.1-scala_2.12-java11 as runtime
FROM flink:1.18.0-scala_2.12-java11 as runtime

COPY --from=build /app/target/lib/*.jar /opt/flink/usrlib/artifacts/
COPY --from=build /app/target/jsonToAvro*.jar /opt/flink/usrlib/artifacts/
Expand Down
2 changes: 1 addition & 1 deletion JsonToAvro/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ under the License.

<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<flink.version>1.16.1</flink.version>
<flink.version>1.18.0</flink.version>
<target.java.version>11</target.java.version>
<scala.binary.version>2.12</scala.binary.version>
<maven.compiler.source>${target.java.version}</maven.compiler.source>
Expand Down
2 changes: 1 addition & 1 deletion MultipleSideOutput/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ RUN \
#
# Install jars onto clean runtime system.
#
FROM flink:1.16.1-scala_2.12-java11 as runtime
FROM flink:1.18.0-scala_2.12-java11 as runtime

COPY --from=build /app/target/lib/*.jar /opt/flink/usrlib/artifacts/
COPY --from=build /app/target/multiplesideoutput*.jar /opt/flink/usrlib/artifacts/
Expand Down
2 changes: 1 addition & 1 deletion MultipleSideOutput/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ under the License.

<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<flink.version>1.16.1</flink.version>
<flink.version>1.18.0</flink.version>
<target.java.version>11</target.java.version>
<scala.binary.version>2.12</scala.binary.version>
<maven.compiler.source>${target.java.version}</maven.compiler.source>
Expand Down
2 changes: 1 addition & 1 deletion Observability/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ RUN \
#
# Install jars onto clean runtime system.
#
FROM flink:1.16.1-scala_2.12-java11 as runtime
FROM flink:1.18.0-scala_2.12-java11 as runtime

COPY --from=build /app/target/lib/*.jar /opt/flink/usrlib/artifacts/
COPY --from=build /app/target/observability*.jar /opt/flink/usrlib/artifacts/
Expand Down
4 changes: 2 additions & 2 deletions Observability/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ under the License.

<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<flink.version>1.16.1</flink.version>
<flink.version>1.18.0</flink.version>
<target.java.version>11</target.java.version>
<scala.binary.version>2.12</scala.binary.version>
<maven.compiler.source>${target.java.version}</maven.compiler.source>
Expand Down Expand Up @@ -107,7 +107,7 @@ under the License.
<dependency>
<groupId>org.apache.flink</groupId>
<artifactId>flink-metrics-dropwizard</artifactId>
<version>1.16.2</version>
<version>1.18.0</version>
</dependency>

<!-- Test -->
Expand Down
2 changes: 1 addition & 1 deletion SerializationErrorCatch/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ RUN \
#
# Install jars onto clean runtime system.
#
FROM flink:1.16.1-scala_2.12-java11 as runtime
FROM flink:1.18.0-scala_2.12-java11 as runtime

COPY --from=build /app/target/lib/*.jar /opt/flink/usrlib/artifacts/
COPY --from=build /app/target/SerializationErrorCatch*.jar /opt/flink/usrlib/artifacts/
Expand Down
2 changes: 1 addition & 1 deletion SerializationErrorCatch/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ under the License.

<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<flink.version>1.16.1</flink.version>
<flink.version>1.18.0</flink.version>
<target.java.version>11</target.java.version>
<scala.binary.version>2.12</scala.binary.version>
<maven.compiler.source>${target.java.version}</maven.compiler.source>
Expand Down
2 changes: 1 addition & 1 deletion TransformAndStore/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ RUN \
#
# Install jars onto clean runtime system.
#
FROM flink:1.16.1-scala_2.12-java11 as runtime
FROM flink:1.18.0-scala_2.12-java11 as runtime

COPY --from=build /app/target/lib/*.jar /opt/flink/usrlib/artifacts/
COPY --from=build /app/target/transform-and-store*.jar /opt/flink/usrlib/artifacts/
Expand Down
2 changes: 1 addition & 1 deletion TransformAndStore/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ under the License.

<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<flink.version>1.16.1</flink.version>
<flink.version>1.18.0</flink.version>
<target.java.version>11</target.java.version>
<scala.binary.version>2.12</scala.binary.version>
<maven.compiler.source>${target.java.version}</maven.compiler.source>
Expand Down
2 changes: 1 addition & 1 deletion TumblingWindow/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ RUN --mount=type=secret,id=GITHUB_TOKEN \
#
# Install jars onto clean runtime system.
#
FROM flink:1.16.1-scala_2.12-java11 as runtime
FROM flink:1.18.0-scala_2.12-java11 as runtime

COPY --from=build /app/target/lib/*.jar /opt/flink/usrlib/artifacts/
COPY --from=build /app/target/tumblingwindow*.jar /opt/flink/usrlib/artifacts/
Expand Down
2 changes: 1 addition & 1 deletion TumblingWindow/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ under the License.

<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<flink.version>1.16.1</flink.version>
<flink.version>1.18.0</flink.version>
<target.java.version>11</target.java.version>
<scala.binary.version>2.12</scala.binary.version>
<maven.compiler.source>${target.java.version}</maven.compiler.source>
Expand Down

0 comments on commit 9769d2b

Please sign in to comment.