File tree Expand file tree Collapse file tree
deploy/helm/kafka-operator
modules/kafka/examples/getting_started Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -4,6 +4,8 @@ All notable changes to this project will be documented in this file.
44
55## [ Unreleased]
66
7+ ## [ 26.3.0] - 2026-03-16
8+
79## [ 26.3.0-rc1] - 2026-03-16
810
911### Added
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ members = ["rust/operator-binary"]
33resolver = " 2"
44
55[workspace .package ]
6- version = " 26.3.0-rc1 "
6+ version = " 26.3.0"
77authors = [" Stackable GmbH <info@stackable.tech>" ]
88license = " OSL-3.0"
99edition = " 2021"
Original file line number Diff line number Diff line change 11---
22apiVersion : v2
33name : kafka-operator
4- version : " 26.3.0-rc1 "
5- appVersion : " 26.3.0-rc1 "
4+ version : " 26.3.0"
5+ appVersion : " 26.3.0"
66description : The Stackable Operator for Apache Kafka
77home : https://github.com/stackabletech/kafka-operator
88maintainers :
Original file line number Diff line number Diff line change @@ -29,22 +29,22 @@ case "$1" in
2929" helm" )
3030echo " Installing Operators with Helm"
3131# tag::helm-install-operators[]
32- helm install --wait commons-operator oci://oci.stackable.tech/sdp-charts/commons-operator --version 26.3.0-rc1
33- helm install --wait secret-operator oci://oci.stackable.tech/sdp-charts/secret-operator --version 26.3.0-rc1
34- helm install --wait listener-operator oci://oci.stackable.tech/sdp-charts/listener-operator --version 26.3.0-rc1
35- helm install --wait zookeeper-operator oci://oci.stackable.tech/sdp-charts/zookeeper-operator --version 26.3.0-rc1
36- helm install --wait kafka-operator oci://oci.stackable.tech/sdp-charts/kafka-operator --version 26.3.0-rc1
32+ helm install --wait commons-operator oci://oci.stackable.tech/sdp-charts/commons-operator --version 26.3.0
33+ helm install --wait secret-operator oci://oci.stackable.tech/sdp-charts/secret-operator --version 26.3.0
34+ helm install --wait listener-operator oci://oci.stackable.tech/sdp-charts/listener-operator --version 26.3.0
35+ helm install --wait zookeeper-operator oci://oci.stackable.tech/sdp-charts/zookeeper-operator --version 26.3.0
36+ helm install --wait kafka-operator oci://oci.stackable.tech/sdp-charts/kafka-operator --version 26.3.0
3737# end::helm-install-operators[]
3838;;
3939" stackablectl" )
4040echo " installing Operators with stackablectl"
4141# tag::stackablectl-install-operators[]
4242stackablectl operator install \
43- commons=26.3.0-rc1 \
44- secret=26.3.0-rc1 \
45- listener=26.3.0-rc1 \
46- zookeeper=26.3.0-rc1 \
47- kafka=26.3.0-rc1
43+ commons=26.3.0 \
44+ secret=26.3.0 \
45+ listener=26.3.0 \
46+ zookeeper=26.3.0 \
47+ kafka=26.3.0
4848# end::stackablectl-install-operators[]
4949;;
5050* )
Original file line number Diff line number Diff line change 1- Installed commons=26.3.0-rc1 operator
2- Installed secret=26.3.0-rc1 operator
3- Installed listener=26.3.0-rc1 operator
4- Installed zookeeper=26.3.0-rc1 operator
5- Installed kafka=26.3.0-rc1 operator
1+ Installed commons=26.3.0 operator
2+ Installed secret=26.3.0 operator
3+ Installed listener=26.3.0 operator
4+ Installed zookeeper=26.3.0 operator
5+ Installed kafka=26.3.0 operator
Original file line number Diff line number Diff line change 33 repo_name : sdp-charts
44 repo_url : oci.stackable.tech
55versions :
6- commons : 26.3.0-rc1
7- secret : 26.3.0-rc1
8- listener : 26.3.0-rc1
9- zookeeper : 26.3.0-rc1
10- kafka : 26.3.0-rc1
6+ commons : 26.3.0
7+ secret : 26.3.0
8+ listener : 26.3.0
9+ zookeeper : 26.3.0
10+ kafka : 26.3.0
Original file line number Diff line number Diff line change @@ -7,14 +7,14 @@ releases:
77 description : Integration test
88 products :
99 commons :
10- operatorVersion : 26.3.0-rc1
10+ operatorVersion : 26.3.0
1111 secret :
12- operatorVersion : 26.3.0-rc1
12+ operatorVersion : 26.3.0
1313 listener :
14- operatorVersion : 26.3.0-rc1
14+ operatorVersion : 26.3.0
1515 zookeeper :
16- operatorVersion : 26.3.0-rc1
16+ operatorVersion : 26.3.0
1717 kafka :
18- operatorVersion : 26.3.0-rc1
18+ operatorVersion : 26.3.0
1919 opa :
20- operatorVersion : 26.3.0-rc1
20+ operatorVersion : 26.3.0
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ kind: StatefulSet
88metadata:
99 name: test-kafka-broker-default
1010 labels:
11- app.kubernetes.io/version: "{{ test_scenario['values'] ['upgrade_new'] }}-stackable26.3.0-rc1 "
11+ app.kubernetes.io/version: "{{ test_scenario['values'] ['upgrade_new'] }}-stackable26.3.0"
1212status:
1313 readyReplicas: 1
1414 replicas: 1
@@ -20,7 +20,7 @@ kind: StatefulSet
2020metadata:
2121 name: test-kafka-controller-default
2222 labels:
23- app.kubernetes.io/version: "{{ test_scenario['values'] ['upgrade_new'] }}-stackable26.3.0-rc1 "
23+ app.kubernetes.io/version: "{{ test_scenario['values'] ['upgrade_new'] }}-stackable26.3.0"
2424status:
2525 readyReplicas: 1
2626 replicas: 1
You can’t perform that action at this time.
0 commit comments