@@ -12,7 +12,7 @@ All notable changes to this project will be documented in this file.
1212 - Use ` --console-log-format ` (or ` CONSOLE_LOG_FORMAT ` ) to set the format to ` plain ` (default) or ` json ` .
1313- Add support for ` 33.0.0 ` ([ #722 ] ).
1414- Add Listener support for Druid ([ #731 ] ).
15- - Add RBAC rule to helm template for automatic cluster domain detection ([ #xxx ] ).
15+ - Add RBAC rule to helm template for automatic cluster domain detection ([ #735 ] ).
1616
1717### Changed
1818
@@ -32,7 +32,7 @@ All notable changes to this project will be documented in this file.
3232 - This is marked as breaking because tools and policies might exist, which require these fields to be set
3333- Deprecate support for ` 31.0.1 ` ([ #722 ] ).
3434- Use versioned common structs ([ #725 ] ).
35- - BREAKING: Bump stackable-operator to 0.94.0 and update other dependencies ([ #xxx ] ).
35+ - BREAKING: Bump stackable-operator to 0.94.0 and update other dependencies ([ #735 ] ).
3636 - The default Kubernetes cluster domain name is now fetched from the kubelet API unless explicitly configured.
3737 - This requires operators to have the RBAC permission to get nodes/proxy in the apiGroup "". The helm-chart takes care of this.
3838 - The CLI argument ` --kubernetes-node-name ` or env variable ` KUBERNETES_NODE_NAME ` needs to be set. The helm-chart takes care of this.
@@ -41,14 +41,14 @@ All notable changes to this project will be documented in this file.
4141
4242- Use ` json ` file extension for log files ([ #709 ] ).
4343- Fix a bug where changes to ConfigMaps that are referenced in the DruidCluster spec didn't trigger a reconciliation ([ #704 ] ).
44- - Allow uppercase characters in domain names ([ #xxx ] ).
44+ - Allow uppercase characters in domain names ([ #735 ] ).
4545
4646### Removed
4747
4848- test: ZooKeeper 3.9.2 removed ([ #716 ] ).
4949- Remove support for ` 30.0.0 ` ([ #722 ] ).
50- - Remove the ` lastUpdateTime ` field from the stacklet status ([ #xxx ] ).
51- - Remove role binding to legacy service accounts ([ #xxx ] ).
50+ - Remove the ` lastUpdateTime ` field from the stacklet status ([ #735 ] ).
51+ - Remove role binding to legacy service accounts ([ #735 ] ).
5252
5353[ #703 ] : https://github.com/stackabletech/druid-operator/pull/703
5454[ #704 ] : https://github.com/stackabletech/druid-operator/pull/704
@@ -62,7 +62,7 @@ All notable changes to this project will be documented in this file.
6262[ #722 ] : https://github.com/stackabletech/druid-operator/pull/722
6363[ #725 ] : https://github.com/stackabletech/druid-operator/pull/725
6464[ #731 ] : https://github.com/stackabletech/druid-operator/pull/731
65- [ #xxx ] : https://github.com/stackabletech/druid-operator/pull/xxx
65+ [ #735 ] : https://github.com/stackabletech/druid-operator/pull/735
6666
6767## [ 25.3.0] - 2025-03-21
6868
0 commit comments