@@ -11,7 +11,7 @@ All notable changes to this project will be documented in this file.
1111 - Use ` --file-log-rotation-period ` (or ` FILE_LOG_ROTATION_PERIOD ` ) to configure the frequency of rotation.
1212 - Use ` --console-log-format ` (or ` CONSOLE_LOG_FORMAT ` ) to set the format to ` plain ` (default) or ` json ` .
1313- Add support for Kafka 3.9.1 ([ #866 ] ).
14- - Add RBAC rule to helm template for automatic cluster domain detection ([ #xxx ] ).
14+ - Add RBAC rule to helm template for automatic cluster domain detection ([ #878 ] ).
1515
1616### Changed
1717
@@ -29,7 +29,7 @@ All notable changes to this project will be documented in this file.
2929 - The ` runAsUser ` and ` runAsGroup ` fields will not be set anymore by the operator
3030 - The defaults from the docker images itself will now apply, which will be different from 1000/0 going forward
3131 - This is marked as breaking because tools and policies might exist, which require these fields to be set
32- - BREAKING: Bump stackable-operator to 0.94.0 and update other dependencies ([ #xxx ] ).
32+ - BREAKING: Bump stackable-operator to 0.94.0 and update other dependencies ([ #878 ] ).
3333 - The default Kubernetes cluster domain name is now fetched from the kubelet API unless explicitly configured.
3434 - This requires operators to have the RBAC permission to get nodes/proxy in the apiGroup "". The helm-chart takes care of this.
3535 - The CLI argument ` --kubernetes-node-name ` or env variable ` KUBERNETES_NODE_NAME ` needs to be set. The helm-chart takes care of this.
@@ -38,15 +38,15 @@ All notable changes to this project will be documented in this file.
3838
3939- Use ` json ` file extension for log files ([ #846 ] ).
4040- Fix a bug where changes to ConfigMaps that are referenced in the KafkaCluster spec didn't trigger a reconciliation ([ #844 ] ).
41- - Allow uppercase characters in domain names ([ #xxx ] ).
41+ - Allow uppercase characters in domain names ([ #878 ] ).
4242
4343### Removed
4444
4545- test: ZooKeeper 3.9.2 removed ([ #853 ] ).
4646- Support for Kafka 3.7.1 and 3.8.0 removed ([ #860 ] ).
4747- Remove the ` -nodeport ` discovery ConfigMap ([ #868 ] ).
48- - Remove the ` lastUpdateTime ` field from the stacklet status ([ #xxx ] ).
49- - Remove role binding to legacy service accounts ([ #xxx ] ).
48+ - Remove the ` lastUpdateTime ` field from the stacklet status ([ #878 ] ).
49+ - Remove role binding to legacy service accounts ([ #878 ] ).
5050
5151[ #840 ] : https://github.com/stackabletech/kafka-operator/pull/840
5252[ #844 ] : https://github.com/stackabletech/kafka-operator/pull/844
@@ -60,6 +60,7 @@ All notable changes to this project will be documented in this file.
6060[ #862 ] : https://github.com/stackabletech/kafka-operator/pull/862
6161[ #866 ] : https://github.com/stackabletech/kafka-operator/pull/866
6262[ #868 ] : https://github.com/stackabletech/kafka-operator/pull/868
63+ [ #878 ] : https://github.com/stackabletech/kafka-operator/pull/878
6364
6465## [ 25.3.0] - 2025-03-21
6566
0 commit comments