You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by ka...@apache.org on 2021/09/11 21:02:34 UTC

[airflow] 02/02: Update CHANGELOG.txt

This is an automated email from the ASF dual-hosted git repository.

kaxilnaik pushed a commit to branch v2-1-test
in repository https://gitbox.apache.org/repos/asf/airflow.git

commit 4377be3b38fbdfde876e727f0c73d8f978a3b1c7
Author: Kaxil Naik <ka...@gmail.com>
AuthorDate: Sat Sep 11 22:01:53 2021 +0100

    Update CHANGELOG.txt
---
 CHANGELOG.txt | 1 +
 1 file changed, 1 insertion(+)

diff --git a/CHANGELOG.txt b/CHANGELOG.txt
index 792cebf..b5749d6 100644
--- a/CHANGELOG.txt
+++ b/CHANGELOG.txt
@@ -26,6 +26,7 @@ Bug Fixes
 - Improve discoverability of Provider packages' functionality
 - Do not let ``create_dagrun`` overwrite explicit ``run_id`` (#17728)
 - BugFix: Regression on pid reset to allow task start after heartbeat (#17333)
+- Set task state to failed when pod is DELETED while running (#18095)
 
 Doc only changes
 """"""""""""""""