You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by ka...@apache.org on 2021/09/19 07:06:31 UTC

[airflow] branch main updated: Update version added field in config after 2.1.4 release (#18355)

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

kamilbregula 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 7d0df1f  Update version added field in config after 2.1.4 release (#18355)
7d0df1f is described below

commit 7d0df1f2ccbf0c80453196a56b9fb436fc1e5bcb
Author: Kamil BreguĊ‚a <mi...@users.noreply.github.com>
AuthorDate: Sun Sep 19 09:06:09 2021 +0200

    Update version added field in config after 2.1.4 release (#18355)
---
 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 4eba300..4b9e342 100644
--- a/airflow/config_templates/config.yml
+++ b/airflow/config_templates/config.yml
@@ -199,7 +199,7 @@
       description: |
         The maximum number of queued dagruns for a single DAG. The scheduler will not create more DAG runs
         if it reaches the limit. This is not configurable at the DAG level.
-      version_added: ~
+      version_added: 2.1.4
       type: string
       example: ~
       default: "16"