This is an automated email from the ASF dual-hosted git repository.
potiuk 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 bd0e506ee5 Add missing version val to caching_hash_method config
(#30688)
bd0e506ee5 is described below
commit bd0e506ee5419eeeaaf9f9fc1f076c2a781dfa20
Author: Victor Chiapaikeo <[email protected]>
AuthorDate: Mon Apr 17 16:16:36 2023 -0400
Add missing version val to caching_hash_method config (#30688)
---
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"