Skip to content

Commit eb359e8

Browse files
committed
Prepare for 0.49.1
Signed-off-by: Jakub Scholz <[email protected]>
1 parent 7c68046 commit eb359e8

File tree

43 files changed

+184
-172
lines changed

Some content is hidden

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

43 files changed

+184
-172
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="8b7ff80c84baeddf412ff824ab8d5623a49943a1 -"
9+
HELM_CHART_CHECKSUM="75a7d1e43e61db4c866847bab04afb3db859ac2d -"
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="a0e922f2678b7d559ef0c130ba264818784f89bf -"
17+
INSTALL_CHECKSUM="f2c5f7174ffd792c33f54745cbfe4c6a6796cef9 -"
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="006153237731a6389fd5c0e4a02a822c023c8e3d -"
25+
EXAMPLES_CHECKSUM="a3f121a350cf2d526b37bbecc21df8c032f1c8fb -"

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# CHANGELOG
22

3+
## 0.49.1
4+
5+
* Fixed TLS configuration in MirrorMaker 2 examples
6+
* `v1` API Conversion Tool bug fixes (Improved CRD validation before doing the conversion, conversion of Node Pools with single volume persistent storage, various typos)
7+
* Fixed incorrect default names for Strimzi Metrics Provider metrics
8+
* Fixed Push secret handling when `UseConnectBuildWithBuildah` feature gate is enabled
9+
* Documentation improvements
10+
311
## 0.49.0
412

513
* Add support for Kafka 4.0.1 and 4.1.1

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.49.0</version>
7+
<version>0.49.1</version>
88
</parent>
99
<name>Strimzi API</name>
1010
<modelVersion>4.0.0</modelVersion>

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.49.0</version>
8+
<version>0.49.1</version>
99
</parent>
1010
<name>Strimzi Certificates Manager</name>
1111
<modelVersion>4.0.0</modelVersion>

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.49.0</version>
7+
<version>0.49.1</version>
88
</parent>
99
<name>Strimzi Cluster Operator</name>
1010
<modelVersion>4.0.0</modelVersion>

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.49.0</version>
8+
<version>0.49.1</version>
99
</parent>
1010
<name>Kafka Configuration Model generator</name>
1111
<modelVersion>4.0.0</modelVersion>

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.49.0</version>
8+
<version>0.49.1</version>
99
</parent>
1010
<name>Kafka Configuration Model</name>
1111
<modelVersion>4.0.0</modelVersion>

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.49.0</version>
8+
<version>0.49.1</version>
99
</parent>
1010
<name>Strimzi CRD annotations</name>
1111
<modelVersion>4.0.0</modelVersion>

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.49.0</version>
8+
<version>0.49.1</version>
99
</parent>
1010
<name>Strimzi CRD generator</name>
1111
<modelVersion>4.0.0</modelVersion>

examples/metrics/kafka-mirror-maker-2-metrics.yaml

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -203,12 +203,13 @@ data:
203203
type: GAUGE
204204
205205
#kafka.connect:type=MirrorSourceConnector
206-
- pattern: kafka.connect.mirror<type=MirrorSourceConnector, target=(.+), topic=(.+), partition=(.+)><>([a-z-_]+)
207-
name: kafka_connect_mirror_mirrorsourceconnector_$4
206+
- pattern: kafka.connect.mirror<type=MirrorSourceConnector, source=(.+), target=(.+), topic=(.+), partition=(.+)><>([a-z-_]+)
207+
name: kafka_connect_mirror_mirrorsourceconnector_$5
208208
labels:
209-
target: "$1"
210-
topic: "$2"
211-
partition: "$3"
209+
source: "$1"
210+
target: "$2"
211+
topic: "$3"
212+
partition: "$4"
212213
help: "Kafka Mirror Maker 2 Source Connector metrics"
213214
type: GAUGE
214215

0 commit comments

Comments
 (0)