Skip to content

Commit 3dad93a

Browse files
committed
1.10.7
1 parent fd43fb8 commit 3dad93a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
[![Maintained by Powerdatahub.com](https://img.shields.io/badge/maintained%20by-powerdatahub.com-%233D4DFE.svg?style=for-the-badge)](https://powerdatahub.com/?ref=repo_aws_airflow) [![Apache Airflow 1.10.6](https://img.shields.io/badge/Apache%20Airflow-1.10.6-3D4DFE.svg?style=for-the-badge)](https://github.com/apache/airflow/)
1+
[![Maintained by Powerdatahub.com](https://img.shields.io/badge/maintained%20by-powerdatahub.com-%233D4DFE.svg?style=for-the-badge)](https://powerdatahub.com/?ref=repo_aws_airflow) [![Apache Airflow 1.10.7](https://img.shields.io/badge/Apache%20Airflow-1.10.7-3D4DFE.svg?style=for-the-badge)](https://github.com/apache/airflow/)
22

33
# Airflow AWS Module
44
Terraform module to deploy an [Apache Airflow](https://airflow.apache.org/) cluster on AWS, backed by RDS PostgreSQL for metadata, [S3](https://aws.amazon.com/s3/) for logs and [SQS](https://aws.amazon.com/sqs/) as message broker with CeleryExecutor

files/cloud-init.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ function install_python_and_python_packages() {
5252
fi
5353

5454
pip3 install -U \
55-
apache-airflow[celery,postgres,s3,crypto,jdbc,google_auth,redis,slack,ssh,sentry]==1.10.6 \
55+
apache-airflow[celery,postgres,s3,crypto,jdbc,google_auth,redis,slack,ssh,sentry]==1.10.7 \
5656
boto3 \
5757
celery[sqs]==4.3.0 \
5858
cython \

0 commit comments

Comments
 (0)