This is an automated email from the ASF dual-hosted git repository.
ephraimanierobi pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/airflow.git
The following commit(s) were added to refs/heads/main by this push:
new cc4902d210 Fix version for a couple configurations (#26491)
cc4902d210 is described below
commit cc4902d21024ae1c700ddfc8bd33e91594de3dab
Author: Jed Cunningham <[email protected]>
AuthorDate: Mon Sep 19 08:15:16 2022 -0700
Fix version for a couple configurations (#26491)
These were released with 2.4.0.
---
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 a6d19e7e2c..2a4d21b9d4 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]