Skip to content

Commit 07e0769

Browse files
sbernauerrazvan
andauthored
fix: Allow multiple Airflows in the same namespace to use Kubernetes executors (#678)
* fix: Allow multiple Airflows in the same namespace to use Kubernetes executors * changelog * cargo update * Update CHANGELOG.md Co-authored-by: Razvan-Daniel Mihai <84674+razvan@users.noreply.github.com> --------- Co-authored-by: Razvan-Daniel Mihai <84674+razvan@users.noreply.github.com>
1 parent ce469d2 commit 07e0769

5 files changed

Lines changed: 101 additions & 94 deletions

File tree

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,14 @@
1010

1111
- Don't panic on invalid authorization config. Previously, a missing OPA ConfigMap would crash the operator ([#667]).
1212
- Fix OPA authorization for Airflow 3. Airflow 3 needs to be configured via env variables, the operator now does this correctly ([#668]).
13+
- Allow multiple Airflows in the same namespace to use Kubernetes executors.
14+
Previously, the operator would always use the same name for the executor Pod template ConfigMap.
15+
Thus when deploying multiple Airflow instances in the same namespace, there would be a conflict over the contents of that ConfigMap ([#678]).
1316

1417
[#667]: https://github.com/stackabletech/airflow-operator/pull/667
1518
[#668]: https://github.com/stackabletech/airflow-operator/pull/668
1619
[#669]: https://github.com/stackabletech/airflow-operator/pull/669
20+
[#678]: https://github.com/stackabletech/airflow-operator/pull/678
1721

1822
## [25.7.0] - 2025-07-23
1923

Cargo.lock

Lines changed: 41 additions & 41 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)