@@ -11,6 +11,7 @@ All notable changes to this project will be documented in this file.
11
11
- Use ` --file-log-rotation-period ` (or ` FILE_LOG_ROTATION_PERIOD ` ) to configure the frequency of rotation.
12
12
- Use ` --console-log-format ` (or ` CONSOLE_LOG_FORMAT ` ) to set the format to ` plain ` (default) or ` json ` .
13
13
- Add support for Kafka 3.9.1 ([ #866 ] ).
14
+ - Add RBAC rule to helm template for automatic cluster domain detection ([ #878 ] ).
14
15
15
16
### Changed
16
17
@@ -28,17 +29,24 @@ All notable changes to this project will be documented in this file.
28
29
- The ` runAsUser ` and ` runAsGroup ` fields will not be set anymore by the operator
29
30
- The defaults from the docker images itself will now apply, which will be different from 1000/0 going forward
30
31
- 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 ([ #878 ] ).
33
+ - The default Kubernetes cluster domain name is now fetched from the kubelet API unless explicitly configured.
34
+ - This requires operators to have the RBAC permission to get nodes/proxy in the apiGroup "". The helm-chart takes care of this.
35
+ - The CLI argument ` --kubernetes-node-name ` or env variable ` KUBERNETES_NODE_NAME ` needs to be set. The helm-chart takes care of this.
31
36
32
37
### Fixed
33
38
34
39
- Use ` json ` file extension for log files ([ #846 ] ).
35
40
- 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 ([ #878 ] ).
36
42
37
43
### Removed
38
44
39
45
- test: ZooKeeper 3.9.2 removed ([ #853 ] ).
40
46
- Support for Kafka 3.7.1 and 3.8.0 removed ([ #860 ] ).
41
47
- Remove the ` -nodeport ` discovery ConfigMap ([ #868 ] ).
48
+ - Remove the ` lastUpdateTime ` field from the stacklet status ([ #878 ] ).
49
+ - Remove role binding to legacy service accounts ([ #878 ] ).
42
50
43
51
[ #840 ] : https://github.com/stackabletech/kafka-operator/pull/840
44
52
[ #844 ] : https://github.com/stackabletech/kafka-operator/pull/844
@@ -52,6 +60,7 @@ All notable changes to this project will be documented in this file.
52
60
[ #862 ] : https://github.com/stackabletech/kafka-operator/pull/862
53
61
[ #866 ] : https://github.com/stackabletech/kafka-operator/pull/866
54
62
[ #868 ] : https://github.com/stackabletech/kafka-operator/pull/868
63
+ [ #878 ] : https://github.com/stackabletech/kafka-operator/pull/878
55
64
56
65
## [ 25.3.0] - 2025-03-21
57
66
0 commit comments