Astronomer Certified 1.10.10-1, 2020-04-22
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 ofDAG.__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
- Improve add_dag_code_table migration (commit)
- Consistent formatting in CSS files (commit)
- [AIRFLOW-4235] Add table-hover css class to DAGs table (commit)
- [AIRFLOW-7019] Show un/pause errors in dags view. (commit)
- [AIRFLOW-4038] Restructure database queries on /home (commit)
- [AIRFLOW-6351] Security - Add Cross Site Scripting defence (commit)
- Make Gantt tooltip the same as Tree and Graph view (commit)
- [AIRFLOW-6320] Add quarterly to crontab presets (commit)
- [AIRFLOW-6885] Delete worker on success (commit)
- [AIRFLOW-6885] Change delete-on-success to delete-on-failure (commit)