Skip to content

Releases: astronomer/airflow

Astronomer Certified 1.10.12-4, 2021-03-18

18 Mar 23:37
Compare
Choose a tag to compare

User-facing changes

Bugfixes

Astronomer Certified 2.0.0-3, 2021-02-16

16 Feb 23:40
Compare
Choose a tag to compare

Bugfixes

  • Bugfix: Return XCom Value in the XCom Endpoint API (commit)
  • BugFix: Dag-level Callback Requests were not run (commit)
  • Increase the default min_file_process_interval to decrease CPU Usage (commit)
  • Stop creating duplicate Dag File Processors (commit)
  • Fix drop_user_and_chart migration rule for MySQL (commit)
  • Bugfix: Import error when using custom backend and sql_alchemy_conn_secret (commit)
  • Fix broken SLA Mechanism (commit)
  • Make v1/config endpoint respect webserver expose_config setting (commit)
  • Fix DB Migration for SQLite to upgrade to 2.0 (commit)
  • Add authentication to lineage endpoint for experimental API (commit)
  • Only compare updated time when Serialized DAG exists (commit)
  • Fix race condition when using Dynamic DAGs (commit)
  • Upgrade azure blob to v12 (commit)

Astronomer Certified 2.0.1-1, 2021-02-09

09 Feb 21:35
Compare
Choose a tag to compare

User-facing CHANGELOG for AC 2.0.1+astro.1 from Airflow 2.0.1:

Bugfixes

  • [astro] Fix logs downloading for tasks (#63) (b82b8d8)
  • [astro] Handle istio-proxy for Kubernetes Pods (#62) (e083b16)
  • [astro] Continually check if we should shut down istio contaner when running K8sPodOperator (b1a5ee4)

Astronomer Certified 1.10.14-2, 2021-01-05

05 Jan 17:18
Compare
Choose a tag to compare

Bug Fixes

  • Bugfix: Unable to import Airflow plugins on Python 3.8 (commit
  • Fix error in resolving env_from in KubernetesExecutor (commit)
  • Continually check if we should shut down istio contaner when running K8sPodOperator (commit)
  • Bump ini from 1.3.5 to 1.3.8 in /airflow/www_rbac (commit)
  • Bump datatables.net from 1.10.21 to 1.10.22 in /airflow/www_rbac (commit)
  • Include airflow/contrib/executors in the dist package (commit)
  • Respect LogFormat when using ES logging with Json Format (commit)

Astronomer Certified 1.10.12-3, 2021-01-05

05 Jan 14:43
Compare
Choose a tag to compare

Bug Fixes

  • Fix error in resolving env_from in KubernetesExecutor (commit)
  • Continually check if we should shut down istio contaner when running K8sPodOperator (commit)
  • Bump ini from 1.3.5 to 1.3.8 in /airflow/www_rbac (commit)
  • Bump datatables.net from 1.10.21 to 1.10.22 in /airflow/www_rbac (commit)
  • Respect LogFormat when using ES logging with Json Format (commit)

Astronomer Certified 1.10.10-7, 2021-01-05

05 Jan 14:32
Compare
Choose a tag to compare

Bug Fixes

  • Continually check if we should shut down istio contaner when running K8sPodOperator (commit)
  • Pin kubernetes to a max version of 11.0.0 (commit)
  • Bump ini from 1.3.5 to 1.3.8 in /airflow/www_rbac (commit)
  • Bump datatables.net from 1.10.21 to 1.10.22 in /airflow/www_rbac (commit)
  • Respect LogFormat when using ES logging with Json Format (commit)

Astronomer Certified 1.10.7-17, 2021-01-05

05 Jan 14:25
Compare
Choose a tag to compare

Bug Fixes

  • Continually check if we should shut down istio contaner when running K8sPodOperator (commit)
  • Pin kubernetes to a max version of 11.0.0 (commit)
  • Bump ini from 1.3.5 to 1.3.8 in /airflow/www_rbac (commit)
  • Bump datatables.net from 1.10.21 to 1.10.22 in /airflow/www_rbac (commit)
  • Respect LogFormat when using ES logging with Json Format (commit)

Astronomer Certified 2.0.0-2, 2020-12-23

23 Dec 18:54
Compare
Choose a tag to compare

Bugfixes

  • Allow PID file path to be relative when daemonizing a process (scheduler, kerberos, etc) (apache#13232) (ebfb6f207)
  • Dispose connections when running tasks with os.fork & CeleryExecutor (3a7d34c7a)
  • Bump datatables.net from 1.10.21 to 1.10.23 in /airflow/www (a46642b6d)
  • Stop sending Callback Requests if no callbacks are defined on DAG (apache#13163) (0c54f684c)
  • Filter DagRuns with Task Instances in removed State while Scheduling (apache#13165) (426ce80cc)

Astronomer Certified 2.0.0-1, 2020-12-17

17 Dec 17:03
Compare
Choose a tag to compare

User-facing CHANGELOG for AC 2.0.0+astro.1 from Airflow 2.0.0:

Bugfixes

  • Fix race conditions in task callback invocations (b179f54)

Astronomer Certified 1.10.14-1, 2020-12-10

11 Dec 00:37
Compare
Choose a tag to compare

User-facing CHANGELOG for AC 1.10.14+astro.1 from Airflow 1.10.14:

Improvements

  • Enable DAG Serialization by default (commit)
  • Stop showing Import Errors for Plugins in Webserver (commit)
  • Add role-based authentication backend (commit)

New Features

  • Show "Warning" to Users with Duplicate Connections (commit)