Skip to content
This repository was archived by the owner on Jul 9, 2025. It is now read-only.

Commit 59fb59d

Browse files
MWAA: Drop deprecated Airflow versions (#1535)
1 parent 6be0675 commit 59fb59d

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

content/en/user-guide/aws/mwaa/index.md

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ $ awslocal mwaa create-environment --dag-s3-path /dags \
4040
--execution-role-arn arn:aws:iam::000000000000:role/airflow-role \
4141
--network-configuration {} \
4242
--source-bucket-arn arn:aws:s3:::my-mwaa-bucket \
43-
--airflow-version 2.2.2 \
43+
--airflow-version 2.10.1 \
4444
--airflow-configuration-options agent.code=007,agent.name=bond \
4545
--name my-mwaa-env
4646
{{< /command >}}
@@ -65,9 +65,6 @@ LocalStack also prints this information in the logs:
6565

6666
LocalStack supports the following versions of Apache Airflow:
6767

68-
- `1.10.12` (deprecated)
69-
- `2.0.2` (deprecated)
70-
- `2.2.2` (deprecated)
7168
- `2.4.3`
7269
- `2.5.1`
7370
- `2.6.3`

0 commit comments

Comments
 (0)