From c799ae79be73a9dec993858420302833b96dd6e8 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Sun, 7 Sep 2025 20:54:19 +0000 Subject: [PATCH] Update Helm release traefik to v37.1.0 (#1383) 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.0.0` -> `37.1.0` | --- ### Release Notes
traefik/traefik-helm-chart (traefik) ### [`v37.1.0`](https://github.com/traefik/traefik-helm-chart/releases/tag/v37.1.0) [Compare Source](https://github.com/traefik/traefik-helm-chart/compare/v37.0.0...v37.1.0) #### :rocket: Features - feat(deps): update traefik docker tag to v3.5.1 [#​1504](https://github.com/traefik/traefik-helm-chart/issues/1504) by [@​renovate](https://github.com/renovate)\[bot] - feat(deployment): add chart value timezone that automatically configures access logs timezone [#​1503](https://github.com/traefik/traefik-helm-chart/issues/1503) by [@​KyriosGN0](https://github.com/KyriosGN0) - feat(hooks): use now stable prestop command syntax [#​1505](https://github.com/traefik/traefik-helm-chart/issues/1505) by [@​jnoordsij](https://github.com/jnoordsij) - feat(hub): add annotations for webhook admission [#​1508](https://github.com/traefik/traefik-helm-chart/issues/1508) by [@​bpsoraggi](https://github.com/bpsoraggi) - feat: support custom monitoring api [#​1498](https://github.com/traefik/traefik-helm-chart/issues/1498) by [@​zalbiraw](https://github.com/zalbiraw) - feat(CRDs): update Traefik Hub to v1.21.1 [#​1507](https://github.com/traefik/traefik-helm-chart/issues/1507) by [@​traefiker](https://github.com/traefiker) - feat: support Traefik v3.5 features [#​1509](https://github.com/traefik/traefik-helm-chart/issues/1509) by [@​bpsoraggi](https://github.com/bpsoraggi) #### :bug: Bug fixes - fix(deployment): allow to disable checkNewVersion via values.yaml [#​1489](https://github.com/traefik/traefik-helm-chart/issues/1489) by [@​KyriosGN0](https://github.com/KyriosGN0) - fix: prevent blank lines in args [#​1497](https://github.com/traefik/traefik-helm-chart/issues/1497) by [@​florianspk](https://github.com/florianspk) #### :package: Others - docs(readme): linguistic inconsistencies and verification section [#​1491](https://github.com/traefik/traefik-helm-chart/issues/1491) by [@​bpsoraggi](https://github.com/bpsoraggi) - refactor: only render `--global.checkNewVersion` when it differs from default [#​1493](https://github.com/traefik/traefik-helm-chart/issues/1493) by [@​ChristianCiach](https://github.com/ChristianCiach) - chore(deps): update actions/checkout action to v5 [#​1494](https://github.com/traefik/traefik-helm-chart/issues/1494) by [@​renovate](https://github.com/renovate)\[bot] - refactor: remove `$root` hacks in favor of using \`- [#​1495](https://github.com/traefik/traefik-helm-chart/issues/1495) by [@​jnoordsij](https://github.com/jnoordsij) - docs(plugins): Sync VALUES.md [#​1499](https://github.com/traefik/traefik-helm-chart/issues/1499) by [@​Frankst2](https://github.com/Frankst2) - chore(release): :rocket: Publish 37.1.0 and 1.11.0 [#​1510](https://github.com/traefik/traefik-helm-chart/issues/1510) by [@​bpsoraggi](https://github.com/bpsoraggi) #### New Contributors - [@​KyriosGN0](https://github.com/KyriosGN0) made their first contribution in https://github.com/traefik/traefik-helm-chart/pull/1489 - [@​ChristianCiach](https://github.com/ChristianCiach) made their first contribution in https://github.com/traefik/traefik-helm-chart/pull/1493 - [@​florianspk](https://github.com/florianspk) made their first contribution in https://github.com/traefik/traefik-helm-chart/pull/1497 - [@​Frankst2](https://github.com/Frankst2) made their first contribution in https://github.com/traefik/traefik-helm-chart/pull/1499 **Full Changelog**: https://github.com/traefik/traefik-helm-chart/compare/v37.0.0...v37.1.0
--- ### 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/1383 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 ba2d8722e..6c21fbe66 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.0.0 + version: 37.1.0 repository: https://traefik.github.io/charts # enable pending: # https://github.com/traefik/traefik-helm-chart/pull/1340