Skip to content

Releases: astronomer/airflow

Astronomer Certified 1.10.7-8, 2020-04-11

11 Apr 13:04
Compare
Choose a tag to compare

Bug Fixes

Astronomer Certified 1.10.6-3, 2020-04-27

27 Apr 19:03
Compare
Choose a tag to compare

Changelog:

No changes in astronomer/airflow repo.

Dockerfile (ap-airflow) related changes are:

Astronomer Certified 1.10.5-8, 2020-06-03

02 Jun 20:10
Compare
Choose a tag to compare

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

27 Apr 19:16
Compare
Choose a tag to compare

Changelog:

No changes in astronomer/airflow repo.

Dockerfile (ap-airflow) related changes are:

  • Upgrade sqlite3 packages for Alpine 3.10 (commit)
  • Fix OpenSSL CVE (commit)
  • Constraint version of WTForms to non-broken version (commit)
  • JPype1 0.7.3 no longer installs on Alpline/musl-libc (commit)

1.10.5-6: add prestop hook to prevent logging issue

30 Mar 16:53
Compare
Choose a tag to compare
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

12 Mar 20:03
Compare
Choose a tag to compare

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

11 Jan 22:34
Compare
Choose a tag to compare
[AIRFLOW-6506] Fix do_xcom_push defaulting to True in KubernetesPodOp…

1.10.7-4: [AIRFLOW-6516] BugFix: airflow.cfg does not exist in Volume Mounts

09 Jan 04:45
Compare
Choose a tag to compare
(cherry picked from commit ba2217bdb98c5de979a29463ed0e085038627ccf)

1.10.5-5

09 Jan 04:41
Compare
Choose a tag to compare
[AIRFLOW-6516] BugFix: airflow.cfg does not exist in Volume Mounts

1.10.7-3

08 Jan 16:43
Compare
Choose a tag to compare
[AIRFLOW-6347] BugFix: Can't get task logs when serialization is enab…