Skip to content

Commit a903ebb

Browse files
authored
chore: Replace Airflow 3.2.1 with 3.2.2 (#805)
1 parent 5b4c063 commit a903ebb

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

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: 3.2.1
8+
productVersion: 3.2.2
99
pullPolicy: IfNotPresent
1010
clusterConfig:
1111
loadExamples: true

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
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-
- 3.2.1
5+
- 3.2.2
66
- 3.1.6 (deprecated)
77
- 3.0.6 (LTS)
88
- 2.9.3 (deprecated)

tests/test-definition.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,12 +10,12 @@ dimensions:
1010
- 2.9.3
1111
- 3.0.6
1212
- 3.1.6
13-
- 3.2.1
13+
- 3.2.2
1414
# To use a custom image, add a comma and the full name after the product version
1515
# - x.x.x,oci.stackable.tech/sandbox/airflow:x.x.x-stackable0.0.0-dev
1616
- name: airflow-latest
1717
values:
18-
- 3.2.1
18+
- 3.2.2
1919
# To use a custom image, add a comma and the full name after the product version
2020
# - x.x.x,oci.stackable.tech/sandbox/airflow:x.x.x-stackable0.0.0-dev
2121
- name: opa-latest

0 commit comments

Comments
 (0)