Skip to content

Commit

Permalink
1.10.7
Browse files Browse the repository at this point in the history
  • Loading branch information
edbizarro committed Jan 17, 2020
1 parent fd43fb8 commit 3dad93a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
[![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/)
[![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/)

# Airflow AWS Module
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
Expand Down
2 changes: 1 addition & 1 deletion files/cloud-init.sh
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ function install_python_and_python_packages() {
fi

pip3 install -U \
apache-airflow[celery,postgres,s3,crypto,jdbc,google_auth,redis,slack,ssh,sentry]==1.10.6 \
apache-airflow[celery,postgres,s3,crypto,jdbc,google_auth,redis,slack,ssh,sentry]==1.10.7 \
boto3 \
celery[sqs]==4.3.0 \
cython \
Expand Down

0 comments on commit 3dad93a

Please sign in to comment.