From 93aab409f6f812a0c0c7e734e10dde129d769a23 Mon Sep 17 00:00:00 2001 From: James Timmins Date: Wed, 7 Jul 2021 12:36:34 -0700 Subject: [PATCH] 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 6db86ed227d5d..f61cc9d0a9034 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