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 32d491691ab8c7cea076d5da0d2141bd1b64dc11
Author: Ephraim Anierobi <[email protected]>
AuthorDate: Sun May 1 04:37:11 2022 +0100

    Update missing `version_added` in config.yml (#23387)
    
    (cherry picked from commit 9a410e8da6bdbad537fadeda1849c45cdca073f3)
---
 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 c4898b4555..5821f199b2 100644
--- a/airflow/config_templates/config.yml
+++ b/airflow/config_templates/config.yml
@@ -829,7 +829,7 @@
         Comma separated list of auth backends to authenticate users of the 
API. See
         
https://airflow.apache.org/docs/apache-airflow/stable/security/api.html for 
possible values.
         ("airflow.api.auth.backend.default" allows all requests for historic 
reasons)
-      version_added: ~
+      version_added: 2.3.0
       type: string
       example: ~
       default: "airflow.api.auth.backend.session"

Reply via email to