|
10 | 10 | - Use `--console-log-format` (or `CONSOLE_LOG_FORMAT`) to set the format to `plain` (default) or `json`.
|
11 | 11 | - BREAKING: Added listener support for Superset ([#625]).
|
12 | 12 | - Add internal headless service in addition to the metrics service and move listener logic to listener.rs ([#644])
|
| 13 | +- Add RBAC rule to helm template for automatic cluster domain detection ([#646]). |
13 | 14 |
|
14 | 15 | ### Changed
|
15 | 16 |
|
|
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
|
31 | 32 | - Changed listener class to be role-only ([#643]).
|
| 33 | +- BREAKING: Bump stackable-operator to 0.94.0 and update other dependencies ([#646]). |
| 34 | + - The default Kubernetes cluster domain name is now fetched from the kubelet API unless explicitly configured. |
| 35 | + - This requires operators to have the RBAC permission to get nodes/proxy in the apiGroup "". The helm-chart takes care of this. |
| 36 | + - The CLI argument `--kubernetes-node-name` or env variable `KUBERNETES_NODE_NAME` needs to be set. The helm-chart takes care of this. |
32 | 37 |
|
33 | 38 | ### Fixed
|
34 | 39 |
|
35 | 40 | - Use `json` file extension for log files ([#615]).
|
36 | 41 | - Fix a bug where changes to ConfigMaps that are referenced in the SupersetCluster spec didn't trigger a reconciliation ([#609]).
|
| 42 | +- Allow uppercase characters in domain names ([#646]). |
| 43 | + |
| 44 | +## Removed |
| 45 | + |
| 46 | +- Remove the `lastUpdateTime` field from the stacklet status ([#646]). |
| 47 | +- Remove role binding to legacy service accounts ([#646]). |
37 | 48 |
|
38 | 49 | [#609]: https://github.com/stackabletech/superset-operator/pull/609
|
39 | 50 | [#610]: https://github.com/stackabletech/superset-operator/pull/610
|
|
47 | 58 | [#637]: https://github.com/stackabletech/superset-operator/pull/637
|
48 | 59 | [#643]: https://github.com/stackabletech/superset-operator/pull/643
|
49 | 60 | [#644]: https://github.com/stackabletech/superset-operator/pull/644
|
| 61 | +[#646]: https://github.com/stackabletech/superset-operator/pull/646 |
50 | 62 |
|
51 | 63 | ## [25.3.0] - 2025-03-21
|
52 | 64 |
|
|
0 commit comments