Skip to content

Commit 0667c73

Browse files
authored
feat: Add Airflow 2.10.2 to tests (#512)
* chore: Add Airflow 2.10.2 to tests @sbernauer and I discussed whether the experimental version should be listed as latest, or even included in the general test run. We decided on adding it, and if it proves problematic, we can remove it again. * doc: List Airflow 2.10.2 as experimental
1 parent 7ec45c2 commit 0667c73

File tree

3 files changed

+4
-1
lines changed

3 files changed

+4
-1
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66

77
- Allowing arbitrary python code as `EXPERIMENTAL_FILE_HEADER` and `EXPERIMENTAL_FILE_FOOTER` in `webserver_config.py` ([#493]).
88
- Support for `2.9.3` ([#494]).
9+
- Experimental Support for `2.10.2` ([#512]).
910

1011
### Changed
1112

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,6 @@
22
// This is a separate file, since it is used by both the direct Airflow-Operator documentation, and the overarching
33
// Stackable Platform documentation.
44

5+
- 2.10.2 (experimental)
56
- 2.9.3 (LTS)
67
- 2.9.2 (deprecated)

tests/test-definition.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,11 +9,12 @@ dimensions:
99
values:
1010
- 2.9.2
1111
- 2.9.3
12+
- 2.10.2
1213
# To use a custom image, add a comma and the full name after the product version
1314
# - 2.8.1,docker.stackable.tech/sandbox/airflow:2.8.1-stackable0.0.0-dev
1415
- name: airflow-latest
1516
values:
16-
- 2.9.3
17+
- 2.10.2
1718
# To use a custom image, add a comma and the full name after the product version
1819
# - 2.8.1,docker.stackable.tech/sandbox/airflow:2.8.1-stackable0.0.0-dev
1920
- name: ldap-authentication

0 commit comments

Comments
 (0)