Skip to content
Merged
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
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,17 @@
- Support objectOverrides using `.spec.objectOverrides`.
See [objectOverrides concepts page](https://docs.stackable.tech/home/nightly/concepts/overrides/#object-overrides) for details ([#726]).

### Changed

- Bump testing-tools to `0.3.0-stackable0.0.0-dev` ([#733]).

### Fixed

- Default `API_WORKERS` to 1 (instead of letting Airflow default to 4) to prevent crashloop and update/correct docs to reflect this ([#727]).

[#726]: https://github.com/stackabletech/airflow-operator/pull/726
[#727]: https://github.com/stackabletech/airflow-operator/pull/727
[#733]: https://github.com/stackabletech/airflow-operator/pull/733

## [25.11.0] - 2025-11-07

Expand Down
2 changes: 1 addition & 1 deletion tests/templates/kuttl/ldap/70-install-airflow-python.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ spec:
spec:
containers:
- name: test-airflow-python
image: oci.stackable.tech/sdp/testing-tools:0.2.0-stackable0.0.0-dev
image: oci.stackable.tech/sdp/testing-tools:0.3.0-stackable0.0.0-dev
imagePullPolicy: IfNotPresent
stdin: true
tty: true
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ spec:
spec:
containers:
- name: test-airflow-python
image: oci.stackable.tech/sdp/testing-tools:0.2.0-stackable0.0.0-dev
image: oci.stackable.tech/sdp/testing-tools:0.3.0-stackable0.0.0-dev
imagePullPolicy: IfNotPresent
stdin: true
tty: true
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ spec:
spec:
containers:
- name: test-airflow-python
image: oci.stackable.tech/sdp/testing-tools:0.2.0-stackable0.0.0-dev
image: oci.stackable.tech/sdp/testing-tools:0.3.0-stackable0.0.0-dev
imagePullPolicy: IfNotPresent
stdin: true
tty: true
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ spec:
spec:
containers:
- name: test-airflow-python
image: oci.stackable.tech/sdp/testing-tools:0.2.0-stackable0.0.0-dev
image: oci.stackable.tech/sdp/testing-tools:0.3.0-stackable0.0.0-dev
imagePullPolicy: IfNotPresent
stdin: true
tty: true
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ spec:
fsGroup: 1000
containers:
- name: python
image: oci.stackable.tech/sdp/testing-tools:0.2.0-stackable0.0.0-dev
image: oci.stackable.tech/sdp/testing-tools:0.3.0-stackable0.0.0-dev
imagePullPolicy: IfNotPresent
stdin: true
tty: true
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ spec:
fsGroup: 1000
containers:
- name: test-runner
image: oci.stackable.tech/sdp/testing-tools:0.2.0-stackable0.0.0-dev
image: oci.stackable.tech/sdp/testing-tools:0.3.0-stackable0.0.0-dev
imagePullPolicy: IfNotPresent
stdin: true
tty: true
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ spec:
spec:
containers:
- name: test-airflow-python
image: oci.stackable.tech/sdp/testing-tools:0.2.0-stackable0.0.0-dev
image: oci.stackable.tech/sdp/testing-tools:0.3.0-stackable0.0.0-dev
imagePullPolicy: IfNotPresent
stdin: true
tty: true
Expand Down
2 changes: 1 addition & 1 deletion tests/templates/kuttl/smoke/50-install-airflow-python.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ spec:
spec:
containers:
- name: test-airflow-python
image: oci.stackable.tech/sdp/testing-tools:0.2.0-stackable0.0.0-dev
image: oci.stackable.tech/sdp/testing-tools:0.3.0-stackable0.0.0-dev
imagePullPolicy: IfNotPresent
stdin: true
tty: true
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ spec:
spec:
containers:
- name: test-airflow-python
image: oci.stackable.tech/sdp/testing-tools:0.2.0-stackable0.0.0-dev
image: oci.stackable.tech/sdp/testing-tools:0.3.0-stackable0.0.0-dev
imagePullPolicy: IfNotPresent
stdin: true
tty: true