Skip to content

Commit 8dacb4c

Browse files
authored
chore: Upgrade stackable-operator to 0.110.1 (#775)
* chore: Upgrade stackable-operator to 0.110.0 * chore: CRDs / nix * chore: fix rustfmt and clippy type_complexity lint * chore: Upgrade stackable-operator to 0.110.1 * chore: Add AirflowExecutorCommonConfiguration type alias * chore: cargo fmt
1 parent 46ffa80 commit 8dacb4c

13 files changed

Lines changed: 629 additions & 454 deletions

File tree

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,8 @@
1010
### Changed
1111

1212
- 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]).
1315

1416
### Fixed
1517

@@ -20,6 +22,7 @@
2022
[#767]: https://github.com/stackabletech/airflow-operator/pull/767
2123
[#770]: https://github.com/stackabletech/airflow-operator/pull/770
2224
[#774]: https://github.com/stackabletech/airflow-operator/pull/774
25+
[#775]: https://github.com/stackabletech/airflow-operator/pull/775
2326

2427
## [26.3.0] - 2026-03-16
2528

0 commit comments

Comments
 (0)