Skip to content

Commit

Permalink
Airflow 2.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
frankcash committed Oct 14, 2021
1 parent bc7773c commit 8ce86c6
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ ENV DEBIAN_FRONTEND=noninteractive \
TERM=linux

# Airflow
ARG AIRFLOW_VERSION=2.1.0
ARG AIRFLOW_VERSION=2.2.0
ARG AIRFLOW_HOME=/usr/local/airflow
ENV AIRFLOW_GPL_UNIDECODE=yes \
AIRFLOW_HOME=/usr/local/airflow
Expand Down
2 changes: 1 addition & 1 deletion config/airflow.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ fab_logging_level = WARN
# Specify the class that will specify the logging configuration
# This class has to be on the python classpath
# logging_config_class = my.path.default_local_settings.LOGGING_CONFIG
logging_config_class =
# logging_config_class =

# Log format
# we need to escape the curly braces by adding an additional curly brace
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
apache-airflow==2.1.2
apache-airflow==2.2.0
apache-airflow-providers-postgres==2.0.0
apache-airflow-providers-amazon==2.1.0
apache-airflow-providers-elasticsearch

0 comments on commit 8ce86c6

Please sign in to comment.