From 5854481eff0a8fa0a7495d4740c0a04c78584db4 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Sat, 22 Nov 2025 20:56:58 +0000 Subject: [PATCH] Update Helm release traefik to v37.4.0 (#2078) 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://traefik.io/) ([source](https://github.com/traefik/traefik-helm-chart)) | minor | `37.3.0` -> `37.4.0` | --- ### Release Notes
traefik/traefik-helm-chart (traefik) ### [`v37.4.0`](https://github.com/traefik/traefik-helm-chart/releases/tag/v37.4.0) [Compare Source](https://github.com/traefik/traefik-helm-chart/compare/v37.3.0...v37.4.0) #### :rocket: Features - feat(deps): update traefik docker tag to v3.6.1 [#​1564](https://github.com/traefik/traefik-helm-chart/issues/1564) by [@​renovate](https://github.com/renovate)\[bot] - feat(deps): update traefik docker tag to v3.6.2 [#​1570](https://github.com/traefik/traefik-helm-chart/issues/1570) by [@​renovate](https://github.com/renovate)\[bot] - feat(plugins): support ConfigMap inline local plugins alongside hostPath [#​1492](https://github.com/traefik/traefik-helm-chart/issues/1492) by [@​cilasbeltrame](https://github.com/cilasbeltrame) - feat: allow `publishedService` to be set without service being enabled [#​1565](https://github.com/traefik/traefik-helm-chart/issues/1565) by [@​Wieneo](https://github.com/Wieneo) - feat: :rocket: add support of Nginx provider [#​1569](https://github.com/traefik/traefik-helm-chart/issues/1569) by [@​darkweaver87](https://github.com/darkweaver87) #### :package: Others - docs(example): multiple gateways example [#​1539](https://github.com/traefik/traefik-helm-chart/issues/1539) by [@​moonlight8978](https://github.com/moonlight8978) - chore(release): 🚀 publish traefik 37.4.0 [#​1572](https://github.com/traefik/traefik-helm-chart/issues/1572) by [@​darkweaver87](https://github.com/darkweaver87)
--- ### Configuration 📅 **Schedule**: 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 is behind base branch, 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://github.com/renovatebot/renovate). Reviewed-on: https://gitea.alexlebens.dev/alexlebens/infrastructure/pulls/2078 Co-authored-by: Renovate Bot Co-committed-by: Renovate Bot --- clusters/cl01tl/services/traefik/Chart.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/clusters/cl01tl/services/traefik/Chart.yaml b/clusters/cl01tl/services/traefik/Chart.yaml index 2e3be0415..dfe754b7b 100644 --- a/clusters/cl01tl/services/traefik/Chart.yaml +++ b/clusters/cl01tl/services/traefik/Chart.yaml @@ -15,7 +15,7 @@ maintainers: - name: alexlebens dependencies: - name: traefik - version: 37.3.0 + version: 37.4.0 repository: https://traefik.github.io/charts # enable pending: # https://github.com/traefik/traefik-helm-chart/pull/1340