Skip to content

Releases: astronomer/airflow

Astronomer Certified 1.10.5-10, 2020-08-04

04 Aug 21:30
Compare
Choose a tag to compare

Bug Fixes

  • Fix broken Configuration & Version navigation links (commit)
  • Fix broken /landing_times View (commit)
  • Add host name to task runner log (commit)
  • Run Kubernetes Worker Pods as astro user (commit)

Astronomer Certified 1.10.7-13, 2020-06-18

18 Jun 16:58
Compare
Choose a tag to compare

Bug Fixes

  • Block people from upgrading Airflow in the image (commit)

Improvements

  • Add man directories to buster images to fix jre install problems (commit)
  • Don't use the |safe filter in code, it's risky (commit)
  • Further validation that only task commands are run by executors (commit)
  • Validate only task commands are run by executors (commit)
  • Fix Celery default to no longer allow pickle (commit)
  • Remove duplicate error message on chart connection failure (commit)
  • Add note about using dag_run.conf in BashOperator (commit)

Astronomer Certified 1.10.10-3, 2020-06-17

17 Jun 21:00
Compare
Choose a tag to compare

Bug Fixes

Improvements

  • Fix Celery default to no longer allow pickle (commit)
  • Don't use the |safe filter in code, it's risky (commit)
  • Further validation that only task commands are run by executors (commit)
  • Add note about using dag_run.conf in BashOperator (commit)
  • Validate only task commands are run by executors (commit)

Astronomer Certified 1.10.5-9, 2020-06-18

18 Jun 16:13
Compare
Choose a tag to compare

Bug Fixes

  • Pin azure-storage-blob version to <12 (commit)
  • Azure storage 0.37.0 is not installable any more (commit)
  • Pin Werkzeug < 1.0.0 release - 1.0.0 is not compatible (commit)
  • Fix issue with SQLAlchemy 1.3.16 (commit)
  • WTForms 2.3.0 break our Flask apps (commit)

Improvements

  • Don't use the |safe filter in code, it's risky (commit)
  • Further validation that only task commands are run by executors (commit)
  • Validate only task commands are run by executors (commit)
  • Fix Celery default to no longer allow pickle (commit)
  • Remove duplicate error message on chart connection failure (commit)
  • Add note about using dag_run.conf in BashOperator (commit)

Astronomer Certified 1.10.10-2, 2020-06-03

03 Jun 19:23
Compare
Choose a tag to compare

Bug Fixes

  • Fix pip install issue caused by Python3.7.7 packages on Alpine-based images
  • BugFix: DAG trigger via UI error in RBAC UI (commit)
  • Remove duplicate error message on chart connection failure (commit)
  • Correctly deserialize dagrun_timeout field on DAGs (commit)
  • Correctly store non-default Nones in serialized tasks/dags (commit)
  • Correctly restore upstream_task_ids when deserializing Operators (commit)
  • Make loading plugins from entrypoint fault-tolerant (commit)
  • Stop showing Import Errors for Plugins in Webserver (commit)
  • Azure storage 0.37.0 is not installable any more (commit)
  • Pin Version of Azure Cosmos to <4 (commit)

Astronomer Certified 1.10.7-12, 2020-06-03

02 Jun 19:39
Compare
Choose a tag to compare

No Python / Airflow Source changes.

Docker Image changes are:

Bug Fixes

  • Fix pip install issue caused by Python3.7.7 packages on Alpine-based images (commit)

Astronomer Certified 1.10.7-11, 2020-05-28

28 May 13:05
Compare
Choose a tag to compare

User-facing changes are

Bug Fixes

  • Make loading plugins from entrypoint fault-tolerant (#628) (commit)
  • Pin Azure storage to <0.37.0 (apache#8833) (commit)
  • Pin Version of Azure Cosmos to <4 (commit)
  • Stop showing Import Errors for Plugins in Webserver (commit)

New Features

Astronomer Certified 1.10.7-10, 2020-04-29

29 Apr 13:09
Compare
Choose a tag to compare

Summary:

Allow Adding & Retrieving Airflow Connections & Variables from different Secret Backends. Backported from Airflow 1.10.10

New Features

Improvements

Astronomer Certified 1.10.7-9, 2020-04-28

28 Apr 14:07
6d59112
Compare
Choose a tag to compare

Changelog:

No user-facing changes in astronomer/airflow repo.

Dockerfile (ap-airflow) related changes are:

Astronomer Certified 1.10.10-1, 2020-04-22

22 Apr 17:46
Compare
Choose a tag to compare

CHANGELOG for AC 1.10.10+astro.1 from Airflow 1.10.10:

New Features

  • Add support for AWS Secrets Manager as Secrets Backend (commit)
  • [AIRFLOW-7049] Persistent display/filtering of DAG status (commit)

Bug Fixes

  • [AIRFLOW-6576] Fix scheduler crash caused by deleted task with sla misses (commit)
  • [AIRFLOW-6381] Remove styling based on DAG id from DAGs page (commit)
  • Move DAG._schedule_interval logic out of DAG.__init__ (commit)
  • Fix non updating DAG code by checking against last modification time (commit)
  • RBAC ui: Fix missing task runs being rendered as circles instead (commit)
  • RBAC ui: Fix missing Y-axis labels with units in plots (commit)
  • [AIRFLOW-6697] fix modal_backdrop z-index (commit)
  • Fix Extra Links in Gannt View (commit)
  • WTForms 2.3.0 break our Flask apps (commit)

Improvements