Releases: astronomer/airflow
Astronomer Certified 1.10.7-8, 2020-04-11
Bug Fixes
- Fix issue with SQLAlchemy 1.3.16 (commit)
- [AIRFLOW-7113] Fix gantt render error (commit)
- Add prestop hook to prevent logging issue (commit)
- [AIRFLOW-6584] Pin cassandra driver (commit)
Astronomer Certified 1.10.6-3, 2020-04-27
Changelog:
No changes in astronomer/airflow
repo.
Dockerfile (ap-airflow) related changes are:
- Upgrade sqlite3 packages for Alpine 3.10 CVE-2020-1967 (commit)
- Upgrade OpenSSL to mitigate CVE-2019-16168 (commit)
- Constraint version of WTForms to non-broken version (commit)
- JPype1 0.7.3 no longer installs on Alpline/musl-libc (commit)
Astronomer Certified 1.10.5-8, 2020-06-03
Changelog:
No changes in astronomer/airflow repo.
Bug Fixes
- Fix pip install issue caused by Python3.7.7 packages on Alpine-based images (commit)
Astronomer Certified 1.10.5-7, 2020-04-27
1.10.5-6: add prestop hook to prevent logging issue
There is an issue in EKS where pods are deleted too quickly. This preStopHook gives fluentd time to flush all logs before the pod dies
v1.10.7+astro.7: Supress log to fix Travis Bug
AC 1.10.7+astro.7, 2020-03-13
Bug Fixes
[AIRFLOW-6576] Fix scheduler crash caused by deleted task with sla misses (apache#7187)
[AIRFLOW-6381] Remove styling based on DAG id from DAGs page (apache#6985)
Improvements
[AIRFLOW-6666] Resolve js-yaml advisory (apache#7283)
[AIRFLOW-6632] Bump dagre-d3 to resolve lodash CVE advisory (apache#7280)
[AIRFLOW-6667] Resolve serialize-javascript advisory (apache#7282)
[AIRFLOW-6519] Make TI logs constants in Webserver configurable (apache#7113)
[AIRFLOW-4445] mushroom cloud errors too verbose (apache#6952)
[AIRFLOW-6514] use RUNNING_DEPS to check run from UI (apache#6367)
[AIRFLOW-6608] Change logging level for Bash & PyOperator Env exports
[AIRFLOW-6627] Email with incorrect DAG not delivered (apache#7250)
[AIRFLOW-6677] Remove deprecation warning from SQLAlchmey (apache#7289)
[AIRFLOW-6495] Load DAG only once when running a task using StandardTaskRunner (apache#7090)
[AIRFLOW-6683] REST API respects store_serialized_dag setting (apache#7296)
1.10.7-5
1.10.7-4: [AIRFLOW-6516] BugFix: airflow.cfg does not exist in Volume Mounts
(cherry picked from commit ba2217bdb98c5de979a29463ed0e085038627ccf)