Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,8 @@
- Task logs are served from `BASE_LOG_FOLDER` instead of the `task` handler's `base_log_folder` at the Vector agent log directory ([#834]).
- Avoid Python import race conditions by pre-cloning the git repo not only for Celery-based stacklets, but also for Kubernetes executor-based setups ([#844]).
- The Airflow 3.x scheduler container now supervises the scheduler instead of the dag-processor. Before, a dead scheduler left the Pod `Running` and `Ready` with nothing scheduling DAGs ([#847]).
- The operator now watches all resources that it creates and early-exits the reconcile action when the
cluster is marked for deletion ([#849]).

[#814]: https://github.com/stackabletech/airflow-operator/pull/814
[#821]: https://github.com/stackabletech/airflow-operator/pull/821
Expand All @@ -55,6 +57,7 @@
[#840]: https://github.com/stackabletech/airflow-operator/pull/840
[#844]: https://github.com/stackabletech/airflow-operator/pull/844
[#847]: https://github.com/stackabletech/airflow-operator/pull/847
[#849]: https://github.com/stackabletech/airflow-operator/pull/849

## [26.7.0] - 2026-07-21

Expand Down
Loading
Loading