File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ description: A Traefik based Kubernetes ingress controller
44type : application
55version : 41.2.0
66# renovate: image=traefik
7- appVersion : v3.7.10
7+ appVersion : v3.7.11
88kubeVersion : ' >=1.25.0-0'
99keywords :
1010 - traefik
@@ -23,9 +23,9 @@ maintainers:
2323icon : https://raw.githubusercontent.com/traefik/traefik/master/docs/content/assets/img/traefik.logo.png
2424annotations :
2525 traefik.io/proxy-min-version : v3.6.0
26- traefik.io/proxy-max-version : v3.7.10
26+ traefik.io/proxy-max-version : v3.7.11
2727 traefik.io/hub-min-version : v3.19.3
28- traefik.io/hub-max-version : v3.20.8
28+ traefik.io/hub-max-version : v3.20.10
2929 artifacthub.io/changes : |
3030 - kind: changed
3131 description: "test(service): LoadBalancer node port opt-out"
Original file line number Diff line number Diff line change 11# traefik
22
3- ![ Version: 41.2.0] ( https://img.shields.io/badge/Version-41.2.0-informational?style=flat-square ) ![ Type: application] ( https://img.shields.io/badge/Type-application-informational?style=flat-square ) ![ AppVersion: v3.7.10 ] ( https://img.shields.io/badge/AppVersion-v3.7.10 -informational?style=flat-square )
3+ ![ Version: 41.2.0] ( https://img.shields.io/badge/Version-41.2.0-informational?style=flat-square ) ![ Type: application] ( https://img.shields.io/badge/Type-application-informational?style=flat-square ) ![ AppVersion: v3.7.11 ] ( https://img.shields.io/badge/AppVersion-v3.7.11 -informational?style=flat-square )
44
55A Traefik based Kubernetes ingress controller
66
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.10 " } }
223+ { {- $hubProxyVersion := " v3.7.11 " } }
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" } }
@@ -238,6 +238,8 @@ It requires a dict with "Version" and "Hub".
238238 { {- $hubProxyVersion = " v3.7.6" } }
239239 { {- else if semverCompare " <v3.20.8-0" $version } }
240240 { {- $hubProxyVersion = " v3.7.9" } }
241+ { {- else if semverCompare " <v3.20.10-0" $version } }
242+ { {- $hubProxyVersion = " v3.7.10" } }
241243 { {- end -} }
242244 { {- end -} }
243245 { {- $hubProxyVersion } }
Original file line number Diff line number Diff line change @@ -93,14 +93,14 @@ tests:
9393 tag : v99.0.0
9494 asserts :
9595 - failedTemplate :
96- errorMessage : " ERROR: This Chart does not support Traefik Proxy v99.0.0, which is a major version above the supported v3.7.10 ."
96+ errorMessage : " ERROR: This Chart does not support Traefik Proxy v99.0.0, which is a major version above the supported v3.7.11 ."
9797 - it : should fail when trying to use this Chart with a Proxy major pre-release above max
9898 set :
9999 image :
100100 tag : v4.0.0-rc.1
101101 asserts :
102102 - failedTemplate :
103- errorMessage : " ERROR: This Chart does not support Traefik Proxy v4.0.0-rc.1, which is a major version above the supported v3.7.10 ."
103+ errorMessage : " ERROR: This Chart does not support Traefik Proxy v4.0.0-rc.1, which is a major version above the supported v3.7.11 ."
104104 - it : should not fail when trying to use this Chart with an ea Proxy version above max
105105 set :
106106 image :
@@ -178,7 +178,7 @@ tests:
178178 token : xxx
179179 asserts :
180180 - failedTemplate :
181- errorMessage : " ERROR: This Chart does not support Traefik Hub v99.0.0, which is a major version above the supported v3.20.8 ."
181+ errorMessage : " ERROR: This Chart does not support Traefik Hub v99.0.0, which is a major version above the supported v3.20.10 ."
182182 - it : should not fail when trying to use this Chart with an ea Hub version above max
183183 set :
184184 image :
You can’t perform that action at this time.
0 commit comments