Skip to content

Commit

Permalink
Merge pull request #295 from trifork/bump-cheetah-lib-processing
Browse files Browse the repository at this point in the history
Bumped cheetah-lib-processing version from 6.1.1 to 6.1.2
  • Loading branch information
rnotrifork authored Oct 28, 2024
2 parents 6ddd756 + f697309 commit 9b87502
Show file tree
Hide file tree
Showing 24 changed files with 24 additions and 24 deletions.
2 changes: 1 addition & 1 deletion AvroToJson/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ RUN --mount=type=secret,id=GITHUB_TOKEN \
#
# Install jar onto clean runtime system.
#
FROM ghcr.io/trifork/cheetah-flink:6.1.1-flink-1.20.0-java17
FROM ghcr.io/trifork/cheetah-flink:6.1.2-flink-1.20.0-java17

COPY --from=build /app/target/AvroToJson*.jar /opt/flink/usrlib/artifacts/AvroToJson.jar

Expand Down
2 changes: 1 addition & 1 deletion AvroToJson/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@
<dependency>
<groupId>com.trifork.cheetah.processing</groupId>
<artifactId>cheetah-lib-processing</artifactId>
<version>6.1.1</version>
<version>6.1.2</version>
<scope>provided</scope>
</dependency>
<dependency>
Expand Down
2 changes: 1 addition & 1 deletion EnrichStream/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ RUN --mount=type=secret,id=GITHUB_TOKEN \
#
# Install jar onto clean runtime system.
#
FROM ghcr.io/trifork/cheetah-flink:6.1.1-flink-1.20.0-java17
FROM ghcr.io/trifork/cheetah-flink:6.1.2-flink-1.20.0-java17

COPY --from=build /app/target/enrichstream*.jar /opt/flink/usrlib/artifacts/enrichstream.jar

Expand Down
2 changes: 1 addition & 1 deletion EnrichStream/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ under the License.
<dependency>
<groupId>com.trifork.cheetah.processing</groupId>
<artifactId>cheetah-lib-processing</artifactId>
<version>6.1.1</version>
<version>6.1.2</version>
<scope>provided</scope>
</dependency>
<dependency>
Expand Down
2 changes: 1 addition & 1 deletion ExternalLookup/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ RUN --mount=type=secret,id=GITHUB_TOKEN \
#
# Install jar onto clean runtime system.
#
FROM ghcr.io/trifork/cheetah-flink:6.1.1-flink-1.20.0-java17
FROM ghcr.io/trifork/cheetah-flink:6.1.2-flink-1.20.0-java17

COPY --from=build /app/target/externallookup*.jar /opt/flink/usrlib/artifacts/externallookup.jar

Expand Down
2 changes: 1 addition & 1 deletion ExternalLookup/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ under the License.
<dependency>
<groupId>com.trifork.cheetah.processing</groupId>
<artifactId>cheetah-lib-processing</artifactId>
<version>6.1.1</version>
<version>6.1.2</version>
<scope>provided</scope>
</dependency>
<dependency>
Expand Down
2 changes: 1 addition & 1 deletion FlinkStates/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ RUN --mount=type=secret,id=GITHUB_TOKEN \
#
# Install jar onto clean runtime system.
#
FROM ghcr.io/trifork/cheetah-flink:6.1.1-flink-1.20.0-java17
FROM ghcr.io/trifork/cheetah-flink:6.1.2-flink-1.20.0-java17

COPY --from=build /app/target/flinkstates*.jar /opt/flink/usrlib/artifacts/flinkstates.jar

Expand Down
2 changes: 1 addition & 1 deletion FlinkStates/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ under the License.
<dependency>
<groupId>com.trifork.cheetah.processing</groupId>
<artifactId>cheetah-lib-processing</artifactId>
<version>6.1.1</version>
<version>6.1.2</version>
<scope>provided</scope>
</dependency>
<dependency>
Expand Down
2 changes: 1 addition & 1 deletion JsonToAvro/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ RUN --mount=type=secret,id=GITHUB_TOKEN \
#
# Install jar onto clean runtime system.
#
FROM ghcr.io/trifork/cheetah-flink:6.1.1-flink-1.20.0-java17
FROM ghcr.io/trifork/cheetah-flink:6.1.2-flink-1.20.0-java17

COPY --from=build /app/target/jsonToAvro*.jar /opt/flink/usrlib/artifacts/jsonToAvro.jar

Expand Down
2 changes: 1 addition & 1 deletion JsonToAvro/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ under the License.
<dependency>
<groupId>com.trifork.cheetah.processing</groupId>
<artifactId>cheetah-lib-processing</artifactId>
<version>6.1.1</version>
<version>6.1.2</version>
<scope>provided</scope>
</dependency>
<dependency>
Expand Down
2 changes: 1 addition & 1 deletion KeySerializationSchema/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ RUN --mount=type=secret,id=GITHUB_TOKEN \
#
# Install jar onto clean runtime system.
#
FROM ghcr.io/trifork/cheetah-flink:6.1.1-flink-1.20.0-java17
FROM ghcr.io/trifork/cheetah-flink:6.1.2-flink-1.20.0-java17

COPY --from=build /app/target/KeySerializationSchema*.jar /opt/flink/usrlib/artifacts/

Expand Down
2 changes: 1 addition & 1 deletion KeySerializationSchema/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ under the License.
<dependency>
<groupId>com.trifork.cheetah.processing</groupId>
<artifactId>cheetah-lib-processing</artifactId>
<version>6.1.1</version>
<version>6.1.2</version>
<scope>provided</scope>
</dependency>
<dependency>
Expand Down
2 changes: 1 addition & 1 deletion MultipleSideOutput/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ RUN --mount=type=secret,id=GITHUB_TOKEN \
#
# Install jar onto clean runtime system.
#
FROM ghcr.io/trifork/cheetah-flink:6.1.1-flink-1.20.0-java17
FROM ghcr.io/trifork/cheetah-flink:6.1.2-flink-1.20.0-java17

COPY --from=build /app/target/multiplesideoutput*.jar /opt/flink/usrlib/artifacts/multiplesideoutput.jar

Expand Down
2 changes: 1 addition & 1 deletion MultipleSideOutput/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ under the License.
<dependency>
<groupId>com.trifork.cheetah.processing</groupId>
<artifactId>cheetah-lib-processing</artifactId>
<version>6.1.1</version>
<version>6.1.2</version>
<scope>provided</scope>
</dependency>
<dependency>
Expand Down
2 changes: 1 addition & 1 deletion Observability/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ RUN --mount=type=secret,id=GITHUB_TOKEN \
#
# Install jar onto clean runtime system.
#
FROM ghcr.io/trifork/cheetah-flink:6.1.1-flink-1.20.0-java17
FROM ghcr.io/trifork/cheetah-flink:6.1.2-flink-1.20.0-java17

COPY --from=build /app/target/observability*.jar /opt/flink/usrlib/artifacts/observability.jar

Expand Down
2 changes: 1 addition & 1 deletion Observability/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ under the License.
<dependency>
<groupId>com.trifork.cheetah.processing</groupId>
<artifactId>cheetah-lib-processing</artifactId>
<version>6.1.1</version>
<version>6.1.2</version>
<scope>provided</scope>
</dependency>
<dependency>
Expand Down
2 changes: 1 addition & 1 deletion SerializationErrorCatch/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ RUN --mount=type=secret,id=GITHUB_TOKEN \
#
# Install jar onto clean runtime system.
#
FROM ghcr.io/trifork/cheetah-flink:6.1.1-flink-1.20.0-java17
FROM ghcr.io/trifork/cheetah-flink:6.1.2-flink-1.20.0-java17

COPY --from=build /app/target/SerializationErrorCatch*.jar /opt/flink/usrlib/artifacts/SerializationErrorCatch.jar

Expand Down
2 changes: 1 addition & 1 deletion SerializationErrorCatch/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ under the License.
<dependency>
<groupId>com.trifork.cheetah.processing</groupId>
<artifactId>cheetah-lib-processing</artifactId>
<version>6.1.1</version>
<version>6.1.2</version>
<scope>provided</scope>
</dependency>
<dependency>
Expand Down
2 changes: 1 addition & 1 deletion SerializationErrorSideOutput/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ RUN --mount=type=secret,id=GITHUB_TOKEN \
#
# Install jar onto clean runtime system.
#
FROM ghcr.io/trifork/cheetah-flink:6.1.1-flink-1.20.0-java17
FROM ghcr.io/trifork/cheetah-flink:6.1.2-flink-1.20.0-java17

COPY --from=build /app/target/SerializationErrorSideOutput*.jar /opt/flink/usrlib/artifacts/SerializationErrorSideOutput.jar

Expand Down
2 changes: 1 addition & 1 deletion SerializationErrorSideOutput/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ under the License.
<dependency>
<groupId>com.trifork.cheetah.processing</groupId>
<artifactId>cheetah-lib-processing</artifactId>
<version>6.1.1</version>
<version>6.1.2</version>
<scope>provided</scope>
</dependency>
<dependency>
Expand Down
2 changes: 1 addition & 1 deletion TransformAndStore/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ RUN --mount=type=secret,id=GITHUB_TOKEN \
#
# Install jar onto clean runtime system.
#
FROM ghcr.io/trifork/cheetah-flink:6.1.1-flink-1.20.0-java17
FROM ghcr.io/trifork/cheetah-flink:6.1.2-flink-1.20.0-java17

COPY --from=build /app/target/transform-and-store*.jar /opt/flink/usrlib/artifacts/transform-and-store.jar

Expand Down
2 changes: 1 addition & 1 deletion TransformAndStore/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ under the License.
<dependency>
<groupId>com.trifork.cheetah.processing</groupId>
<artifactId>cheetah-lib-processing</artifactId>
<version>6.1.1</version>
<version>6.1.2</version>
<scope>provided</scope>
</dependency>
<dependency>
Expand Down
2 changes: 1 addition & 1 deletion TumblingWindow/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ RUN --mount=type=secret,id=GITHUB_TOKEN \
#
# Install jar onto clean runtime system.
#
FROM ghcr.io/trifork/cheetah-flink:6.1.1-flink-1.20.0-java17
FROM ghcr.io/trifork/cheetah-flink:6.1.2-flink-1.20.0-java17

COPY --from=build /app/target/tumblingwindow*.jar /opt/flink/usrlib/artifacts/tumblingwindow.jar

Expand Down
2 changes: 1 addition & 1 deletion TumblingWindow/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ under the License.
<dependency>
<groupId>com.trifork.cheetah.processing</groupId>
<artifactId>cheetah-lib-processing</artifactId>
<version>6.1.1</version>
<version>6.1.2</version>
<scope>provided</scope>
</dependency>
<dependency>
Expand Down

0 comments on commit 9b87502

Please sign in to comment.