From 3dad93a115f85db381b02e1df77d7f89a6b35980 Mon Sep 17 00:00:00 2001 From: Eduardo Bizarro Date: Thu, 16 Jan 2020 23:00:36 -0300 Subject: [PATCH] 1.10.7 --- README.md | 2 +- files/cloud-init.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 1af14a4..1f61184 100644 --- a/README.md +++ b/README.md @@ -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 diff --git a/files/cloud-init.sh b/files/cloud-init.sh index 533de77..0ff4368 100644 --- a/files/cloud-init.sh +++ b/files/cloud-init.sh @@ -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 \