From ae2fcb0423f3c676b688c3fcd3c4060104d199cf Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Fri, 14 Nov 2025 21:46:01 +0000 Subject: [PATCH] Update Helm release traefik to v37.3.0 (#2010) 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.2.0` -> `37.3.0` | --- ### Release Notes
traefik/traefik-helm-chart (traefik) ### [`v37.3.0`](https://github.com/traefik/traefik-helm-chart/releases/tag/v37.3.0) [Compare Source](https://github.com/traefik/traefik-helm-chart/compare/v37.2.0...v37.3.0) > \[!IMPORTANT] > CRDs has to be upgraded before the Chart. See [UPGRADING](https://github.com/traefik/traefik-helm-chart?tab=readme-ov-file#upgrading) instructions. #### :rocket: Features - feat(deps): update traefik docker tag to v3.5.4 [#​1544](https://github.com/traefik/traefik-helm-chart/issues/1544) by [@​renovate](https://github.com/renovate)\[bot] - feat(CRDs): update for Traefik Proxy v3.6 and Gateway API v1.4.0 [#​1551](https://github.com/traefik/traefik-helm-chart/issues/1551) by [@​bpsoraggi](https://github.com/bpsoraggi) - feat: knative provider [#​1552](https://github.com/traefik/traefik-helm-chart/issues/1552) by [@​bpsoraggi](https://github.com/bpsoraggi) - feat(CRDs): update Traefik Hub to v1.23.1 [#​1546](https://github.com/traefik/traefik-helm-chart/issues/1546) by [@​traefiker](https://github.com/traefiker) - feat(deps): update traefik docker tag to v3.6.0 [#​1558](https://github.com/traefik/traefik-helm-chart/issues/1558) by [@​renovate](https://github.com/renovate)\[bot] #### :bug: Bug fixes - fix: add missing flag arg [#​1545](https://github.com/traefik/traefik-helm-chart/issues/1545) by [@​msaah-cleric](https://github.com/msaah-cleric) #### :package: Others - chore(deps): update helm/kind-action action to v1.13.0 [#​1549](https://github.com/traefik/traefik-helm-chart/issues/1549) by [@​renovate](https://github.com/renovate)\[bot] - chore(deps): update mikepenz/release-changelog-builder-action action to v6 [#​1547](https://github.com/traefik/traefik-helm-chart/issues/1547) by [@​renovate](https://github.com/renovate)\[bot] - docs: 📚 fix comment grammar in values [#​1556](https://github.com/traefik/traefik-helm-chart/issues/1556) & [#​1554](https://github.com/traefik/traefik-helm-chart/issues/1554) by [@​ehpc](https://github.com/ehpc) - chore(release): 🚀 publish traefik 37.3.0 and 1.12.0 [#​1559](https://github.com/traefik/traefik-helm-chart/issues/1559) by [@​mloiseleur](https://github.com/mloiseleur) #### New Contributors - [@​msaah-cleric](https://github.com/msaah-cleric) made their first contribution in [#​1545](https://github.com/traefik/traefik-helm-chart/pull/1545) - [@​ehpc](https://github.com/ehpc) made their first contribution in [#​1554](https://github.com/traefik/traefik-helm-chart/pull/1554) **Full Changelog**:
--- ### 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/2010 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 63d084d30..2e3be0415 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.2.0 + version: 37.3.0 repository: https://traefik.github.io/charts # enable pending: # https://github.com/traefik/traefik-helm-chart/pull/1340