mirror of https://github.com/apache/kafka.git
MINOR: Update release versions for upgrade tests with 3.0.2, 3.1.2, 3.2.3 release (#12661)
Updates release versions in files that are used for upgrade test with the 3.0.2, 3.1.2, 3.2.3 release version.
This commit is contained in:
parent
09011da76d
commit
352c71ffb5
|
@ -98,9 +98,9 @@ versions += [
|
|||
kafka_26: "2.6.2",
|
||||
kafka_27: "2.7.1",
|
||||
kafka_28: "2.8.1",
|
||||
kafka_30: "3.0.1",
|
||||
kafka_31: "3.1.1",
|
||||
kafka_32: "3.2.0",
|
||||
kafka_30: "3.0.2",
|
||||
kafka_31: "3.1.2",
|
||||
kafka_32: "3.2.3",
|
||||
lz4: "1.8.0",
|
||||
mavenArtifact: "3.8.4",
|
||||
metrics: "2.2.0",
|
||||
|
|
|
@ -63,9 +63,9 @@ 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.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.1" && chmod a+rw /opt/kafka-3.1.1 && curl -s "$KAFKA_MIRROR/kafka_2.12-3.1.1.tgz" | tar xz --strip-components=1 -C "/opt/kafka-3.1.1"
|
||||
RUN mkdir -p "/opt/kafka-3.2.0" && chmod a+rw /opt/kafka-3.2.0 && curl -s "$KAFKA_MIRROR/kafka_2.12-3.2.0.tgz" | tar xz --strip-components=1 -C "/opt/kafka-3.2.0"
|
||||
RUN mkdir -p "/opt/kafka-3.0.2" && chmod a+rw /opt/kafka-3.0.2 && curl -s "$KAFKA_MIRROR/kafka_2.12-3.0.2.tgz" | tar xz --strip-components=1 -C "/opt/kafka-3.0.2"
|
||||
RUN mkdir -p "/opt/kafka-3.1.2" && chmod a+rw /opt/kafka-3.1.2 && curl -s "$KAFKA_MIRROR/kafka_2.12-3.1.2.tgz" | tar xz --strip-components=1 -C "/opt/kafka-3.1.2"
|
||||
RUN mkdir -p "/opt/kafka-3.2.3" && chmod a+rw /opt/kafka-3.2.3 && curl -s "$KAFKA_MIRROR/kafka_2.12-3.2.3.tgz" | tar xz --strip-components=1 -C "/opt/kafka-3.2.3"
|
||||
|
||||
# Streams test dependencies
|
||||
RUN curl -s "$KAFKA_MIRROR/kafka-streams-0.10.0.1-test.jar" -o /opt/kafka-0.10.0.1/libs/kafka-streams-0.10.0.1-test.jar
|
||||
|
@ -83,9 +83,9 @@ 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.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.1-test.jar" -o /opt/kafka-3.1.1/libs/kafka-streams-3.1.1-test.jar
|
||||
RUN curl -s "$KAFKA_MIRROR/kafka-streams-3.2.0-test.jar" -o /opt/kafka-3.2.0/libs/kafka-streams-3.2.0-test.jar
|
||||
RUN curl -s "$KAFKA_MIRROR/kafka-streams-3.0.2-test.jar" -o /opt/kafka-3.0.2/libs/kafka-streams-3.0.2-test.jar
|
||||
RUN curl -s "$KAFKA_MIRROR/kafka-streams-3.1.2-test.jar" -o /opt/kafka-3.1.2/libs/kafka-streams-3.1.2-test.jar
|
||||
RUN curl -s "$KAFKA_MIRROR/kafka-streams-3.2.3-test.jar" -o /opt/kafka-3.2.3/libs/kafka-streams-3.2.3-test.jar
|
||||
|
||||
# The version of Kibosh to use for testing.
|
||||
# If you update this, also update vagrant/base.sh
|
||||
|
|
|
@ -220,16 +220,21 @@ LATEST_2_8 = V_2_8_1
|
|||
# 3.0.x versions
|
||||
V_3_0_0 = KafkaVersion("3.0.0")
|
||||
V_3_0_1 = KafkaVersion("3.0.1")
|
||||
LATEST_3_0 = V_3_0_1
|
||||
V_3_0_2 = KafkaVersion("3.0.2")
|
||||
LATEST_3_0 = V_3_0_2
|
||||
|
||||
# 3.1.x versions
|
||||
V_3_1_0 = KafkaVersion("3.1.0")
|
||||
V_3_1_1 = KafkaVersion("3.1.1")
|
||||
LATEST_3_1 = V_3_1_1
|
||||
V_3_1_2 = KafkaVersion("3.1.2")
|
||||
LATEST_3_1 = V_3_1_2
|
||||
|
||||
# 3.2.x versions
|
||||
V_3_2_0 = KafkaVersion("3.2.0")
|
||||
LATEST_3_2 = V_3_2_0
|
||||
V_3_2_1 = KafkaVersion("3.2.1")
|
||||
V_3_2_2 = KafkaVersion("3.2.2")
|
||||
V_3_2_3 = KafkaVersion("3.2.3")
|
||||
LATEST_3_2 = V_3_2_3
|
||||
|
||||
# 3.3.x versions
|
||||
V_3_3_0 = KafkaVersion("3.3.0")
|
||||
|
|
|
@ -148,12 +148,12 @@ 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.1 2.12
|
||||
chmod a+rw /opt/kafka-3.0.1
|
||||
get_kafka 3.1.1 2.12
|
||||
chmod a+rw /opt/kafka-3.1.1
|
||||
get_kafka 3.2.0 2.12
|
||||
chmod a+rw /opt/kafka-3.2.0
|
||||
get_kafka 3.0.2 2.12
|
||||
chmod a+rw /opt/kafka-3.0.2
|
||||
get_kafka 3.1.2 2.12
|
||||
chmod a+rw /opt/kafka-3.1.2
|
||||
get_kafka 3.2.3 2.12
|
||||
chmod a+rw /opt/kafka-3.2.3
|
||||
|
||||
|
||||
# For EC2 nodes, we want to use /mnt, which should have the local disk. On local
|
||||
|
|
Loading…
Reference in New Issue