This is an automated email from the ASF dual-hosted git repository. kaxilnaik pushed a commit to branch v2-2-test in repository https://gitbox.apache.org/repos/asf/airflow.git
commit 9ac742885ffb83c15f7e3dc910b0cf9df073407a Author: Kaxil Naik <[email protected]> AuthorDate: Thu Nov 11 19:24:51 2021 +0000 Add Changelog for 2.2.2rc2 --- CHANGELOG.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.txt b/CHANGELOG.txt index cd45331..148a261 100644 --- a/CHANGELOG.txt +++ b/CHANGELOG.txt @@ -1,4 +1,4 @@ -Airflow 2.2.2, 2021-11-12 +Airflow 2.2.2, 2021-11-15 ------------------------- Bug Fixes @@ -24,6 +24,7 @@ Bug Fixes - Use ``execution_date`` to check for existing ``DagRun`` for ``TriggerDagRunOperator`` (#18968) - Add explicit session parameter in ``PoolSlotsAvailableDep`` (#18875) - FAB still requires ``WTForms<3.0`` (#19466) +- Fix missing dagruns when ``catchup=True`` (#19528) Doc only changes """"""""""""""""
