Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
mabulgu committed Sep 26, 2022
1 parent 4ef6c31 commit 7eea6b0
Show file tree
Hide file tree
Showing 13 changed files with 13 additions and 13 deletions.
2 changes: 1 addition & 1 deletion kfk/config.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

from pathlib import Path

STRIMZI_VERSION = "0.31.0"
STRIMZI_VERSION = "0.31.1"
KUBECTL_VERSION = "v1.25.2"


Expand Down
2 changes: 1 addition & 1 deletion tests/files/yaml/kafka-connect.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,4 +32,4 @@ spec:
value.converter: org.apache.kafka.connect.json.JsonConverter
value.converter.schemas.enable: true
replicas: 1
version: 3.2.1
version: 3.2.3
2 changes: 1 addition & 1 deletion tests/files/yaml/kafka-connect_with_image.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,4 +19,4 @@ spec:
value.converter.schemas.enable: true
image: quay.io/systemcraftsman/test-connect-cluster:latest
replicas: 1
version: 3.2.1
version: 3.2.3
2 changes: 1 addition & 1 deletion tests/files/yaml/kafka-connect_with_three_replicas.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,4 +32,4 @@ spec:
value.converter: org.apache.kafka.connect.json.JsonConverter
value.converter.schemas.enable: true
replicas: 3
version: 3.2.1
version: 3.2.3
2 changes: 1 addition & 1 deletion tests/files/yaml/kafka-connect_with_zip_jar_plugins.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,4 +32,4 @@ spec:
value.converter: org.apache.kafka.connect.json.JsonConverter
value.converter.schemas.enable: true
replicas: 1
version: 3.2.1
version: 3.2.3
2 changes: 1 addition & 1 deletion tests/files/yaml/kafka-ephemeral.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ metadata:
name: my-cluster
spec:
kafka:
version: 3.2.1
version: 3.2.3
replicas: 3
listeners:
- name: plain
Expand Down
2 changes: 1 addition & 1 deletion tests/files/yaml/kafka-ephemeral_name_updated.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ spec:
replicas: 3
storage:
type: ephemeral
version: 3.2.1
version: 3.2.3
zookeeper:
replicas: 3
storage:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ spec:
replicas: 3
storage:
type: ephemeral
version: 3.2.1
version: 3.2.3
zookeeper:
replicas: 3
storage:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ spec:
replicas: 3
storage:
type: ephemeral
version: 3.2.1
version: 3.2.3
zookeeper:
replicas: 3
storage:
Expand Down
2 changes: 1 addition & 1 deletion tests/files/yaml/kafka-ephemeral_with_one_replica.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ spec:
replicas: 1
storage:
type: ephemeral
version: 3.2.1
version: 3.2.3
zookeeper:
replicas: 3
storage:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ spec:
replicas: 1
storage:
type: ephemeral
version: 3.2.1
version: 3.2.3
zookeeper:
replicas: 1
storage:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ spec:
replicas: 3
storage:
type: ephemeral
version: 3.2.1
version: 3.2.3
zookeeper:
replicas: 3
storage:
Expand Down
2 changes: 1 addition & 1 deletion tests/files/yaml/kafka-ephemeral_with_two_replicas.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ spec:
replicas: 2
storage:
type: ephemeral
version: 3.2.1
version: 3.2.3
zookeeper:
replicas: 3
storage:
Expand Down

0 comments on commit 7eea6b0

Please sign in to comment.