Skip to content

Commit 3ea363a

Browse files
committed
Merge branch 'feat/multi-git-sync' of github.com:stackabletech/airflow-operator into feat/multi-git-sync
2 parents 2cbae70 + 65e39a9 commit 3ea363a

6 files changed

Lines changed: 470 additions & 435 deletions

File tree

.pre-commit-config.yaml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,7 @@ repos:
1515
- id: detect-private-key
1616

1717
- repo: https://github.com/EmbarkStudios/cargo-deny
18-
# Failing to compile cargo-deny with version >0.18.3, needs rust 1.88.0
19-
rev: baa02b0a0c54e0578aae6bb7c7181ad00dc290af # 0.18.3
18+
rev: 8d76e7e991107da82c4a59cdc362a2739539f55d # 0.18.9
2019
hooks:
2120
- id: cargo-deny
2221
args: ["--all-features", "check", "advisories", "bans", "licenses", "sources"]

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,12 @@
77
- Support objectOverrides using `.spec.objectOverrides`.
88
See [objectOverrides concepts page](https://docs.stackable.tech/home/nightly/concepts/overrides/#object-overrides) for details ([#726]).
99

10+
### Fixed
11+
12+
- Default `API_WORKERS` to 1 (instead of letting Airflow default to 4) to prevent crashloop and update/correct docs to reflect this ([#727]).
13+
1014
[#726]: https://github.com/stackabletech/airflow-operator/pull/726
15+
[#727]: https://github.com/stackabletech/airflow-operator/pull/727
1116

1217
## [25.11.0] - 2025-11-07
1318

0 commit comments

Comments
 (0)