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
commit dd92d9a300778d91f0722da38db0c3feb12edcb0 Author: James Timmins <[email protected]> AuthorDate: Tue Jul 6 11:50:48 2021 -0700 Add changelog updates for 2.1.2 (#16838) (cherry picked from commit b5ef3c841f735ea113e5d3639a620c2b63092e43) --- CHANGELOG.txt | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.txt b/CHANGELOG.txt index 8fc6ebd..6db86ed 100644 --- a/CHANGELOG.txt +++ b/CHANGELOG.txt @@ -1,4 +1,14 @@ -Airflow 2.1.1, 2021-06-29 +Airflow 2.1.2, 2021-07-09 +------------------------- + +Bug Fixes +""""""""" + +- Only allow webserver to request from the worker log server (#16754) +- Fix "Invalid JSON configuration, must be a dict" bug (#16648) + + +Airflow 2.1.1, 2021-07-02 ------------------------- Bug Fixes
