You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by as...@apache.org on 2020/12/07 23:01:49 UTC

[airflow] branch v2-0-test updated (312a281 -> 29d7848)

This is an automated email from the ASF dual-hosted git repository.

ash pushed a change to branch v2-0-test
in repository https://gitbox.apache.org/repos/asf/airflow.git.


    from 312a281  Bugfix: Entrypoint Import Exception masked by attribute error (#12862)
     add c2411e3  Make Migrations 1.10.14 Compatible (#12896)
     add 190066c  Kubernetes worker pod doesn't use docker container entrypoint (#12766)
     add b115512  Use consistent style for detecting current DB type in migrations (#12898)
     add f66a46d  Changes the type of source_code field in DagCode to MEDIUMTEXT (#12890)
     add 29d7848  Fix plugin macros not being exposed through airflow.macros (#12788)

No new revisions were added by this update.

Summary of changes:
 UPGRADING_TO_2.0.md                                | 22 ++++++++++++
 airflow/cli/commands/kubernetes_command.py         |  2 +-
 airflow/executors/kubernetes_executor.py           |  2 +-
 airflow/kubernetes/pod_generator.py                |  4 +--
 ...236f1_add_fractional_seconds_to_mysql_tables.py |  8 +++--
 .../versions/cf5dc11e79ad_drop_user_and_chart.py   |  4 +--
 .../d2ae31099d61_increase_text_size_for_mysql.py   |  8 +++--
 ...c3a5a_add_dag_hash_column_to_serialized_dag_.py |  4 +--
 ...c86c_change_field_in_dagcode_to_mediumtext_.py} | 29 +++++++---------
 airflow/models/dagcode.py                          |  4 +--
 airflow/models/taskinstance.py                     |  2 +-
 airflow/operators/python.py                        |  3 +-
 airflow/plugins_manager.py                         |  4 +++
 airflow/utils/python_virtualenv_script.jinja2      | 12 +++++++
 .../templates/scheduler/scheduler-deployment.yaml  |  2 +-
 .../templates/webserver/webserver-deployment.yaml  |  2 +-
 chart/tests/test_basic_helm_chart.py               |  2 --
 scripts/in_container/prod/entrypoint_prod.sh       |  7 ++--
 tests/kubernetes/test_pod_generator.py             |  8 ++---
 tests/models/test_renderedtifields.py              |  2 +-
 tests/models/test_taskinstance.py                  |  2 +-
 tests/plugins/test_plugins_manager.py              | 40 ++++++++++++++++++++++
 22 files changed, 124 insertions(+), 49 deletions(-)
 copy airflow/migrations/versions/{2e541a1dcfed_task_duration.py => e959f08ac86c_change_field_in_dagcode_to_mediumtext_.py} (63%)