Skip to content

Commit

Permalink
Prepare for 0.8.1 release
Browse files Browse the repository at this point in the history
Signed-off-by: Lukas Kral <lukywill16@gmail.com>
  • Loading branch information
im-konge committed Jun 20, 2024
1 parent a0fbf40 commit 66d4290
Show file tree
Hide file tree
Showing 12 changed files with 12 additions and 12 deletions.
2 changes: 1 addition & 1 deletion admin/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>io.strimzi</groupId>
<artifactId>test-clients</artifactId>
<version>0.8.0</version>
<version>0.8.1</version>
</parent>

<artifactId>admin</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion clients-common/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>io.strimzi</groupId>
<artifactId>test-clients</artifactId>
<version>0.8.0</version>
<version>0.8.1</version>
</parent>

<groupId>io.strimzi</groupId>
Expand Down
2 changes: 1 addition & 1 deletion clients.version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.8.0
0.8.1
2 changes: 1 addition & 1 deletion clients/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>io.strimzi</groupId>
<artifactId>test-clients</artifactId>
<version>0.8.0</version>
<version>0.8.1</version>
</parent>

<artifactId>clients</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion examples/admin/admin-client.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,6 @@ spec:
spec:
containers:
- name: admin
image: quay.io/strimzi-test-clients/test-clients:0.8.0-kafka-3.7.0
image: quay.io/strimzi-test-clients/test-clients:0.8.1-kafka-3.7.0
command: [ "sleep" ]
args: [ "infinity" ]
2 changes: 1 addition & 1 deletion examples/http/http-consumer.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ spec:
value: DEBUG
- name: CLIENT_TYPE
value: HttpConsumer
image: quay.io/strimzi-test-clients/test-clients:0.8.0-kafka-3.7.0
image: quay.io/strimzi-test-clients/test-clients:0.8.1-kafka-3.7.0
imagePullPolicy: IfNotPresent
name: http-consumer
restartPolicy: "Never"
2 changes: 1 addition & 1 deletion examples/http/http-producer.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ spec:
value: DEBUG
- name: CLIENT_TYPE
value: HttpProducer
image: quay.io/strimzi-test-clients/test-clients:0.8.0-kafka-3.7.0
image: quay.io/strimzi-test-clients/test-clients:0.8.1-kafka-3.7.0
imagePullPolicy: IfNotPresent
name: http-producer
restartPolicy: "Never"
2 changes: 1 addition & 1 deletion examples/kafka/kafka-consumer.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ spec:
value: DEBUG
- name: CLIENT_TYPE
value: KafkaConsumer
image: quay.io/strimzi-test-clients/test-clients:0.8.0-kafka-3.7.0
image: quay.io/strimzi-test-clients/test-clients:0.8.1-kafka-3.7.0
imagePullPolicy: IfNotPresent
name: kafka-consumer-client
restartPolicy: "Never"
2 changes: 1 addition & 1 deletion examples/kafka/kafka-producer.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ spec:
value: DEBUG
- name: CLIENT_TYPE
value: KafkaProducer
image: quay.io/strimzi-test-clients/test-clients:0.8.0-kafka-3.7.0
image: quay.io/strimzi-test-clients/test-clients:0.8.1-kafka-3.7.0
imagePullPolicy: IfNotPresent
name: kafka-producer-client
restartPolicy: "Never"
2 changes: 1 addition & 1 deletion examples/kafka/kafka-streams.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ spec:
value: my-topic-reversed
- name: CLIENT_TYPE
value: KafkaStreams
image: quay.io/strimzi-test-clients/test-clients:0.8.0-kafka-3.7.0
image: quay.io/strimzi-test-clients/test-clients:0.8.1-kafka-3.7.0
imagePullPolicy: IfNotPresent
name: kafka-streams-client
restartPolicy: "Never"
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<groupId>io.strimzi</groupId>
<artifactId>test-clients</artifactId>
<packaging>pom</packaging>
<version>0.8.0</version>
<version>0.8.1</version>

<modules>
<module>tracing</module>
Expand Down
2 changes: 1 addition & 1 deletion tracing/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>io.strimzi</groupId>
<artifactId>test-clients</artifactId>
<version>0.8.0</version>
<version>0.8.1</version>
</parent>

<artifactId>test-client-tracing</artifactId>
Expand Down

0 comments on commit 66d4290

Please sign in to comment.