You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,6 +4,9 @@
4
4
5
5
* Use the `v1` API in the Cluster Operator
6
6
* Use the `v1` API as the _stored_ API version
7
+
* Update HTTP bridge to 1.0.0.
8
+
*`/metrics` endpoint is no longer available on the regular HTTP interface (port 8080 by default). It is now available on the HTTP management interface, 8081.
9
+
Users upgrading to Strimzi 1.0.0+ should check all monitoring configurations that scrape Kafka Bridge metrics and update them to use port 8081 instead of 8080 or any other non-default port before or immediately after the upgrade to avoid metrics collection failures.
7
10
8
11
### Major changes, deprecations, and removals
9
12
@@ -18,9 +21,6 @@
18
21
* The `ServerSideApplyPhase1` feature gate moves to beta stage and is enabled by default.
19
22
If needed, `ServerSideApplyPhase1` can be disabled in the feature gates configuration in the Cluster Operator.
20
23
* Fixed auto-rebalancing on scale up not running anymore when Cruise Control is not ready yet on the first attempt.
21
-
* Update HTTP bridge to 1.0.0.
22
-
*`/metrics` endpoint is no longer available on the regular HTTP interface (port 8080 by default). It is now available on the HTTP management interface, 8081.
23
-
Users upgrading to Strimzi 0.51.0+ should check all monitoring configurations that scrape Kafka Bridge metrics and update them to use port 8081 instead of 8080 or any other non-default port before or immediately after the upgrade to avoid metrics collection failures.
24
24
25
25
### Major changes, deprecations, and removals
26
26
@@ -577,7 +577,7 @@
577
577
The StatefulSet template properties in the `Kafka` custom resource in`.spec.zookeeper.template.statefulSet` and `.spec.kafka.template.statefulSet` are deprecated and will be ignored.
578
578
You should remove them from your custom resources.
579
579
580
-
## 1.0.0
580
+
## 0.34.0
581
581
582
582
* Add support for Kafka 3.4.0 and remove support for Kafka 3.2.x
583
583
* Stable Pod identities for Kafka Connect and MirrorMaker 2 (Feature Gate `StableConnectIdentities`)
0 commit comments