From a05e350b605864b9d35cda19bfb434dfb348c2b8 Mon Sep 17 00:00:00 2001 From: Ephraim Anierobi Date: Tue, 2 May 2023 10:53:22 +0100 Subject: [PATCH 1/3] Add missing changelog in 2.6.0 --- RELEASE_NOTES.rst | 1 + 1 file changed, 1 insertion(+) diff --git a/RELEASE_NOTES.rst b/RELEASE_NOTES.rst index c3bbda8974a84..22b2a8adb5177 100644 --- a/RELEASE_NOTES.rst +++ b/RELEASE_NOTES.rst @@ -92,6 +92,7 @@ installed. Please install Hive Provider > 5.1.0 when using those macros. New Features ^^^^^^^^^^^^ +- AIP-50 Trigger DAG UI Extension with Flexible User Form Concept (`AIP-51 `_) - Skip PythonVirtualenvOperator task when it returns a provided exit code (#30690) - rename skip_exit_code to skip_on_exit_code and allow providing multiple codes (#30692) - Add skip_on_exit_code also to ExternalPythonOperator (#30738) From f8012b28483d68664e7ca71c2f940c280f900125 Mon Sep 17 00:00:00 2001 From: Ephraim Anierobi Date: Tue, 2 May 2023 11:18:09 +0100 Subject: [PATCH 2/3] Update RELEASE_NOTES.rst Co-authored-by: Pankaj Koti --- RELEASE_NOTES.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/RELEASE_NOTES.rst b/RELEASE_NOTES.rst index 22b2a8adb5177..a867f79c788e6 100644 --- a/RELEASE_NOTES.rst +++ b/RELEASE_NOTES.rst @@ -92,7 +92,7 @@ installed. Please install Hive Provider > 5.1.0 when using those macros. New Features ^^^^^^^^^^^^ -- AIP-50 Trigger DAG UI Extension with Flexible User Form Concept (`AIP-51 `_) +- AIP-50 Trigger DAG UI Extension with Flexible User Form Concept (`AIP-50 `_) - Skip PythonVirtualenvOperator task when it returns a provided exit code (#30690) - rename skip_exit_code to skip_on_exit_code and allow providing multiple codes (#30692) - Add skip_on_exit_code also to ExternalPythonOperator (#30738) From 2314e3adbcdb2cd23ddba72a66e9a2cb0afe287c Mon Sep 17 00:00:00 2001 From: Ephraim Anierobi Date: Tue, 2 May 2023 19:02:38 +0100 Subject: [PATCH 3/3] fixup! Add missing changelog in 2.6.0 --- RELEASE_NOTES.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/RELEASE_NOTES.rst b/RELEASE_NOTES.rst index 22b2a8adb5177..d09fcb7e1abcc 100644 --- a/RELEASE_NOTES.rst +++ b/RELEASE_NOTES.rst @@ -92,7 +92,7 @@ installed. Please install Hive Provider > 5.1.0 when using those macros. New Features ^^^^^^^^^^^^ -- AIP-50 Trigger DAG UI Extension with Flexible User Form Concept (`AIP-51 `_) +- AIP-50 Trigger DAG UI Extension with Flexible User Form Concept (#27063,#29376) - Skip PythonVirtualenvOperator task when it returns a provided exit code (#30690) - rename skip_exit_code to skip_on_exit_code and allow providing multiple codes (#30692) - Add skip_on_exit_code also to ExternalPythonOperator (#30738)