Skip to content

Commit bce919d

Browse files
authored
chore: Bump Rust dependencies pre-25.7.0 (#656)
* feat(helm): Add RBAC rule for automatic cluster domain detection * chore: Bump stackable-operator to 0.94.0 and built to 0.8 * chore: Allow Clippy's result_large_err lint * chore: Update changelog link * chore: Adjust changelog
1 parent 33830f9 commit bce919d

File tree

10 files changed

+1243
-1831
lines changed

10 files changed

+1243
-1831
lines changed

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@
1313
- Add experimental support for airflow `3.0.1` ([#630]).
1414
- "airflow.task" logger defaults to log level 'INFO' instead of 'NOTSET' ([#649]).
1515
- Add internal headless service in addition to the metrics service ([#651]).
16+
- Add RBAC rule to helm template for automatic cluster domain detection ([#656]).
1617

1718
### Changed
1819

@@ -33,11 +34,21 @@
3334
- The defaults from the docker images itself will now apply, which will be different from 1000/0 going forward
3435
- This is marked as breaking because tools and policies might exist, which require these fields to be set
3536
- 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.
3641

3742
### Fixed
3843

3944
- Use `json` file extension for log files ([#607]).
4045
- 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]).
4152

4253
[#600]: https://github.com/stackabletech/airflow-operator/pull/600
4354
[#601]: https://github.com/stackabletech/airflow-operator/pull/601
@@ -54,6 +65,7 @@
5465
[#645]: https://github.com/stackabletech/airflow-operator/pull/645
5566
[#649]: https://github.com/stackabletech/airflow-operator/pull/649
5667
[#651]: https://github.com/stackabletech/airflow-operator/pull/651
68+
[#656]: https://github.com/stackabletech/airflow-operator/pull/656
5769

5870
## [25.3.0] - 2025-03-21
5971

0 commit comments

Comments
 (0)