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

kaxilnaik pushed a commit to branch v1-10-test
in repository https://gitbox.apache.org/repos/asf/airflow.git

commit 84fc6b482e4fe563f42f60914fe35cc744283715
Author: Kaxil Naik <kaxiln...@gmail.com>
AuthorDate: Thu Jul 2 00:33:42 2020 +0100

    Update version_added of configs added in 1.10.11
---
 airflow/config_templates/config.yml | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/airflow/config_templates/config.yml 
b/airflow/config_templates/config.yml
index 0d52426..3dd0a58 100644
--- a/airflow/config_templates/config.yml
+++ b/airflow/config_templates/config.yml
@@ -705,7 +705,7 @@
       description: |
         If set to True, Airflow will track files in plugins_folder directory. 
When it detects changes,
         then reload the gunicorn.
-      version_added: ~
+      version_added: 1.10.11
       type: boolean
       example: ~
       default: "False"
@@ -1749,7 +1749,7 @@
     - name: pod_template_file
       description: |
         Path to the YAML pod file. If set, all other kubernetes-related fields 
are ignored.
-      version_added: ~
+      version_added: 1.10.11
       type: string
       example: ~
       default: ""
@@ -1776,7 +1776,7 @@
       description: |
         If False (and delete_worker_pods is True),
         failed worker pods will not be deleted so users can investigate them.
-      version_added: ~
+      version_added: 1.10.11
       type: string
       example: ~
       default: "False"
@@ -1847,7 +1847,7 @@
     - name: dags_volume_mount_point
       description: |
         For either git sync or volume mounted DAGs, the worker will mount the 
volume in this path
-      version_added: ~
+      version_added: 1.10.11
       type: string
       example: ~
       default: ""

Reply via email to