File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -220,7 +220,7 @@ It requires a dict with "Version" and "Hub".
220220{ {- define " traefik.proxyVersionFromHub" -} }
221221 { {- $version := .Version -} }
222222 { {- if .Hub -} }
223- { {- $hubProxyVersion := " v3.7.11 " } }
223+ { {- $hubProxyVersion := " v3.7.12 " } }
224224 { {- if regexMatch " v[0-9]+.[0-9]+.[0-9]+" (default " " $version ) } }
225225 { {- if semverCompare " <v3.19.0-0" $version } }
226226 { {- $hubProxyVersion = " v3.6.3" } }
@@ -240,6 +240,8 @@ It requires a dict with "Version" and "Hub".
240240 { {- $hubProxyVersion = " v3.7.9" } }
241241 { {- else if semverCompare " <v3.20.11-0" $version } }
242242 { {- $hubProxyVersion = " v3.7.10" } }
243+ { {- else if semverCompare " <v3.20.12-0" $version } }
244+ { {- $hubProxyVersion = " v3.7.11" } }
243245 { {- end -} }
244246 { {- end -} }
245247 { {- $hubProxyVersion } }
You can’t perform that action at this time.
0 commit comments