Skip to content

Commit

Permalink
Clearly document no breaking change for 2.1.2 and 2.1.3 (#17706)
Browse files Browse the repository at this point in the history
Similar to apache/airflow#6240

GitOrigin-RevId: 87e64fad5b05dd4626c0b936e738586adc1600ae
  • Loading branch information
kaxil authored and Cloud Composer Team committed Aug 27, 2022
1 parent df27c6a commit 9f9b670
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions UPDATING.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,8 @@ assists users migrating to a new version.
**Table of contents**

- [Main](#main)
- [Airflow 2.1.3](#airflow-213)
- [Airflow 2.1.2](#airflow-212)
- [Airflow 2.1.1](#airflow-211)
- [Airflow 2.1.0](#airflow-210)
- [Airflow 2.0.2](#airflow-202)
Expand Down Expand Up @@ -184,6 +186,14 @@ Now that the DAG parser syncs DAG permissions there is no longer a need for manu
In addition, the `/refresh` and `/refresh_all` webserver endpoints have also been removed.
## Airflow 2.1.3
No breaking changes.
## Airflow 2.1.2
No breaking changes.
## Airflow 2.1.1
### `activate_dag_runs` argument of the function `clear_task_instances` is replaced with `dag_run_state`
Expand Down

0 comments on commit 9f9b670

Please sign in to comment.