Skip to content

Commit

Permalink
bump version to strimzi 0.38 and a few improvements
Browse files Browse the repository at this point in the history
  • Loading branch information
mabulgu committed Mar 21, 2024
1 parent 51c7683 commit f6a05f8
Show file tree
Hide file tree
Showing 17 changed files with 18 additions and 17 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,9 +70,9 @@ jobs:
- name: Write version
run: |
printf '{
"version": ${{ needs.deploy.outputs.version }}
"version": "${{ needs.deploy.outputs.version }}"
}' >> build_data.json
- uses: actions/upload-artifact@v3
with:
name: build_data.json
name: build_data
path: ./
1 change: 1 addition & 0 deletions .github/workflows/post-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@ jobs:
- name: Unzip artifact
run: unzip build_data.zip

- name: Return Parsed JSON
uses: actions/github-script@v6
id: return-parsed-json
Expand Down
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.0a77
RUN pip install strimzi-kafka-cli==0.1.0a78
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.38.0"
STRIMZI_VERSION = "0.39.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-alpha77"
version = "0.1.0-alpha78"
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.0
version: 3.6.1
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.0
version: 3.6.1
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.0
version: 3.6.1
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.0
version: 3.6.1
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.6.0
version: 3.6.1
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.6.0
version: 3.6.1
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.6.0
version: 3.6.1
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.6.0
version: 3.6.1
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.6.0
version: 3.6.1
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.6.0
version: 3.6.1
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.6.0
version: 3.6.1
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.6.0
version: 3.6.1
zookeeper:
replicas: 3
storage:
Expand Down

0 comments on commit f6a05f8

Please sign in to comment.