Skip to content

Commit

Permalink
bump strimzi version to 0.38.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mabulgu committed Mar 21, 2024
1 parent 450521b commit 8aae5fe
Show file tree
Hide file tree
Showing 15 changed files with 23 additions and 23 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ RUN apk add --update \
curl \
&& rm -rf /var/cache/apk/*
RUN adduser -D kfkuser
RUN pip install strimzi-kafka-cli==0.1.0a76
RUN pip install strimzi-kafka-cli==0.1.0a77
USER kfkuser
RUN mkdir /home/kfkuser/.kube
RUN curl https://raw.githubusercontent.com/SystemCraftsman/strimzi-kafka-cli/main/tests/files/yaml/kubeconfig -o /home/kfkuser/.kube/config
Expand Down
2 changes: 1 addition & 1 deletion kfk/config.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
import sys
from pathlib import Path

STRIMZI_VERSION = "0.37.0"
STRIMZI_VERSION = "0.38.0"
KUBECTL_VERSION = "v1.28.3"


Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[project]
name = "strimzi-kafka-cli"
version = "0.1.0-alpha76"
version = "0.1.0-alpha77"
description = "Command Line Interface for Strimzi Kafka Operator"
authors = [{ name = "Aykut Bulgu", email = "aykut@systemcraftsman.com" }]
readme = "README.md"
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.5.1
version: 3.6.0
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.5.1
version: 3.6.0
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.5.1
version: 3.6.0
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.5.1
version: 3.6.0
4 changes: 2 additions & 2 deletions 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.5.1
version: 3.6.0
replicas: 3
listeners:
- name: plain
Expand All @@ -20,7 +20,7 @@ spec:
transaction.state.log.replication.factor: 3
transaction.state.log.min.isr: 2
default.replication.factor: 3
inter.broker.protocol.version: "3.5"
inter.broker.protocol.version: "3.6"
min.insync.replicas: 2
storage:
type: ephemeral
Expand Down
4 changes: 2 additions & 2 deletions tests/files/yaml/kafka-ephemeral_name_updated.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ spec:
kafka:
config:
default.replication.factor: 3
inter.broker.protocol.version: '3.5'
inter.broker.protocol.version: '3.6'
min.insync.replicas: 2
offsets.topic.replication.factor: 3
transaction.state.log.min.isr: 2
Expand All @@ -26,7 +26,7 @@ spec:
replicas: 3
storage:
type: ephemeral
version: 3.5.1
version: 3.6.0
zookeeper:
replicas: 3
storage:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ spec:
kafka:
config:
default.replication.factor: 3
inter.broker.protocol.version: '3.5'
inter.broker.protocol.version: '3.6'
min.insync.replicas: 2
offsets.topic.replication.factor: 3
transaction.state.log.min.isr: 2
Expand All @@ -26,7 +26,7 @@ spec:
replicas: 3
storage:
type: ephemeral
version: 3.5.1
version: 3.6.0
zookeeper:
replicas: 3
storage:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ spec:
kafka:
config:
default.replication.factor: 3
inter.broker.protocol.version: '3.5'
inter.broker.protocol.version: '3.6'
min.insync.replicas: 2
offsets.topic.replication.factor: 3
transaction.state.log.min.isr: 2
Expand All @@ -27,7 +27,7 @@ spec:
replicas: 3
storage:
type: ephemeral
version: 3.5.1
version: 3.6.0
zookeeper:
replicas: 3
storage:
Expand Down
4 changes: 2 additions & 2 deletions tests/files/yaml/kafka-ephemeral_with_one_replica.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ spec:
kafka:
config:
default.replication.factor: 1
inter.broker.protocol.version: '3.5'
inter.broker.protocol.version: '3.6'
min.insync.replicas: 1
offsets.topic.replication.factor: 1
transaction.state.log.min.isr: 1
Expand All @@ -26,7 +26,7 @@ spec:
replicas: 1
storage:
type: ephemeral
version: 3.5.1
version: 3.6.0
zookeeper:
replicas: 3
storage:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ spec:
kafka:
config:
default.replication.factor: 1
inter.broker.protocol.version: '3.5'
inter.broker.protocol.version: '3.6'
min.insync.replicas: 1
offsets.topic.replication.factor: 1
transaction.state.log.min.isr: 1
Expand All @@ -26,7 +26,7 @@ spec:
replicas: 1
storage:
type: ephemeral
version: 3.5.1
version: 3.6.0
zookeeper:
replicas: 1
storage:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ spec:
kafka:
config:
default.replication.factor: 3
inter.broker.protocol.version: '3.5'
inter.broker.protocol.version: '3.6'
log.retention.hours: 168
min.insync.replicas: 2
offsets.topic.replication.factor: 3
Expand All @@ -28,7 +28,7 @@ spec:
replicas: 3
storage:
type: ephemeral
version: 3.5.1
version: 3.6.0
zookeeper:
replicas: 3
storage:
Expand Down
4 changes: 2 additions & 2 deletions tests/files/yaml/kafka-ephemeral_with_two_replicas.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ spec:
kafka:
config:
default.replication.factor: 2
inter.broker.protocol.version: '3.5'
inter.broker.protocol.version: '3.6'
min.insync.replicas: 1
offsets.topic.replication.factor: 2
transaction.state.log.min.isr: 1
Expand All @@ -26,7 +26,7 @@ spec:
replicas: 2
storage:
type: ephemeral
version: 3.5.1
version: 3.6.0
zookeeper:
replicas: 3
storage:
Expand Down

0 comments on commit 8aae5fe

Please sign in to comment.