You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by ep...@apache.org on 2022/10/18 13:10:21 UTC

[airflow] 05/41: Fix version for a couple configurations (#26491)

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

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

commit a643184ed94aa3c535cea0586df9e5ecb4c4a07e
Author: Jed Cunningham <66...@users.noreply.github.com>
AuthorDate: Mon Sep 19 08:15:16 2022 -0700

    Fix version for a couple configurations (#26491)
    
    These were released with 2.4.0.
    
    (cherry picked from commit cc4902d21024ae1c700ddfc8bd33e91594de3dab)
---
 airflow/config_templates/config.yml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/airflow/config_templates/config.yml b/airflow/config_templates/config.yml
index 97e544fc83..b20fea7ff2 100644
--- a/airflow/config_templates/config.yml
+++ b/airflow/config_templates/config.yml
@@ -253,7 +253,7 @@
       description: |
           The number of seconds each task is going to wait by default between retries. Can be overridden at
           dag or task level.
-      version_added: 2.3.2
+      version_added: 2.4.0
       type: integer
       example: ~
       default: "300"
@@ -669,7 +669,7 @@
     - name: dag_processor_log_format
       description: |
         Format of Dag Processor Log line
-      version_added: 2.3.4
+      version_added: 2.4.0
       type: string
       example: ~
       default: "[%%(asctime)s] [SOURCE:DAG_PROCESSOR]