Skip to content

Commit 5a64f1f

Browse files
authored
chore: Deprecate Airflow 2.9.3 (#691)
* doc/test-def updates * changelog
1 parent b19b1db commit 5a64f1f

3 files changed

Lines changed: 5 additions & 4 deletions

File tree

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@
1313

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

1718
### Fixed
1819

@@ -33,6 +34,7 @@
3334
[#686]: https://github.com/stackabletech/airflow-operator/pull/686
3435
[#687]: https://github.com/stackabletech/airflow-operator/pull/687
3536
[#690]: https://github.com/stackabletech/airflow-operator/pull/690
37+
[#691]: https://github.com/stackabletech/airflow-operator/pull/691
3638

3739
## [25.7.0] - 2025-07-23
3840

docs/modules/airflow/partials/supported-versions.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,4 @@
55
- 3.0.1 (experimental)
66
- 2.10.5
77
- 2.10.4 (deprecated)
8-
- 2.9.3 (LTS)
8+
- 2.9.3 (deprecated)

tests/test-definition.yaml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,17 +7,16 @@
77
dimensions:
88
- name: airflow
99
values:
10-
- 2.9.3
1110
- 2.10.4
1211
- 2.10.5
1312
- 3.0.1
1413
# To use a custom image, add a comma and the full name after the product version
15-
# - 2.9.3,oci.stackable.tech/sandbox/airflow:2.9.3-stackable0.0.0-dev
14+
# - 3.0.1,oci.stackable.tech/sandbox/airflow:3.0.1-stackable0.0.0-dev
1615
- name: airflow-latest
1716
values:
1817
- 3.0.1
1918
# To use a custom image, add a comma and the full name after the product version
20-
# - 2.9.3,oci.stackable.tech/sandbox/airflow:2.9.3-stackable0.0.0-dev
19+
# - 3.0.1,oci.stackable.tech/sandbox/airflow:3.0.1-stackable0.0.0-dev
2120
- name: opa-latest
2221
values:
2322
- 1.4.2

0 commit comments

Comments
 (0)