|
13 | 13 | - Add experimental support for airflow `3.0.1` ([#630]).
|
14 | 14 | - "airflow.task" logger defaults to log level 'INFO' instead of 'NOTSET' ([#649]).
|
15 | 15 | - Add internal headless service in addition to the metrics service ([#651]).
|
| 16 | +- Add RBAC rule to helm template for automatic cluster domain detection ([#656]). |
16 | 17 |
|
17 | 18 | ### Changed
|
18 | 19 |
|
|
33 | 34 | - The defaults from the docker images itself will now apply, which will be different from 1000/0 going forward
|
34 | 35 | - This is marked as breaking because tools and policies might exist, which require these fields to be set
|
35 | 36 | - Changed listener class to be role-only ([#645]).
|
| 37 | +- BREAKING: Bump stackable-operator to 0.94.0 and update other dependencies ([#656]). |
| 38 | + - The default Kubernetes cluster domain name is now fetched from the kubelet API unless explicitly configured. |
| 39 | + - This requires operators to have the RBAC permission to get nodes/proxy in the apiGroup "". The helm-chart takes care of this. |
| 40 | + - The CLI argument `--kubernetes-node-name` or env variable `KUBERNETES_NODE_NAME` needs to be set. The helm-chart takes care of this. |
36 | 41 |
|
37 | 42 | ### Fixed
|
38 | 43 |
|
39 | 44 | - Use `json` file extension for log files ([#607]).
|
40 | 45 | - Fix a bug where changes to ConfigMaps that are referenced in the AirflowCluster spec didn't trigger a reconciliation ([#600]).
|
| 46 | +- Allow uppercase characters in domain names ([#656]). |
| 47 | + |
| 48 | +### Removed |
| 49 | + |
| 50 | +- Remove the `lastUpdateTime` field from the stacklet status ([#656]). |
| 51 | +- Remove role binding to legacy service accounts ([#656]). |
41 | 52 |
|
42 | 53 | [#600]: https://github.com/stackabletech/airflow-operator/pull/600
|
43 | 54 | [#601]: https://github.com/stackabletech/airflow-operator/pull/601
|
|
54 | 65 | [#645]: https://github.com/stackabletech/airflow-operator/pull/645
|
55 | 66 | [#649]: https://github.com/stackabletech/airflow-operator/pull/649
|
56 | 67 | [#651]: https://github.com/stackabletech/airflow-operator/pull/651
|
| 68 | +[#656]: https://github.com/stackabletech/airflow-operator/pull/656 |
57 | 69 |
|
58 | 70 | ## [25.3.0] - 2025-03-21
|
59 | 71 |
|
|
0 commit comments