Skip to content

Commit 6b15c8b

Browse files
committed
chore: Merge branch 'main' into spike/per-registry-helm-values
2 parents 0ae63ae + 63804fd commit 6b15c8b

18 files changed

Lines changed: 650 additions & 473 deletions

File tree

CHANGELOG.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,10 @@
99

1010
### Changed
1111

12-
- Document Helm deployed RBAC permissions and remove unnecessary permissions ([#767]).
12+
- Document Helm deployed RBAC permissions and remove unnecessary permissions ([#767], [#774]).
13+
- BREAKING: `configOverrides` now only accepts the known config file `webserver_config.py`. Previously, arbitrary file names were silently accepted and ignored ([#775]).
14+
- Bump `stackable-operator` to 0.110.1, kube to 3.1.0, and snafu to 0.9 ([#775]).
15+
- BREAKING: Rename `EXPERIMENTAL_FILE_HEADER` and `EXPERIMENTAL_FILE_FOOTER` in `webserver_config.py` for arbitrary python code to `FILE_HEADER` and `FILE_FOOTER` ([#775], [#777]).
1316

1417
### Fixed
1518

@@ -19,6 +22,9 @@
1922
[#765]: https://github.com/stackabletech/airflow-operator/pull/765
2023
[#767]: https://github.com/stackabletech/airflow-operator/pull/767
2124
[#770]: https://github.com/stackabletech/airflow-operator/pull/770
25+
[#774]: https://github.com/stackabletech/airflow-operator/pull/774
26+
[#775]: https://github.com/stackabletech/airflow-operator/pull/775
27+
[#777]: https://github.com/stackabletech/airflow-operator/pull/777
2228

2329
## [26.3.0] - 2026-03-16
2430

0 commit comments

Comments
 (0)