Skip to content

Commit

Permalink
change versions to 0.1.1
Browse files Browse the repository at this point in the history
Signed-off-by: Lukas Kral <[email protected]>
  • Loading branch information
im-konge committed Oct 3, 2021
1 parent cdac256 commit 62fe335
Show file tree
Hide file tree
Showing 20 changed files with 20 additions and 20 deletions.
2 changes: 1 addition & 1 deletion examples/http/http-consumer.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ spec:
value: "100"
- name: LOG_LEVEL
value: DEBUG
image: quay.io/strimzi-test-clients/test-client-http-consumer:0.1.0-kafka-3.0.0
image: quay.io/strimzi-test-clients/test-client-http-consumer:0.1.1-kafka-3.0.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 @@ -32,7 +32,7 @@ spec:
value: "100"
- name: LOG_LEVEL
value: DEBUG
image: quay.io/strimzi-test-clients/test-client-http-producer:0.1.0-kafka-3.0.0
image: quay.io/strimzi-test-clients/test-client-http-producer:0.1.1-kafka-3.0.0
imagePullPolicy: IfNotPresent
name: http-producer
restartPolicy: "Never"
2 changes: 1 addition & 1 deletion examples/kafka/admin-client/alter-topics.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ spec:
value: "100"
- name: LOG_LEVEL
value: DEBUG
image: quay.io/strimzi-test-clients/test-client-kafka-admin:0.1.0-kafka-3.0.0
image: quay.io/strimzi-test-clients/test-client-kafka-admin:0.1.1-kafka-3.0.0
imagePullPolicy: IfNotPresent
name: alter-admin-client
restartPolicy: "Never"
2 changes: 1 addition & 1 deletion examples/kafka/admin-client/create-topics.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ spec:
value: "100"
- name: LOG_LEVEL
value: DEBUG
image: quay.io/strimzi-test-clients/test-client-kafka-admin:0.1.0-kafka-3.0.0
image: quay.io/strimzi-test-clients/test-client-kafka-admin:0.1.1-kafka-3.0.0
imagePullPolicy: IfNotPresent
name: create-admin-client
restartPolicy: "Never"
2 changes: 1 addition & 1 deletion examples/kafka/admin-client/delete-topics.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ spec:
value: "100"
- name: LOG_LEVEL
value: DEBUG
image: quay.io/strimzi-test-clients/test-client-kafka-admin:0.1.0-kafka-3.0.0
image: quay.io/strimzi-test-clients/test-client-kafka-admin:0.1.1-kafka-3.0.0
imagePullPolicy: IfNotPresent
name: delete-admin-client-1
restartPolicy: "Never"
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ spec:
sasl.mechanism=SCRAM-SHA-512
security.protocol=SASL_PLAINTEXT
sasl.jaas.config=org.apache.kafka.common.security.scram.ScramLoginModule required username="test-user" password="myPassword";
image: quay.io/strimzi-test-clients/test-client-kafka-admin:0.1.0-kafka-3.0.0
image: quay.io/strimzi-test-clients/test-client-kafka-admin:0.1.1-kafka-3.0.0
imagePullPolicy: IfNotPresent
name: delete-admin-client-offset-scram
restartPolicy: "Never"
Expand Down
2 changes: 1 addition & 1 deletion examples/kafka/admin-client/delete-with-offset.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ spec:
value: "200"
- name: LOG_LEVEL
value: DEBUG
image: quay.io/strimzi-test-clients/test-client-kafka-admin:0.1.0-kafka-3.0.0
image: quay.io/strimzi-test-clients/test-client-kafka-admin:0.1.1-kafka-3.0.0
imagePullPolicy: IfNotPresent
name: delete-admin-client-with-offset
restartPolicy: "Never"
Expand Down
2 changes: 1 addition & 1 deletion examples/kafka/admin-client/list-topics.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ spec:
value: list
- name: LOG_LEVEL
value: DEBUG
image: quay.io/strimzi-test-clients/test-client-kafka-admin:0.1.0-kafka-3.0.0
image: quay.io/strimzi-test-clients/test-client-kafka-admin:0.1.1-kafka-3.0.0
imagePullPolicy: IfNotPresent
name: list-admin-client
restartPolicy: "Never"
Expand Down
2 changes: 1 addition & 1 deletion examples/kafka/kafka-consumer.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ spec:
value: my-group
- name: LOG_LEVEL
value: DEBUG
image: quay.io/strimzi-test-clients/test-client-kafka-consumer:0.1.0-kafka-3.0.0
image: quay.io/strimzi-test-clients/test-client-kafka-consumer:0.1.1-kafka-3.0.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 @@ -34,7 +34,7 @@ spec:
value: all
- name: LOG_LEVEL
value: DEBUG
image: quay.io/strimzi-test-clients/test-client-kafka-producer:0.1.0-kafka-3.0.0
image: quay.io/strimzi-test-clients/test-client-kafka-producer:0.1.1-kafka-3.0.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 @@ -28,7 +28,7 @@ spec:
value: my-topic
- name: TARGET_TOPIC
value: my-topic-reversed
image: quay.io/strimzi-test-clients/test-client-kafka-streams:0.1.0-kafka-3.0.0
image: quay.io/strimzi-test-clients/test-client-kafka-streams:0.1.1-kafka-3.0.0
imagePullPolicy: IfNotPresent
name: kafka-streams-client
restartPolicy: "Never"
2 changes: 1 addition & 1 deletion http/http-consumer/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>io.strimzi</groupId>
<artifactId>http-test-clients</artifactId>
<version>0.1.0</version>
<version>0.1.1</version>
</parent>
<artifactId>test-client-http-consumer</artifactId>

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

Expand Down
2 changes: 1 addition & 1 deletion http/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.1.0</version>
<version>0.1.1</version>
</parent>

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

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

Expand Down
2 changes: 1 addition & 1 deletion kafka/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.1.0</version>
<version>0.1.1</version>
</parent>

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

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

Expand Down
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.1.0</version>
<version>0.1.1</version>

<modules>
<module>kafka</module>
Expand Down

0 comments on commit 62fe335

Please sign in to comment.