This is an automated email from the ASF dual-hosted git repository.
ash pushed a commit to branch v2-1-test
in repository https://gitbox.apache.org/repos/asf/airflow.git
The following commit(s) were added to refs/heads/v2-1-test by this push:
new cccb4ac UPDATING.md for changes included in 2.1.1 (#16615)
cccb4ac is described below
commit cccb4ac12c1d64f685454e3cc922f047fd9c3021
Author: Ash Berlin-Taylor <[email protected]>
AuthorDate: Wed Jun 23 14:29:29 2021 +0100
UPDATING.md for changes included in 2.1.1 (#16615)
(cherry picked from commit 1aa5e20fb3cd6e66bc036f3778dfe6e93c9b3d98)
---
UPDATING.md | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/UPDATING.md b/UPDATING.md
index 798ca47..67ec6b8 100644
--- a/UPDATING.md
+++ b/UPDATING.md
@@ -26,7 +26,7 @@ assists users migrating to a new version.
<!-- DON'T EDIT THIS SECTION, INSTEAD RE-RUN doctoc TO UPDATE -->
**Table of contents**
-- [Main](#main)
+- [Airflow 2.1.1](#airflow-211)
- [Airflow 2.1.0](#airflow-210)
- [Airflow 2.0.2](#airflow-202)
- [Airflow 2.0.1](#airflow-201)
@@ -70,11 +70,11 @@ https://developers.google.com/style/inclusive-documentation
-->
-## Main
+## Airflow 2.1.1
### `activate_dag_runs` argument of the function `clear_task_instances` is
replaced with `dag_run_state`
-To achieve the previous default behaviour of `clear_task_instances` with
`activate_dag_runs=True`, no change is needed. To achieve the previous
behaviour of `activate_dag_runs=False`, pass `dag_run_state=False` instead.
+To achieve the previous default behaviour of `clear_task_instances` with
`activate_dag_runs=True`, no change is needed. To achieve the previous
behaviour of `activate_dag_runs=False`, pass `dag_run_state=False` instead.
(The previous paramater is still accepted, but is deprecated)
### `dag.set_dag_runs_state` is deprecated