Skip to content

Astronomer Certified 1.10.10-1, 2020-04-22

Compare
Choose a tag to compare
@kaxil kaxil released this 22 Apr 17:46
· 74 commits to v1-10-10 since this release

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