From b339e6bc004663ad9b4ebd48aa9188d1ee3bc665 Mon Sep 17 00:00:00 2001 From: TrueCharts Bot Date: Thu, 8 May 2025 14:26:25 +0200 Subject: [PATCH] chore(container): update traefik docker tag to v3.4.0 (#35171) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [traefik](https://redirect.github.com/containous/traefik) | final | minor | `v3.3.6` -> `v3.4.0` | --- > [!WARNING] > Some dependencies could not be looked up. Check the Dependency Dashboard for more information. --- ### Release Notes
containous/traefik (traefik) ### [`v3.4.0`](https://redirect.github.com/containous/traefik/blob/HEAD/CHANGELOG.md#v340-rc2-2025-04-18) [Compare Source](https://redirect.github.com/containous/traefik/compare/v3.4.0...v3.4.0) [All Commits](https://redirect.github.com/traefik/traefik/compare/v3.4.0-rc1...v3.4.0-rc2) **Bug fixes:** - **\[k8s/crd]** Remove default load-balancing strategy from CRD ([#​11701](https://redirect.github.com/traefik/traefik/pull/11701) by [kevinpollet](https://redirect.github.com/kevinpollet)) - **\[k8s/crd]** Restrict regex validation of HTTP status codes for Ingress CRD resources ([#​11670](https://redirect.github.com/traefik/traefik/pull/11670) by [jnoordsij](https://redirect.github.com/jnoordsij)) - Bump github.com/redis/go-redis/v9 to v9.7.3 ([#​11687](https://redirect.github.com/traefik/traefik/pull/11687) by [kevinpollet](https://redirect.github.com/kevinpollet)) ### [`v3.4.0`](https://redirect.github.com/containous/traefik/blob/HEAD/CHANGELOG.md#v340-rc2-2025-04-18) [Compare Source](https://redirect.github.com/containous/traefik/compare/v3.3.7...v3.4.0) [All Commits](https://redirect.github.com/traefik/traefik/compare/v3.4.0-rc1...v3.4.0-rc2) **Bug fixes:** - **\[k8s/crd]** Remove default load-balancing strategy from CRD ([#​11701](https://redirect.github.com/traefik/traefik/pull/11701) by [kevinpollet](https://redirect.github.com/kevinpollet)) - **\[k8s/crd]** Restrict regex validation of HTTP status codes for Ingress CRD resources ([#​11670](https://redirect.github.com/traefik/traefik/pull/11670) by [jnoordsij](https://redirect.github.com/jnoordsij)) - Bump github.com/redis/go-redis/v9 to v9.7.3 ([#​11687](https://redirect.github.com/traefik/traefik/pull/11687) by [kevinpollet](https://redirect.github.com/kevinpollet)) ### [`v3.3.7`](https://redirect.github.com/traefik/traefik/releases/tag/v3.3.7) [Compare Source](https://redirect.github.com/containous/traefik/compare/v3.3.7...v3.3.7) **Bug fixes:** - **\[logs,middleware,accesslogs]** Add SpanID and TraceID accessLogs fields only when tracing is enabled ([#​11715](https://redirect.github.com/traefik/traefik/pull/11715) by [rtribotte](https://redirect.github.com/rtribotte)) ### [`v3.3.7`](https://redirect.github.com/traefik/traefik/releases/tag/v3.3.7) [Compare Source](https://redirect.github.com/containous/traefik/compare/v3.3.6...v3.3.7) **Bug fixes:** - **\[logs,middleware,accesslogs]** Add SpanID and TraceID accessLogs fields only when tracing is enabled ([#​11715](https://redirect.github.com/traefik/traefik/pull/11715) by [rtribotte](https://redirect.github.com/rtribotte))
--- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://redirect.github.com/renovatebot/renovate). --- containers/apps/traefik/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/containers/apps/traefik/Dockerfile b/containers/apps/traefik/Dockerfile index 1f48afc57ca..b2cb05e72db 100644 --- a/containers/apps/traefik/Dockerfile +++ b/containers/apps/traefik/Dockerfile @@ -35,7 +35,7 @@ RUN apk add --no-cache --update git COPY --chmod=777 ./containers/apps/traefik/clone-plugins.sh /clone-plugins.sh RUN /clone-plugins.sh -FROM traefik:v3.3.6@sha256:83f3c843133530e4aa45e6ddc415488583a8a01c88adc5022d415c6e97ceeaae +FROM traefik:v3.4.0@sha256:4cf907247939b5d20bf4eff73abd21cb413c339600dde76dbc94a874b2578a27 # Copy the plugins from the previous stage COPY --from=plugins /plugins-local /plugins-local