From 54f23a974747278e51682fa527178fdb4595bcbf Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Sat, 5 Jul 2025 04:55:30 +0000 Subject: [PATCH] Update Helm release traefik to v36.3.0 (#820) 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 | `36.2.0` -> `36.3.0` | --- ### Release Notes
traefik/traefik-helm-chart (traefik) ### [`v36.3.0`](https://github.com/traefik/traefik-helm-chart/releases/tag/v36.3.0) [Compare Source](https://github.com/traefik/traefik-helm-chart/compare/v36.2.0...v36.3.0) #### :rocket: Features - feat(deployment): allow null and 0 replicas [#​1452](https://github.com/traefik/traefik-helm-chart/issues/1452) by [@​na2na-p](https://github.com/na2na-p) - feat(deps): update traefik docker tag to v3.4.3 [#​1466](https://github.com/traefik/traefik-helm-chart/issues/1466) by [@​renovate](https://github.com/renovate)\[bot] #### :package: Others - chore(CRDs): 🔧 👷 fix tag detection on release [#​1464](https://github.com/traefik/traefik-helm-chart/issues/1464) by [@​mloiseleur](https://github.com/mloiseleur) - chore(release): 🚀 publish 36.3.0 [#​1468](https://github.com/traefik/traefik-helm-chart/issues/1468) by [@​mloiseleur](https://github.com/mloiseleur)
--- ### 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/820 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 6d315b076..0033491b4 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: 36.2.0 + version: 36.3.0 repository: https://traefik.github.io/charts # enable pending: # https://github.com/traefik/traefik-helm-chart/pull/1340