You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by ep...@apache.org on 2022/08/20 08:01:18 UTC

[airflow] branch v2-3-stable updated (beaca717c5 -> 88b274c95b)

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

ephraimanierobi pushed a change to branch v2-3-stable
in repository https://gitbox.apache.org/repos/asf/airflow.git


    from beaca717c5 Add release notes
     add 284d25a01e Remove certifi limitations from eager upgrade limits (#23995)
     add e30b8fd784 Help pip resolver make better decision on Pyarrow (#25791)
     add acb94f2209 clearer method name in scheduler_job.py (#23702)
     add 5e21e5c6cc Fix pid check (#24636)
     add 6c29757a26 Breeze images regenerated
     add 7a611a86c0 Remove depreciation warning when use default remote tasks logging handlers (#25764)
     add 22faa65f6f Serialize pod_override to JSON before pickling executor_config (#24356)
     add 7914c6cdd4 Disable attrs state management on MappedOperator (#24772)
     add e6f6fdee0a Two typing fixes (#25690)
     add c93c56c60d Revert "Added exception catching to send default email if template file raises any exception(24943)"
     add 0d08201414 Revert "Don't mistakenly take a lock on DagRun via ti.refresh_from_fb (#25312)"
     add 88b274c95b Add release notes

No new revisions were added by this update.

Summary of changes:
 Dockerfile                                         |  4 +-
 Dockerfile.ci                                      |  5 +-
 RELEASE_NOTES.rst                                  | 15 ++--
 airflow/config_templates/airflow_local_settings.py | 15 ++--
 airflow/jobs/local_task_job.py                     |  8 +-
 airflow/jobs/scheduler_job.py                      |  8 +-
 airflow/models/mappedoperator.py                   | 12 ++-
 airflow/models/taskinstance.py                     | 64 +++++----------
 airflow/utils/context.pyi                          |  2 +-
 airflow/utils/helpers.py                           | 10 ++-
 airflow/utils/sqlalchemy.py                        | 63 +++++++++++++-
 docs/spelling_wordlist.txt                         |  3 +
 images/breeze/output-commands-hash.txt             |  2 +-
 images/breeze/output_testing.svg                   | 74 ++++++++---------
 images/breeze/output_testing_helm-tests.svg        | 96 +++++++++++-----------
 tests/jobs/test_local_task_job.py                  | 30 +++++++
 tests/jobs/test_scheduler_job.py                   | 20 ++---
 tests/models/test_taskinstance.py                  | 60 +-------------
 tests/serialization/test_dag_serialization.py      | 16 ++++
 tests/utils/test_sqlalchemy.py                     | 90 +++++++++++++++++++-
 20 files changed, 371 insertions(+), 226 deletions(-)