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

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

commit 06f903d68a99126d3badf20032b0a683754f521c
Author: github-actions[bot] 
<41898282+github-actions[bot]@users.noreply.github.com>
AuthorDate: Mon Nov 17 19:01:04 2025 +0100

    [v3-1-test] Improve `disable_bundle_versioning` config docs (#58400) 
(#58405)
    
    Clarify that the setting only applies to bundles supporting versioning
    and does not affect DAG versions displayed in the UI.
    (cherry picked from commit 47cea9668a8bb8bada5ecc5c13f7feb4d291ed36)
    
    Co-authored-by: Jed Cunningham 
<[email protected]>
---
 airflow-core/src/airflow/config_templates/config.yml | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/airflow-core/src/airflow/config_templates/config.yml 
b/airflow-core/src/airflow/config_templates/config.yml
index 458dbebc251..d6f9d332655 100644
--- a/airflow-core/src/airflow/config_templates/config.yml
+++ b/airflow-core/src/airflow/config_templates/config.yml
@@ -2473,6 +2473,11 @@ dag_processor:
       description: |
         Always run tasks with the latest code.  If set to True, the bundle 
version will not
         be stored on the dag run and therefore, the latest code will always be 
used.
+
+        .. note::
+
+          This setting only applies to bundles that support versioning and 
does not affect
+          DAG versions displayed in the UI.
       version_added: ~
       type: boolean
       example: ~

Reply via email to