Skip to content

Commit 6c205b9

Browse files
chore: Add airflow 2.9.3, deprecate 2.9.2, remove 2.6.x and 2.8.x (#494)
* chore: Add airflow 2.9.3, deprecate 2.9.2, remove 2.6.x and 2.8.x * chore: update changelog * Apply suggestions from code review Co-authored-by: Sebastian Bernauer <sebastian.bernauer@stackable.de> --------- Co-authored-by: Sebastian Bernauer <sebastian.bernauer@stackable.de>
1 parent e3b254f commit 6c205b9

16 files changed

+24
-25
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
### Added
66

77
- Allowing arbitrary python code as `EXPERIMENTAL_FILE_HEADER` and `EXPERIMENTAL_FILE_FOOTER` in `webserver_config.py` ([#493]).
8+
- Support for `2.9.3` ([#494]).
89

910
### Changed
1011

@@ -13,6 +14,7 @@
1314
- `affinity`
1415
- `volumes`
1516
- `volumeMounts`
17+
- Deprecate `2.9.2`, remove `2.6.x` and `2.8.x` ([#494]).
1618

1719
### Fixed
1820

@@ -21,6 +23,7 @@
2123
[#488]: https://github.com/stackabletech/airflow-operator/pull/488
2224
[#489]: https://github.com/stackabletech/airflow-operator/pull/489
2325
[#493]: https://github.com/stackabletech/airflow-operator/pull/493
26+
[#494]: https://github.com/stackabletech/airflow-operator/pull/494
2427

2528
## [24.7.0] - 2024-07-24
2629

docs/modules/airflow/examples/example-airflow-dags-configmap.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ metadata:
55
name: airflow
66
spec:
77
image:
8-
productVersion: 2.9.2
8+
productVersion: 2.9.3
99
clusterConfig:
1010
loadExamples: false
1111
exposeConfig: false

docs/modules/airflow/examples/example-airflow-gitsync.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ metadata:
55
name: airflow
66
spec:
77
image:
8-
productVersion: "2.9.2"
8+
productVersion: "2.9.3"
99
clusterConfig:
1010
loadExamples: false
1111
exposeConfig: false

docs/modules/airflow/examples/example-airflow-incluster.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ metadata:
55
name: airflow
66
spec:
77
image:
8-
productVersion: 2.9.2
8+
productVersion: 2.9.3
99
clusterConfig:
1010
loadExamples: false
1111
exposeConfig: false

docs/modules/airflow/examples/getting_started/code/airflow.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ metadata:
55
name: airflow
66
spec:
77
image:
8-
productVersion: 2.9.2
8+
productVersion: 2.9.3
99
clusterConfig:
1010
loadExamples: true
1111
exposeConfig: false

docs/modules/airflow/pages/usage-guide/security.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ metadata:
2323
name: airflow-with-ldap
2424
spec:
2525
image:
26-
productVersion: 2.9.2
26+
productVersion: 2.9.3
2727
clusterConfig:
2828
authentication:
2929
- authenticationClass: ldap # <1>

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

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,5 @@
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.9.2 (LTS)
6-
- 2.8.4 (deprecated)
7-
- 2.8.1 (deprecated)
8-
- 2.6.3 (deprecated)
5+
- 2.9.3 (LTS)
6+
- 2.9.2 (deprecated)

examples/simple-airflow-cluster-dags-cmap.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ metadata:
8282
name: airflow-dags-cmap
8383
spec:
8484
image:
85-
productVersion: 2.9.2
85+
productVersion: 2.9.3
8686
clusterConfig:
8787
loadExamples: false
8888
exposeConfig: false

examples/simple-airflow-cluster-ldap-insecure-tls.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -148,7 +148,7 @@ metadata:
148148
name: airflow-insecure-tls
149149
spec:
150150
image:
151-
productVersion: 2.9.2
151+
productVersion: 2.9.3
152152
clusterConfig:
153153
loadExamples: true
154154
exposeConfig: true

examples/simple-airflow-cluster-ldap.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -146,7 +146,7 @@ metadata:
146146
name: airflow-with-ldap-server-veri-tls
147147
spec:
148148
image:
149-
productVersion: 2.9.2
149+
productVersion: 2.9.3
150150
clusterConfig:
151151
loadExamples: true
152152
exposeConfig: true

0 commit comments

Comments
 (0)