Skip to content

Commit 6156967

Browse files
authored
feat(deps): update traefik to v3.7.11 and traefik-hub to v3.20.10
1 parent e9fb8f4 commit 6156967

4 files changed

Lines changed: 10 additions & 8 deletions

File tree

traefik/Chart.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ description: A Traefik based Kubernetes ingress controller
44
type: application
55
version: 41.2.0
66
# renovate: image=traefik
7-
appVersion: v3.7.10
7+
appVersion: v3.7.11
88
kubeVersion: '>=1.25.0-0'
99
keywords:
1010
- traefik
@@ -23,9 +23,9 @@ maintainers:
2323
icon: https://raw.githubusercontent.com/traefik/traefik/master/docs/content/assets/img/traefik.logo.png
2424
annotations:
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"

traefik/VALUES.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
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

55
A Traefik based Kubernetes ingress controller
66

traefik/templates/_helpers.tpl

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff 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 }}

traefik/tests/requirements-config_test.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff 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:

0 commit comments

Comments
 (0)