File tree Expand file tree Collapse file tree 4 files changed +7
-6
lines changed Expand file tree Collapse file tree 4 files changed +7
-6
lines changed Original file line number Diff line number Diff line change @@ -134,7 +134,7 @@ versions += [
134
134
kafka_34 : " 3.4.1" ,
135
135
kafka_35 : " 3.5.2" ,
136
136
kafka_36 : " 3.6.2" ,
137
- kafka_37 : " 3.7.0 " ,
137
+ kafka_37 : " 3.7.1 " ,
138
138
lz4 : " 1.8.0" ,
139
139
mavenArtifact : " 3.9.6" ,
140
140
metrics : " 2.2.0" ,
Original file line number Diff line number Diff line change @@ -99,7 +99,7 @@ RUN mkdir -p "/opt/kafka-3.3.2" && chmod a+rw /opt/kafka-3.3.2 && curl -s "$KAFK
99
99
RUN mkdir -p "/opt/kafka-3.4.1" && chmod a+rw /opt/kafka-3.4.1 && curl -s "$KAFKA_MIRROR/kafka_2.12-3.4.1.tgz" | tar xz --strip-components=1 -C "/opt/kafka-3.4.1"
100
100
RUN mkdir -p "/opt/kafka-3.5.2" && chmod a+rw /opt/kafka-3.5.2 && curl -s "$KAFKA_MIRROR/kafka_2.12-3.5.2.tgz" | tar xz --strip-components=1 -C "/opt/kafka-3.5.2"
101
101
RUN mkdir -p "/opt/kafka-3.6.2" && chmod a+rw /opt/kafka-3.6.2 && curl -s "$KAFKA_MIRROR/kafka_2.12-3.6.2.tgz" | tar xz --strip-components=1 -C "/opt/kafka-3.6.2"
102
- RUN mkdir -p "/opt/kafka-3.7.0 " && chmod a+rw /opt/kafka-3.7.0 && curl -s "$KAFKA_MIRROR/kafka_2.12-3.7.0 .tgz" | tar xz --strip-components=1 -C "/opt/kafka-3.7.0 "
102
+ RUN mkdir -p "/opt/kafka-3.7.1 " && chmod a+rw /opt/kafka-3.7.1 && curl -s "$KAFKA_MIRROR/kafka_2.12-3.7.1 .tgz" | tar xz --strip-components=1 -C "/opt/kafka-3.7.1 "
103
103
104
104
105
105
# Streams test dependencies
@@ -125,7 +125,7 @@ RUN curl -s "$KAFKA_MIRROR/kafka-streams-3.3.2-test.jar" -o /opt/kafka-3.3.2/lib
125
125
RUN curl -s "$KAFKA_MIRROR/kafka-streams-3.4.1-test.jar" -o /opt/kafka-3.4.1/libs/kafka-streams-3.4.1-test.jar
126
126
RUN curl -s "$KAFKA_MIRROR/kafka-streams-3.5.2-test.jar" -o /opt/kafka-3.5.2/libs/kafka-streams-3.5.2-test.jar
127
127
RUN curl -s "$KAFKA_MIRROR/kafka-streams-3.6.2-test.jar" -o /opt/kafka-3.6.2/libs/kafka-streams-3.6.2-test.jar
128
- RUN curl -s "$KAFKA_MIRROR/kafka-streams-3.7.0 -test.jar" -o /opt/kafka-3.7.0 /libs/kafka-streams-3.7.0 -test.jar
128
+ RUN curl -s "$KAFKA_MIRROR/kafka-streams-3.7.1 -test.jar" -o /opt/kafka-3.7.1 /libs/kafka-streams-3.7.1 -test.jar
129
129
130
130
# The version of Kibosh to use for testing.
131
131
# If you update this, also update vagrant/base.sh
Original file line number Diff line number Diff line change @@ -268,7 +268,8 @@ def get_version(node=None):
268
268
269
269
# 3.7.x version
270
270
V_3_7_0 = KafkaVersion ("3.7.0" )
271
- LATEST_3_7 = V_3_7_0
271
+ V_3_7_1 = KafkaVersion ("3.7.1" )
272
+ LATEST_3_7 = V_3_7_1
272
273
273
274
# 3.8.x version
274
275
V_3_8_0 = KafkaVersion ("3.8.0" )
Original file line number Diff line number Diff line change @@ -162,8 +162,8 @@ get_kafka 3.5.2 2.12
162
162
chmod a+rw /opt/kafka-3.5.2
163
163
get_kafka 3.6.2 2.12
164
164
chmod a+rw /opt/kafka-3.6.2
165
- get_kafka 3.7.0 2.12
166
- chmod a+rw /opt/kafka-3.7.0
165
+ get_kafka 3.7.1 2.12
166
+ chmod a+rw /opt/kafka-3.7.1
167
167
168
168
169
169
# For EC2 nodes, we want to use /mnt, which should have the local disk. On local
You can’t perform that action at this time.
0 commit comments