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
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@

- Use internal secrets for secret- and jwt-keys ([#686]).
- Update uvicorn version and revert to default number of API workers ([#690]).
- Deprecate airflow `2.9.3` ([#691]).

### Fixed

Expand All @@ -33,6 +34,7 @@
[#686]: https://github.com/stackabletech/airflow-operator/pull/686
[#687]: https://github.com/stackabletech/airflow-operator/pull/687
[#690]: https://github.com/stackabletech/airflow-operator/pull/690
[#691]: https://github.com/stackabletech/airflow-operator/pull/691

## [25.7.0] - 2025-07-23

Expand Down
2 changes: 1 addition & 1 deletion docs/modules/airflow/partials/supported-versions.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@
- 3.0.1 (experimental)
- 2.10.5
- 2.10.4 (deprecated)
- 2.9.3 (LTS)
- 2.9.3 (deprecated)
5 changes: 2 additions & 3 deletions tests/test-definition.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,17 +7,16 @@
dimensions:
- name: airflow
values:
- 2.9.3
- 2.10.4
- 2.10.5
- 3.0.1
# To use a custom image, add a comma and the full name after the product version
# - 2.9.3,oci.stackable.tech/sandbox/airflow:2.9.3-stackable0.0.0-dev
# - 3.0.1,oci.stackable.tech/sandbox/airflow:3.0.1-stackable0.0.0-dev
- name: airflow-latest
values:
- 3.0.1
# To use a custom image, add a comma and the full name after the product version
# - 2.9.3,oci.stackable.tech/sandbox/airflow:2.9.3-stackable0.0.0-dev
# - 3.0.1,oci.stackable.tech/sandbox/airflow:3.0.1-stackable0.0.0-dev
- name: opa-latest
values:
- 1.4.2
Expand Down
Loading