This is an automated email from the ASF dual-hosted git repository. jhtimmins pushed a commit to branch v2-1-stable in repository https://gitbox.apache.org/repos/asf/airflow.git
commit f81cc29b402617f3081b5db498afccc45ba8de3f Author: James Timmins <[email protected]> AuthorDate: Wed Jul 7 12:36:34 2021 -0700 Update release date and changelog for 2.1.2. --- CHANGELOG.txt | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.txt b/CHANGELOG.txt index 6db86ed..f61cc9d 100644 --- a/CHANGELOG.txt +++ b/CHANGELOG.txt @@ -1,4 +1,4 @@ -Airflow 2.1.2, 2021-07-09 +Airflow 2.1.2, 2021-07-10 ------------------------- Bug Fixes @@ -6,6 +6,9 @@ Bug Fixes - Only allow webserver to request from the worker log server (#16754) - Fix "Invalid JSON configuration, must be a dict" bug (#16648) +- Fix ``CeleryKubernetesExecutor`` (#16700) +- Mask value if the key is ``token`` (#16474) +- Fix impersonation issue with ``LocalTaskJob`` (#16852) Airflow 2.1.1, 2021-07-02
