Skip to content

Commit a42982f

Browse files
authored
2.6.3 support (aws#304)
🚀
1 parent 56a84e2 commit a42982f

13 files changed

+463
-542
lines changed

VERSION

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
2.5.1
1+
2.6.3

dags/example_lambda.py

-43
This file was deleted.

dags/example_redshift_data_execute_sql.py

-70
This file was deleted.

docker/Dockerfile

+2-2
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,9 @@ LABEL maintainer="amazon"
88

99
# Airflow
1010
## Version specific ARGs
11-
ARG AIRFLOW_VERSION=2.5.1
11+
ARG AIRFLOW_VERSION=2.6.3
1212
ARG WATCHTOWER_VERSION=2.0.1
13-
ARG PROVIDER_AMAZON_VERSION=7.1.0
13+
ARG PROVIDER_AMAZON_VERSION=8.2.0
1414

1515
## General ARGs
1616
ARG AIRFLOW_USER_HOME=/usr/local/airflow

0 commit comments

Comments
 (0)