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

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

commit 8bb7353e0cea0dd7a153e099e532deaf3a2993d4
Author: Victor Chiapaikeo <[email protected]>
AuthorDate: Mon Apr 17 16:16:36 2023 -0400

    Add missing version val to caching_hash_method config (#30688)
    
    (cherry picked from commit bd0e506ee5419eeeaaf9f9fc1f076c2a781dfa20)
---
 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 bf88cdaa79..a65012c7fa 100644
--- a/airflow/config_templates/config.yml
+++ b/airflow/config_templates/config.yml
@@ -1695,7 +1695,7 @@ webserver:
     caching_hash_method:
       description: |
         The caching algorithm used by the webserver. Must be a valid hashlib 
function name.
-      version_added:
+      version_added: 2.6.0
       type: string
       example: "sha256"
       default: "md5"

Reply via email to