[airflow] 01/01: fixup! Update RELEASE_NOTES.rst

2023-09-04 Thread ephraimanierobi
This is an automated email from the ASF dual-hosted git repository.

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

commit b8c416681c529aad3ef744c193f6e0435c4d0d93
Author: Ephraim Anierobi 
AuthorDate: Mon Sep 4 14:41:15 2023 +0100

fixup! Update RELEASE_NOTES.rst
---
 RELEASE_NOTES.rst | 1 +
 1 file changed, 1 insertion(+)

diff --git a/RELEASE_NOTES.rst b/RELEASE_NOTES.rst
index bbc971b80d..7f4ff593b4 100644
--- a/RELEASE_NOTES.rst
+++ b/RELEASE_NOTES.rst
@@ -97,6 +97,7 @@ Bug Fixes
 
 Misc/Internal
 "
+- Bring back ``Pydantic`` 1 compatibility (#34081, #33998)
 - Use a trimmed version of README.md for PyPI (#33637)
 - Upgrade to ``Pydantic`` 2 (#33956)
 - Reorganize ``devel_only`` extra in Airflow's setup.py (#33907)



[airflow] 01/01: fixup! Update RELEASE_NOTES.rst

2023-09-04 Thread ephraimanierobi
This is an automated email from the ASF dual-hosted git repository.

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

commit f053545b0362d3ec038f38550d46cb2821bace86
Author: Ephraim Anierobi 
AuthorDate: Mon Sep 4 14:41:15 2023 +0100

fixup! Update RELEASE_NOTES.rst
---
 RELEASE_NOTES.rst | 1 +
 1 file changed, 1 insertion(+)

diff --git a/RELEASE_NOTES.rst b/RELEASE_NOTES.rst
index bbc971b80d..aa2ea3bdb5 100644
--- a/RELEASE_NOTES.rst
+++ b/RELEASE_NOTES.rst
@@ -97,6 +97,7 @@ Bug Fixes
 
 Misc/Internal
 "
+- Bring back Pydantic 1 compatibility (#34081, #33998)
 - Use a trimmed version of README.md for PyPI (#33637)
 - Upgrade to ``Pydantic`` 2 (#33956)
 - Reorganize ``devel_only`` extra in Airflow's setup.py (#33907)



[airflow] 01/01: fixup! Update RELEASE_NOTES.rst

2023-09-04 Thread ephraimanierobi
This is an automated email from the ASF dual-hosted git repository.

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

commit 7ac6f56c89374d437d77cf8563ac2957c590fafa
Author: Ephraim Anierobi 
AuthorDate: Mon Sep 4 14:41:15 2023 +0100

fixup! Update RELEASE_NOTES.rst
---
 RELEASE_NOTES.rst | 1 +
 1 file changed, 1 insertion(+)

diff --git a/RELEASE_NOTES.rst b/RELEASE_NOTES.rst
index bbc971b80d..3867bef185 100644
--- a/RELEASE_NOTES.rst
+++ b/RELEASE_NOTES.rst
@@ -62,6 +62,7 @@ Doing this will now result in an exception. For instance, 
``conf.get("section",
 
 Bug Fixes
 "
+- Remove Pydantic 1 compatibility code (#33998)
 - Ensure that tasks wait for running indirect setup (#33903)
 - Respect "soft_fail" for core async sensors (#33403)
 - Differentiate 0 and unset as a default param values (#33965)



[airflow] 01/01: fixup! Update RELEASE_NOTES.rst

2023-08-15 Thread ephraimanierobi
This is an automated email from the ASF dual-hosted git repository.

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

commit c08c82e9dd0e4aabaa5121519819a636df635210
Author: Ephraim Anierobi 
AuthorDate: Mon Aug 14 12:16:57 2023 +0100

fixup! Update RELEASE_NOTES.rst
---
 RELEASE_NOTES.rst   | 16 +---
 newsfragments/33351.significant.rst |  6 --
 2 files changed, 13 insertions(+), 9 deletions(-)

diff --git a/RELEASE_NOTES.rst b/RELEASE_NOTES.rst
index 6e0140da2f..90f9d155cf 100644
--- a/RELEASE_NOTES.rst
+++ b/RELEASE_NOTES.rst
@@ -37,6 +37,13 @@ Old Graph View is removed (#32958)
 ""
 The old Graph View is removed. The new Graph View is the default view now.
 
+The trigger UI form is skipped in web UI if no parameters are defined in a DAG 
(#33351)
+"""
+
+If you are using ``dag_run.conf`` dictionary and web UI JSON entry to run your 
DAG you should either:
+
+* `Add params to your DAG 
`_
+* Enable the new configuration ``show_trigger_form_if_no_params`` to bring 
back old behaviour
 
 The "db init", "db upgrade" commands and "[database] load_default_connections" 
configuration options are deprecated (#33136).
 
"
@@ -141,9 +148,8 @@ New Features
 - Allows to choose SSL context for SMTP connection (#33070)
 - New gantt tab (#31806)
 - Load plugins from providers (#32692)
-- Add ``ExternalBranchPythonOperator`` (#32787)
+- Add ``BranchExternalPythonOperator`` (#32787, #33360)
 - Add option for storing configuration description in providers (#32629)
-- Add an option to use a direct DB connection in KEDA when ``pgbouncer`` is 
enabled (#32608)
 - Introduce Heartbeat Parameter to Allow ``Per-LocalTaskJob`` Configuration 
(#32313)
 - Add Executors discovery and documentation (#32532)
 - Add JobState for job state constants (#32549)
@@ -175,6 +181,7 @@ New Features
 
 Improvements
 
+- Improve graph nesting logic (#33421)
 - Configurable health check threshold for triggerer (#33089, #33084)
 - add dag_run_ids and task_ids filter for the batch task instance API endpoint 
(#32705)
 - Ensure DAG-level references are filled on unmap (#33083)
@@ -194,7 +201,7 @@ Improvements
 - Kubernetes Executor Load Time Optimizations (#30727)
 - Save DAG parsing time if dag is not schedulable (#30911)
 - Updates health check endpoint to include ``dag_processor`` status. (#32382)
-- Disable default allowing the testing of connections in UI, API and CLI 
(#32052)
+- Disable default allowing the testing of connections in UI, API and CLI 
(#32052, #33342)
 - Fix config var types under the scheduler section (#32132)
 - Allow to sort Grid View alphabetically (#32179)
 - Add hostname to triggerer metric ``[triggers.running]`` (#32050)
@@ -226,6 +233,7 @@ Improvements
 
 Bug Fixes
 "
+- Remove user sessions when resetting password (#33347)
 - ``Gantt chart:`` Use earliest/oldest ti dates if different than dag run 
start/end (#33215)
 - Fix ``virtualenv`` detection for Python ``virtualenv`` operator (#33223)
 - Correctly log when there are problems trying to ``chmod`` ``airflow.cfg`` 
(#33118)
@@ -281,6 +289,7 @@ Bug Fixes
 
 Misc/Internal
 "
+- Modify pathspec version restriction (#33349)
 - Refactor: Simplify code in ``dag_processing`` (#33161)
 - For now limit ``Pydantic`` to ``< 2.0.0`` (#33235)
 - Refactor: Simplify code in models (#33181)
@@ -332,6 +341,7 @@ Misc/Internal
 
 Docs only changes
 "
+- Clarify UI user types in security model (#33021)
 - Add links to ``DAGRun / DAG / Task`` in templates-ref.rst (#33013)
 - Add docs of how to test for DAG Import Errors (#32811)
 - Clean-up of our new security page (#32951)
diff --git a/newsfragments/33351.significant.rst 
b/newsfragments/33351.significant.rst
deleted file mode 100644
index d8f91c4c20..00
--- a/newsfragments/33351.significant.rst
+++ /dev/null
@@ -1,6 +0,0 @@
-The trigger UI form is skipped in web UI with 2.7.0 if no parameters are 
defined in a DAG.
-
-If you are using ``dag_run.conf`` dictionary and web UI JSON entry to run your 
DAG you should either:
-
-* `Add params to your DAG 
`_
-* Enable the new configuration ``show_trigger_form_if_no_params`` to bring 
back old behaviour



[airflow] 01/01: fixup! Update RELEASE_NOTES.rst

2023-08-14 Thread ephraimanierobi
This is an automated email from the ASF dual-hosted git repository.

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

commit 66072ce43336276c0680e5e1d00d4f8575902121
Author: Ephraim Anierobi 
AuthorDate: Mon Aug 14 12:16:57 2023 +0100

fixup! Update RELEASE_NOTES.rst
---
 RELEASE_NOTES.rst   | 15 +--
 newsfragments/33351.significant.rst |  6 --
 2 files changed, 13 insertions(+), 8 deletions(-)

diff --git a/RELEASE_NOTES.rst b/RELEASE_NOTES.rst
index 6e0140da2f..3622efc36e 100644
--- a/RELEASE_NOTES.rst
+++ b/RELEASE_NOTES.rst
@@ -37,6 +37,13 @@ Old Graph View is removed (#32958)
 ""
 The old Graph View is removed. The new Graph View is the default view now.
 
+The trigger UI form is skipped in web UI with 2.7.0 if no parameters are 
defined in a DAG (#33351)
+""
+
+If you are using ``dag_run.conf`` dictionary and web UI JSON entry to run your 
DAG you should either:
+
+* `Add params to your DAG 
`_
+* Enable the new configuration ``show_trigger_form_if_no_params`` to bring 
back old behaviour
 
 The "db init", "db upgrade" commands and "[database] load_default_connections" 
configuration options are deprecated (#33136).
 
"
@@ -141,7 +148,7 @@ New Features
 - Allows to choose SSL context for SMTP connection (#33070)
 - New gantt tab (#31806)
 - Load plugins from providers (#32692)
-- Add ``ExternalBranchPythonOperator`` (#32787)
+- Add ``BranchExternalPythonOperator`` (#32787, #33360)
 - Add option for storing configuration description in providers (#32629)
 - Add an option to use a direct DB connection in KEDA when ``pgbouncer`` is 
enabled (#32608)
 - Introduce Heartbeat Parameter to Allow ``Per-LocalTaskJob`` Configuration 
(#32313)
@@ -194,7 +201,7 @@ Improvements
 - Kubernetes Executor Load Time Optimizations (#30727)
 - Save DAG parsing time if dag is not schedulable (#30911)
 - Updates health check endpoint to include ``dag_processor`` status. (#32382)
-- Disable default allowing the testing of connections in UI, API and CLI 
(#32052)
+- Disable default allowing the testing of connections in UI, API and CLI 
(#32052, #33342)
 - Fix config var types under the scheduler section (#32132)
 - Allow to sort Grid View alphabetically (#32179)
 - Add hostname to triggerer metric ``[triggers.running]`` (#32050)
@@ -226,6 +233,7 @@ Improvements
 
 Bug Fixes
 "
+- Remove user sessions when resetting password (#33347)
 - ``Gantt chart:`` Use earliest/oldest ti dates if different than dag run 
start/end (#33215)
 - Fix ``virtualenv`` detection for Python ``virtualenv`` operator (#33223)
 - Correctly log when there are problems trying to ``chmod`` ``airflow.cfg`` 
(#33118)
@@ -281,6 +289,7 @@ Bug Fixes
 
 Misc/Internal
 "
+- Modify pathspec version restriction (#33349)
 - Refactor: Simplify code in ``dag_processing`` (#33161)
 - For now limit ``Pydantic`` to ``< 2.0.0`` (#33235)
 - Refactor: Simplify code in models (#33181)
@@ -332,6 +341,8 @@ Misc/Internal
 
 Docs only changes
 "
+- Fix links in security docs (#33329)
+- Clarify UI user types in security model (#33021)
 - Add links to ``DAGRun / DAG / Task`` in templates-ref.rst (#33013)
 - Add docs of how to test for DAG Import Errors (#32811)
 - Clean-up of our new security page (#32951)
diff --git a/newsfragments/33351.significant.rst 
b/newsfragments/33351.significant.rst
deleted file mode 100644
index d8f91c4c20..00
--- a/newsfragments/33351.significant.rst
+++ /dev/null
@@ -1,6 +0,0 @@
-The trigger UI form is skipped in web UI with 2.7.0 if no parameters are 
defined in a DAG.
-
-If you are using ``dag_run.conf`` dictionary and web UI JSON entry to run your 
DAG you should either:
-
-* `Add params to your DAG 
`_
-* Enable the new configuration ``show_trigger_form_if_no_params`` to bring 
back old behaviour



[airflow] 01/01: fixup! Update RELEASE_NOTES.rst

2023-08-14 Thread ephraimanierobi
This is an automated email from the ASF dual-hosted git repository.

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

commit 56cc894a8e37fac1a79e597a8d4b47766dba4a5b
Author: Ephraim Anierobi 
AuthorDate: Mon Aug 14 12:16:57 2023 +0100

fixup! Update RELEASE_NOTES.rst
---
 RELEASE_NOTES.rst   | 16 +---
 newsfragments/33351.significant.rst |  6 --
 2 files changed, 13 insertions(+), 9 deletions(-)

diff --git a/RELEASE_NOTES.rst b/RELEASE_NOTES.rst
index 6e0140da2f..1506155b2f 100644
--- a/RELEASE_NOTES.rst
+++ b/RELEASE_NOTES.rst
@@ -37,6 +37,13 @@ Old Graph View is removed (#32958)
 ""
 The old Graph View is removed. The new Graph View is the default view now.
 
+The trigger UI form is skipped in web UI with 2.7.0 if no parameters are 
defined in a DAG (#33351)
+""
+
+If you are using ``dag_run.conf`` dictionary and web UI JSON entry to run your 
DAG you should either:
+
+* `Add params to your DAG 
`_
+* Enable the new configuration ``show_trigger_form_if_no_params`` to bring 
back old behaviour
 
 The "db init", "db upgrade" commands and "[database] load_default_connections" 
configuration options are deprecated (#33136).
 
"
@@ -141,7 +148,7 @@ New Features
 - Allows to choose SSL context for SMTP connection (#33070)
 - New gantt tab (#31806)
 - Load plugins from providers (#32692)
-- Add ``ExternalBranchPythonOperator`` (#32787)
+- Add ``BranchExternalPythonOperator`` (#32787, #33360)
 - Add option for storing configuration description in providers (#32629)
 - Add an option to use a direct DB connection in KEDA when ``pgbouncer`` is 
enabled (#32608)
 - Introduce Heartbeat Parameter to Allow ``Per-LocalTaskJob`` Configuration 
(#32313)
@@ -194,7 +201,7 @@ Improvements
 - Kubernetes Executor Load Time Optimizations (#30727)
 - Save DAG parsing time if dag is not schedulable (#30911)
 - Updates health check endpoint to include ``dag_processor`` status. (#32382)
-- Disable default allowing the testing of connections in UI, API and CLI 
(#32052)
+- Disable default allowing the testing of connections in UI, API and CLI 
(#32052, #33342)
 - Fix config var types under the scheduler section (#32132)
 - Allow to sort Grid View alphabetically (#32179)
 - Add hostname to triggerer metric ``[triggers.running]`` (#32050)
@@ -226,6 +233,7 @@ Improvements
 
 Bug Fixes
 "
+- Remove user sessions when resetting password (#33347)
 - ``Gantt chart:`` Use earliest/oldest ti dates if different than dag run 
start/end (#33215)
 - Fix ``virtualenv`` detection for Python ``virtualenv`` operator (#33223)
 - Correctly log when there are problems trying to ``chmod`` ``airflow.cfg`` 
(#33118)
@@ -281,6 +289,7 @@ Bug Fixes
 
 Misc/Internal
 "
+- Modify pathspec version restriction (#33349)
 - Refactor: Simplify code in ``dag_processing`` (#33161)
 - For now limit ``Pydantic`` to ``< 2.0.0`` (#33235)
 - Refactor: Simplify code in models (#33181)
@@ -332,6 +341,8 @@ Misc/Internal
 
 Docs only changes
 "
+- Fix links in security docs (#33329)
+- Clarify UI user types in security model (#33021)
 - Add links to ``DAGRun / DAG / Task`` in templates-ref.rst (#33013)
 - Add docs of how to test for DAG Import Errors (#32811)
 - Clean-up of our new security page (#32951)
@@ -2752,7 +2763,6 @@ Doc only changes
 
 Misc/Internal
 ^
-
 - Bring back deprecated security manager functions (#23243)
 - Replace usage of ``DummyOperator`` with ``EmptyOperator`` (#22974)
 - Deprecate ``DummyOperator`` in favor of ``EmptyOperator`` (#22832)
diff --git a/newsfragments/33351.significant.rst 
b/newsfragments/33351.significant.rst
deleted file mode 100644
index d8f91c4c20..00
--- a/newsfragments/33351.significant.rst
+++ /dev/null
@@ -1,6 +0,0 @@
-The trigger UI form is skipped in web UI with 2.7.0 if no parameters are 
defined in a DAG.
-
-If you are using ``dag_run.conf`` dictionary and web UI JSON entry to run your 
DAG you should either:
-
-* `Add params to your DAG 
`_
-* Enable the new configuration ``show_trigger_form_if_no_params`` to bring 
back old behaviour