Skip to content

Commit 1254913

Browse files
committed
Prepare for 0.29.0
Signed-off-by: Jakub Scholz <www@scholzj.com>
1 parent 24a0b54 commit 1254913

File tree

93 files changed

+3003
-4225
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

93 files changed

+3003
-4225
lines changed

.checksums

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,20 +6,20 @@
66
# if this checksum has changed as part of any non-release specific changes, please apply your changes to the
77
# development version of the helm charts in ./packaging/helm-charts
88
### IMPORTANT ###
9-
HELM_CHART_CHECKSUM="1b849c733d16236b0fe8b9fd8dfec036f2eb5ffd -"
9+
HELM_CHART_CHECKSUM="8f91663fcf9ef6547447935b87c15507e3f79e61 -"
1010

1111
### IMPORTANT ###
1212
# if the below line has changed, this means the ./install directory has changed
1313
# the checksum and ./install directory should only be modified on official releases as part of a release
1414
# if this checksum has changed as part of any non-release specific changes, please apply your changes to the
1515
# development version of the helm charts in ./packaging/install
1616
### IMPORTANT ###
17-
INSTALL_CHECKSUM="bf8702e013e395e058995517a422dbf2acd47fb4 -"
17+
INSTALL_CHECKSUM="21c80eb3697d0668d9e4a3da45fe83f0c9ffb692 -"
1818

1919
### IMPORTANT ###
2020
# if the below line has changed, this means the ./examples directory has changed
2121
# the checksum and ./examples directory should only be modified on official releases as part of a release
2222
# if this checksum has changed as part of any non-release specific changes, please apply your changes to the
2323
# development version of the helm charts in ./packaging/examples
2424
### IMPORTANT ###
25-
EXAMPLES_CHECKSUM="d4862b639539f19403a79b3fd31058be182a9cc8 -"
25+
EXAMPLES_CHECKSUM="5a9c3865b7ef2ddd69128435fbfaf5a3ec0f5ef7 -"

api/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>io.strimzi</groupId>
66
<artifactId>strimzi</artifactId>
7-
<version>0.29.0-SNAPSHOT</version>
7+
<version>0.29.0</version>
88
</parent>
99
<modelVersion>4.0.0</modelVersion>
1010
<artifactId>api</artifactId>

certificate-manager/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<artifactId>strimzi</artifactId>
77
<groupId>io.strimzi</groupId>
8-
<version>0.29.0-SNAPSHOT</version>
8+
<version>0.29.0</version>
99
</parent>
1010
<modelVersion>4.0.0</modelVersion>
1111
<artifactId>certificate-manager</artifactId>

cluster-operator/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>io.strimzi</groupId>
66
<artifactId>strimzi</artifactId>
7-
<version>0.29.0-SNAPSHOT</version>
7+
<version>0.29.0</version>
88
</parent>
99
<modelVersion>4.0.0</modelVersion>
1010
<artifactId>cluster-operator</artifactId>

config-model-generator/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<artifactId>strimzi</artifactId>
77
<groupId>io.strimzi</groupId>
8-
<version>0.29.0-SNAPSHOT</version>
8+
<version>0.29.0</version>
99
</parent>
1010
<modelVersion>4.0.0</modelVersion>
1111

config-model/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<artifactId>strimzi</artifactId>
77
<groupId>io.strimzi</groupId>
8-
<version>0.29.0-SNAPSHOT</version>
8+
<version>0.29.0</version>
99
</parent>
1010
<modelVersion>4.0.0</modelVersion>
1111

crd-annotations/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<artifactId>strimzi</artifactId>
77
<groupId>io.strimzi</groupId>
8-
<version>0.29.0-SNAPSHOT</version>
8+
<version>0.29.0</version>
99
</parent>
1010
<modelVersion>4.0.0</modelVersion>
1111

crd-generator/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<artifactId>strimzi</artifactId>
77
<groupId>io.strimzi</groupId>
8-
<version>0.29.0-SNAPSHOT</version>
8+
<version>0.29.0</version>
99
</parent>
1010
<modelVersion>4.0.0</modelVersion>
1111
<artifactId>crd-generator</artifactId>

documentation/shared/attributes.adoc

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -25,15 +25,15 @@
2525
:KubernetesVersion: 1.16 and later
2626

2727
// Kafka upgrade attributes used in kafka upgrades section
28-
:DefaultKafkaVersion: 3.1.0
29-
:KafkaVersionLower: 3.0.0
30-
:KafkaVersionHigher: 3.1.0
28+
:DefaultKafkaVersion: 3.2.0
29+
:KafkaVersionLower: 3.1.0
30+
:KafkaVersionHigher: 3.2.0
3131
:ExampleImageTagUpgrades: quay.io/strimzi/kafka:{ProductVersion}-kafka-{KafkaVersionHigher}
3232

3333
//inter-broker protocol and log message version
34-
:DefaultInterBrokerVersion: 3.1
35-
:InterBrokerVersionLower: 3.0
36-
:InterBrokerVersionHigher: 3.1
34+
:DefaultInterBrokerVersion: 3.2
35+
:InterBrokerVersionLower: 3.1
36+
:InterBrokerVersionHigher: 3.2
3737

3838
// Source and download links
3939
:ReleaseDownload: https://github.com/strimzi/strimzi-kafka-operator/releases[GitHub releases page^]
Lines changed: 43 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,43 @@
1+
apiVersion: kafka.strimzi.io/v1beta2
2+
kind: KafkaConnect
3+
metadata:
4+
name: my-connect-cluster
5+
# annotations:
6+
# # use-connector-resources configures this KafkaConnect
7+
# # to use KafkaConnector resources to avoid
8+
# # needing to call the Connect REST API directly
9+
# strimzi.io/use-connector-resources: "true"
10+
spec:
11+
version: 3.1.0
12+
replicas: 1
13+
bootstrapServers: my-cluster-kafka-bootstrap:9093
14+
tls:
15+
trustedCertificates:
16+
- secretName: my-cluster-cluster-ca-cert
17+
certificate: ca.crt
18+
config:
19+
group.id: connect-cluster
20+
offset.storage.topic: connect-cluster-offsets
21+
config.storage.topic: connect-cluster-configs
22+
status.storage.topic: connect-cluster-status
23+
# -1 means it will use the default replication factor configured in the broker
24+
config.storage.replication.factor: -1
25+
offset.storage.replication.factor: -1
26+
status.storage.replication.factor: -1
27+
build:
28+
output:
29+
type: docker
30+
# This image will last only for 24 hours and might be overwritten by other users
31+
# Strimzi will use this tag to push the image. But it will use the digest to pull
32+
# the container image to make sure it pulls exactly the image we just built. So
33+
# it should not happen that you pull someone else's container image. However, we
34+
# recommend changing this to your own container registry or using a different
35+
# image name for any other than demo purposes.
36+
image: ttl.sh/strimzi-connect-example-3.1.0:24h
37+
plugins:
38+
- name: kafka-connect-file
39+
artifacts:
40+
- type: maven
41+
group: org.apache.kafka
42+
artifact: connect-file
43+
version: 3.1.0

examples/connect/kafka-connect.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ metadata:
88
# # needing to call the Connect REST API directly
99
# strimzi.io/use-connector-resources: "true"
1010
spec:
11-
version: 3.1.0
11+
version: 3.2.0
1212
replicas: 1
1313
bootstrapServers: my-cluster-kafka-bootstrap:9093
1414
tls:

examples/connect/source-connector.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# To use the KafkaConnector resource, you have to first enable the connector operator using
2+
# the strimzi.io/use-connector-resources annotation on the KafkaConnect custom resource.
3+
# From Apache Kafka 3.1.1 and 3.2.0, you also have to add the FileStreamSourceConnector
4+
# connector to the container image. You can do that using the kafka-connect-build.yaml example.
15
apiVersion: kafka.strimzi.io/v1beta2
26
kind: KafkaConnector
37
metadata:

examples/cruise-control/kafka-cruise-control.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ metadata:
44
name: my-cluster
55
spec:
66
kafka:
7-
version: 3.1.0
7+
version: 3.2.0
88
replicas: 3
99
listeners:
1010
- name: plain
Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
apiVersion: kafka.strimzi.io/v1beta2
2+
kind: KafkaRebalance
3+
metadata:
4+
name: my-rebalance
5+
labels:
6+
strimzi.io/cluster: my-cluster
7+
# no goals specified, using the default goals from the Cruise Control configuration
8+
spec:
9+
mode: add-broker
10+
brokers: [3, 4]
Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
apiVersion: kafka.strimzi.io/v1beta2
2+
kind: KafkaRebalance
3+
metadata:
4+
name: my-rebalance
5+
labels:
6+
strimzi.io/cluster: my-cluster
7+
# no goals specified, using the default goals from the Cruise Control configuration
8+
spec:
9+
mode: remove-broker
10+
brokers: [3, 4]

examples/kafka/kafka-ephemeral-single.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ metadata:
44
name: my-cluster
55
spec:
66
kafka:
7-
version: 3.1.0
7+
version: 3.2.0
88
replicas: 1
99
listeners:
1010
- name: plain

examples/kafka/kafka-ephemeral.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ metadata:
44
name: my-cluster
55
spec:
66
kafka:
7-
version: 3.1.0
7+
version: 3.2.0
88
replicas: 3
99
listeners:
1010
- name: plain

examples/kafka/kafka-jbod.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ metadata:
44
name: my-cluster
55
spec:
66
kafka:
7-
version: 3.1.0
7+
version: 3.2.0
88
replicas: 3
99
listeners:
1010
- name: plain

examples/kafka/kafka-persistent-single.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ metadata:
44
name: my-cluster
55
spec:
66
kafka:
7-
version: 3.1.0
7+
version: 3.2.0
88
replicas: 1
99
listeners:
1010
- name: plain

examples/kafka/kafka-persistent.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ metadata:
44
name: my-cluster
55
spec:
66
kafka:
7-
version: 3.1.0
7+
version: 3.2.0
88
replicas: 3
99
listeners:
1010
- name: plain

examples/metrics/grafana-dashboards/strimzi-kafka-connect.json

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1001,6 +1001,12 @@
10011001
"interval": "",
10021002
"legendFormat": "#producer connections",
10031003
"refId": "B"
1004+
},
1005+
{
1006+
"expr": "sum(kafka_admin_client_connection_count{strimzi_io_kind=~\"KafkaConnect.*\",strimzi_io_cluster=\"$strimzi_connect_cluster_name\"})",
1007+
"legendFormat": "#admin connections",
1008+
"interval": "",
1009+
"refId": "C"
10041010
}
10051011
],
10061012
"thresholds": [],

0 commit comments

Comments
 (0)