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

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

commit 438fbe8f06813dd429cfe45bff6ee17210047c01
Author: Jed Cunningham <66968678+jedcunning...@users.noreply.github.com>
AuthorDate: Sun May 1 05:08:21 2022 -0600

    Fix `version_added` for `[sensors] default_timeout` (#23388)
    
    (cherry picked from commit 62216112c6764381160793961ffc182eb77e466c)
---
 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 5821f199b2..bc8f42035b 100644
--- a/airflow/config_templates/config.yml
+++ b/airflow/config_templates/config.yml
@@ -2430,7 +2430,7 @@
     - name: default_timeout
       description: |
         Sensor default timeout, 7 days by default (7 * 24 * 60 * 60).
-      version_added: 2.2.1
+      version_added: 2.3.0
       type: float
       example: ~
       default: "604800"

Reply via email to