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

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

commit 3b84410342738d0b639e1fa47c8ce74b2d199658
Author: Ephraim Anierobi <[email protected]>
AuthorDate: Mon Apr 8 17:15:43 2024 +0100

    Update version added field in config.yml (#38840)
    
    (cherry picked from commit 76477b0977c464a8548043ac0651704a3aed9b2c)
---
 airflow/config_templates/config.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/airflow/config_templates/config.yml 
b/airflow/config_templates/config.yml
index 4b086dda5e..c07dcb42cc 100644
--- a/airflow/config_templates/config.yml
+++ b/airflow/config_templates/config.yml
@@ -1956,7 +1956,7 @@ webserver:
         Require confirmation when changing a DAG in the web UI. This is to 
prevent accidental changes
         to a DAG that may be running on sensitive environments like production.
         When set to True, confirmation dialog will be shown when a user tries 
to Pause/Unpause, Trigger a DAG
-      version_added: ~
+      version_added: 2.9.0
       type: boolean
       example: ~
       default: "False"

Reply via email to