You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by ka...@apache.org on 2021/11/11 19:41:14 UTC

[airflow] branch v2-2-stable updated (eaead7d -> 9ac7428)

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

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


    from eaead7d  Fix 2.2.2 release date in changelog (#19498)
     add 2aed7c1  Fix missing dagruns when ``catchup=True`` (#19528)
     add d8bb3cb  Improve message and documentation around moved data (#19453)
     add 9ac7428  Add Changelog for 2.2.2rc2

No new revisions were added by this update.

Summary of changes:
 CHANGELOG.txt                                      |  3 +-
 airflow/jobs/scheduler_job.py                      | 25 +++---
 airflow/models/dag.py                              |  1 +
 airflow/www/templates/airflow/dags.html            |  3 +-
 docs/apache-airflow/installation/index.rst         |  1 +
 .../installation/setting-up-the-database.rst       |  3 +
 docs/apache-airflow/installation/upgrading.rst     | 94 ++++++++++++++++++++++
 docs/spelling_wordlist.txt                         |  1 +
 tests/jobs/test_scheduler_job.py                   | 63 ++++++++++++++-
 9 files changed, 177 insertions(+), 17 deletions(-)
 create mode 100644 docs/apache-airflow/installation/upgrading.rst