From 42793ffb92ae15ef85381efaaf24b9fbfea8cfd5 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Fri, 17 Jul 2026 01:02:43 +0200 Subject: [PATCH] Update traefik Docker tag to v3.7.8 (#23) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This PR contains the following updates: | Package | Update | Change | |---|---|---| | [traefik](https://github.com/containous/traefik) | patch | `v3.7.7` → `v3.7.8` | --- > ⚠️ **Warning** > > Some dependencies could not be looked up. Check the [Dependency Dashboard](issues/12) for more information. --- ### Release Notes
containous/traefik (traefik) ### [`v3.7.8`](https://github.com/traefik/traefik/releases/tag/v3.7.8) [Compare Source](https://github.com/containous/traefik/compare/v3.7.8...v3.7.8) **Bug fixes:** - **\[middleware, k8s/crd]** Add missing ErrorRequestHeaders field to CRDs ([#​13498](https://github.com/traefik/traefik/pull/13498) [@​kevinpollet](https://github.com/kevinpollet)) - **\[k8s/ingress-nginx]** Sanitize rewritten target on ingress-nginx provider ([#​13506](https://github.com/traefik/traefik/pull/13506) [@​gndz07](https://github.com/gndz07)) - **\[logs]** Remove unrelated error from nonexistent cert resolver log ([#​13469](https://github.com/traefik/traefik/pull/13469) [@​ArthurHlt](https://github.com/ArthurHlt)) - **\[middleware]** Fix panic in retry middleware with Websockets ([#​13520](https://github.com/traefik/traefik/pull/13520) [@​juliens](https://github.com/juliens)) **Documentation:** - **\[k8s]** Align certificateRef and indicate ports ([#​13473](https://github.com/traefik/traefik/pull/13473) [@​veenoise](https://github.com/veenoise)) - **\[rules]** Fix syntax notes in routing rule documentation ([#​13501](https://github.com/traefik/traefik/pull/13501) [@​stevenlele](https://github.com/stevenlele)) - **\[k8s/crd]** Fix duplicated options table in ServersTransport CRD reference ([#​13518](https://github.com/traefik/traefik/pull/13518) [@​rachana5](https://github.com/rachana5)) ### [`v3.7.8`](https://github.com/traefik/traefik/releases/tag/v3.7.8) [Compare Source](https://github.com/containous/traefik/compare/v3.7.7...v3.7.8) **Bug fixes:** - **\[middleware, k8s/crd]** Add missing ErrorRequestHeaders field to CRDs ([#​13498](https://github.com/traefik/traefik/pull/13498) [@​kevinpollet](https://github.com/kevinpollet)) - **\[k8s/ingress-nginx]** Sanitize rewritten target on ingress-nginx provider ([#​13506](https://github.com/traefik/traefik/pull/13506) [@​gndz07](https://github.com/gndz07)) - **\[logs]** Remove unrelated error from nonexistent cert resolver log ([#​13469](https://github.com/traefik/traefik/pull/13469) [@​ArthurHlt](https://github.com/ArthurHlt)) - **\[middleware]** Fix panic in retry middleware with Websockets ([#​13520](https://github.com/traefik/traefik/pull/13520) [@​juliens](https://github.com/juliens)) **Documentation:** - **\[k8s]** Align certificateRef and indicate ports ([#​13473](https://github.com/traefik/traefik/pull/13473) [@​veenoise](https://github.com/veenoise)) - **\[rules]** Fix syntax notes in routing rule documentation ([#​13501](https://github.com/traefik/traefik/pull/13501) [@​stevenlele](https://github.com/stevenlele)) - **\[k8s/crd]** Fix duplicated options table in ServersTransport CRD reference ([#​13518](https://github.com/traefik/traefik/pull/13518) [@​rachana5](https://github.com/rachana5))
--- ### Configuration 📅 **Schedule**: (UTC) - Branch creation - At any time (no schedule defined) - Automerge - At any time (no schedule defined) 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **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 [Mend Renovate](https://github.com/renovatebot/renovate). Reviewed-on: https://git.jfreudenberger.de/JuliusFreudenberger/nix-config/pulls/23 Co-authored-by: Renovate Bot Co-committed-by: Renovate Bot --- modules/traefik-oidc.nix | 2 +- modules/traefik.nix | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/modules/traefik-oidc.nix b/modules/traefik-oidc.nix index 3b5a8de..6c8b9f3 100644 --- a/modules/traefik-oidc.nix +++ b/modules/traefik-oidc.nix @@ -105,7 +105,7 @@ in { config = lib.mkIf cfg.enable { virtualisation.oci-containers.containers = { traefik = { - image = "traefik:v3.7.7@sha256:1cb3845d7a05e1473c9086351426597e911db49db382b6e4769f9b0744962ac8"; + image = "traefik:v3.7.8@sha256:4299bbed850421258fc5448c2e0e6ad350981d4d335a68de11b92448aedbefe5"; cmd = [ "--providers.docker=true" "--providers.docker.exposedByDefault=false" diff --git a/modules/traefik.nix b/modules/traefik.nix index e49983d..5aaf78c 100644 --- a/modules/traefik.nix +++ b/modules/traefik.nix @@ -29,7 +29,7 @@ in { config = lib.mkIf cfg.enable { virtualisation.oci-containers.containers = { traefik = { - image = "traefik:v3.7.7@sha256:1cb3845d7a05e1473c9086351426597e911db49db382b6e4769f9b0744962ac8"; + image = "traefik:v3.7.8@sha256:4299bbed850421258fc5448c2e0e6ad350981d4d335a68de11b92448aedbefe5"; cmd = [ "--providers.docker=true" "--providers.docker.endpoint=http://docker-socket-proxy:2375"