adds HTTP log exclusion regex paths, updates Go version and module dependencies, and bumps Helm chart version #4

Merged
rmcguire merged 4 commits from development into main 2025-09-02 17:51:38 +00:00
Showing only changes of commit 737ead7337 - Show all commits

View File

@@ -61,6 +61,12 @@
"listen": { "listen": {
"type": "string" "type": "string"
}, },
"logExcludePathRegexps": {
"items": {
"type": "string"
},
"type": "array"
},
"logRequests": { "logRequests": {
"type": "boolean" "type": "boolean"
}, },