From 8bb7353e0cea0dd7a153e099e532deaf3a2993d4 Mon Sep 17 00:00:00 2001 From: Victor Chiapaikeo Date: Mon, 17 Apr 2023 16:16:36 -0400 Subject: [PATCH] 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 bf88cdaa7998e..a65012c7fa876 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"