MINOR: Bump latest 3.0 version to 3.0.1 (#11885)

Reviewers: Matthias J. Sax <mjsax@apache.org>
This commit is contained in:
Mickael Maison 2022-03-16 11:43:37 +01:00 committed by GitHub
parent 620f1d88d8
commit 1783fb14df
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 7 additions and 6 deletions

View File

@ -98,7 +98,7 @@ versions += [
kafka_26: "2.6.2",
kafka_27: "2.7.1",
kafka_28: "2.8.1",
kafka_30: "3.0.0",
kafka_30: "3.0.1",
kafka_31: "3.1.0",
lz4: "1.8.0",
mavenArtifact: "3.8.4",

View File

@ -63,7 +63,7 @@ RUN mkdir -p "/opt/kafka-2.5.1" && chmod a+rw /opt/kafka-2.5.1 && curl -s "$KAFK
RUN mkdir -p "/opt/kafka-2.6.2" && chmod a+rw /opt/kafka-2.6.2 && curl -s "$KAFKA_MIRROR/kafka_2.12-2.6.2.tgz" | tar xz --strip-components=1 -C "/opt/kafka-2.6.2"
RUN mkdir -p "/opt/kafka-2.7.1" && chmod a+rw /opt/kafka-2.7.1 && curl -s "$KAFKA_MIRROR/kafka_2.12-2.7.1.tgz" | tar xz --strip-components=1 -C "/opt/kafka-2.7.1"
RUN mkdir -p "/opt/kafka-2.8.1" && chmod a+rw /opt/kafka-2.8.1 && curl -s "$KAFKA_MIRROR/kafka_2.12-2.8.1.tgz" | tar xz --strip-components=1 -C "/opt/kafka-2.8.1"
RUN mkdir -p "/opt/kafka-3.0.0" && chmod a+rw /opt/kafka-3.0.0 && curl -s "$KAFKA_MIRROR/kafka_2.12-3.0.0.tgz" | tar xz --strip-components=1 -C "/opt/kafka-3.0.0"
RUN mkdir -p "/opt/kafka-3.0.1" && chmod a+rw /opt/kafka-3.0.1 && curl -s "$KAFKA_MIRROR/kafka_2.12-3.0.1.tgz" | tar xz --strip-components=1 -C "/opt/kafka-3.0.1"
RUN mkdir -p "/opt/kafka-3.1.0" && chmod a+rw /opt/kafka-3.1.0 && curl -s "$KAFKA_MIRROR/kafka_2.12-3.1.0.tgz" | tar xz --strip-components=1 -C "/opt/kafka-3.1.0"
# Streams test dependencies
@ -82,7 +82,7 @@ RUN curl -s "$KAFKA_MIRROR/kafka-streams-2.5.1-test.jar" -o /opt/kafka-2.5.1/lib
RUN curl -s "$KAFKA_MIRROR/kafka-streams-2.6.2-test.jar" -o /opt/kafka-2.6.2/libs/kafka-streams-2.6.2-test.jar
RUN curl -s "$KAFKA_MIRROR/kafka-streams-2.7.1-test.jar" -o /opt/kafka-2.7.1/libs/kafka-streams-2.7.1-test.jar
RUN curl -s "$KAFKA_MIRROR/kafka-streams-2.8.1-test.jar" -o /opt/kafka-2.8.1/libs/kafka-streams-2.8.1-test.jar
RUN curl -s "$KAFKA_MIRROR/kafka-streams-3.0.0-test.jar" -o /opt/kafka-3.0.0/libs/kafka-streams-3.0.0-test.jar
RUN curl -s "$KAFKA_MIRROR/kafka-streams-3.0.1-test.jar" -o /opt/kafka-3.0.1/libs/kafka-streams-3.0.1-test.jar
RUN curl -s "$KAFKA_MIRROR/kafka-streams-3.1.0-test.jar" -o /opt/kafka-3.1.0/libs/kafka-streams-3.1.0-test.jar
# The version of Kibosh to use for testing.

View File

@ -214,7 +214,8 @@ LATEST_2_8 = V_2_8_1
# 3.0.x versions
V_3_0_0 = KafkaVersion("3.0.0")
LATEST_3_0 = V_3_0_0
V_3_0_1 = KafkaVersion("3.0.1")
LATEST_3_0 = V_3_0_1
# 3.1.x versions
V_3_1_0 = KafkaVersion("3.1.0")

View File

@ -148,8 +148,8 @@ get_kafka 2.7.1 2.12
chmod a+rw /opt/kafka-2.7.1
get_kafka 2.8.1 2.12
chmod a+rw /opt/kafka-2.8.1
get_kafka 3.0.0 2.12
chmod a+rw /opt/kafka-3.0.0
get_kafka 3.0.1 2.12
chmod a+rw /opt/kafka-3.0.1
get_kafka 3.1.0 2.12
chmod a+rw /opt/kafka-3.1.0