Skip to content

Commit

Permalink
bump strimzi version
Browse files Browse the repository at this point in the history
  • Loading branch information
mabulgu committed Mar 22, 2024
1 parent c387377 commit dc4b0aa
Show file tree
Hide file tree
Showing 16 changed files with 24 additions and 24 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.0a78
RUN pip install strimzi-kafka-cli==0.1.0a79
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 README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
![Build](https://github.com/systemcraftsman/strimzi-kafka-cli/workflows/Build/badge.svg) ![Deploy](https://github.com/systemcraftsman/strimzi-kafka-cli/workflows/Deploy/badge.svg) [![PyPI](https://img.shields.io/pypi/v/strimzi-kafka-cli)](https://pypi.org/project/strimzi-kafka-cli/) [![Downloads](https://static.pepy.tech/badge/strimzi-kafka-cli)](https://pepy.tech/project/strimzi-kafka-cli) [![License](https://img.shields.io/badge/license-Apache--2.0-blue.svg)](http://www.apache.org/licenses/LICENSE-2.0) [![Strimzi](https://img.shields.io/badge/Strimzi-0.39.0-blue)](https://github.com/strimzi/strimzi-kafka-operator/releases/tag/0.39.0) [![AMQ Streams](https://img.shields.io/badge/AMQ Streams-2.5.0-red)](https://access.redhat.com/documentation/en-us/red_hat_amq_streams/2.5)
![Build](https://github.com/systemcraftsman/strimzi-kafka-cli/workflows/Build/badge.svg) ![Deploy](https://github.com/systemcraftsman/strimzi-kafka-cli/workflows/Deploy/badge.svg) [![PyPI](https://img.shields.io/pypi/v/strimzi-kafka-cli)](https://pypi.org/project/strimzi-kafka-cli/) [![Downloads](https://static.pepy.tech/badge/strimzi-kafka-cli)](https://pepy.tech/project/strimzi-kafka-cli) [![License](https://img.shields.io/badge/license-Apache--2.0-blue.svg)](http://www.apache.org/licenses/LICENSE-2.0) [![Strimzi](https://img.shields.io/badge/Strimzi-0.40.0-blue)](https://github.com/strimzi/strimzi-kafka-operator/releases/tag/0.40.0) [![AMQ Streams](https://img.shields.io/badge/AMQ Streams-2.6.0-red)](https://access.redhat.com/documentation/en-us/red_hat_amq_streams/2.6)

![Strimzi CLI logo](https://github.com/SystemCraftsman/strimzi-kafka-cli/assets/10568159/596ea147-9594-4262-a0c3-d63fa14f0577)

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.39.0"
STRIMZI_VERSION = "0.40.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-alpha78"
version = "0.1.0-alpha79"
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.6.1
version: 3.7.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.6.1
version: 3.7.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.6.1
version: 3.7.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.6.1
version: 3.7.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.6.1
version: 3.7.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.6"
inter.broker.protocol.version: '3.7'
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.6'
inter.broker.protocol.version: '3.7'
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.6.1
version: 3.7.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.6'
inter.broker.protocol.version: '3.7'
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.6.1
version: 3.7.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.6'
inter.broker.protocol.version: '3.7'
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.6.1
version: 3.7.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.6'
inter.broker.protocol.version: '3.7'
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.6.1
version: 3.7.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.6'
inter.broker.protocol.version: '3.7'
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.6.1
version: 3.7.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.6'
inter.broker.protocol.version: '3.7'
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.6.1
version: 3.7.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.6'
inter.broker.protocol.version: '3.7'
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.6.1
version: 3.7.0
zookeeper:
replicas: 3
storage:
Expand Down

0 comments on commit dc4b0aa

Please sign in to comment.