Update Helm release traefik to v41 #25

Open
renovate wants to merge 1 commit from renovate/traefik-41.x into main
Member

This PR contains the following updates:

Package Update Change
traefik (source) major 40.2.041.0.1

Release Notes

traefik/traefik-helm-chart (traefik)

v41.0.1

Compare Source

🚀 Features

🐛 Bug fixes

📦 Others

👌 Traefik version support

  • Traefik Proxy: v3.6.0 -> v3.7.5 (default)
  • Traefik Hub: v3.19.3 -> v3.20.5

v41.0.0

Compare Source

Upgrade Notes

  1. Logs & access logs syntax: The chart now aligns its logging keys with the upstream Traefik syntax with PR #​1887.
    • logs.general is renamed to log (e.g. logs.general.levellog.level).
    • logs.access is renamed to accessLog (e.g. logs.access.formataccessLog.format).
    • Filter and field keys are now camelCased: filters.statuscodesfilters.statusCodes, filters.retryattemptsfilters.retryAttempts, filters.mindurationfilters.minDuration, and fields.*.defaultmodefields.*.defaultMode.
    • The accessLog.fields.general nesting level is removed: fields.general.defaultmodefields.defaultMode.Expand commentComment on line R27Resolved
  2. File provider content: providers.file.content is now an object ({}) instead of a string ("").

[!TIP]
Image registry and repository now default to null.
The chart now automatically resolves the full official image URI for both Traefik Proxy and Traefik Hub.

💥 BREAKING CHANGES

🚀 Features

🐛 Bug fixes

📦 Others

👌 Traefik version support

  • Traefik Proxy: v3.6.0 -> v3.7.5 (default)
  • Traefik Hub: v3.19.3 -> v3.20.4

v40.3.0

Compare Source

🚀 Features

🐛 Bug fixes

📦 Others

👌 Traefik version support

  • Traefik Proxy: v3.6.0 -> v3.7.4 (default)
  • Traefik Hub: v3.19.3 -> v3.20.4

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.

This PR contains the following updates: | Package | Update | Change | |---|---|---| | [traefik](https://traefik.io/) ([source](https://github.com/traefik/traefik-helm-chart)) | major | `40.2.0` → `41.0.1` | --- ### Release Notes <details> <summary>traefik/traefik-helm-chart (traefik)</summary> ### [`v41.0.1`](https://github.com/traefik/traefik-helm-chart/releases/tag/v41.0.1) [Compare Source](https://github.com/traefik/traefik-helm-chart/compare/v41.0.0...v41.0.1) #### :rocket: Features - feat(hub): support traefik hub v3.20.5 [#&#8203;1908](https://github.com/traefik/traefik-helm-chart/issues/1908) by [@&#8203;mloiseleur](https://github.com/mloiseleur) #### :bug: Bug fixes - fix(ingressroute): fail fast on uppercase ingressRoute keys (RFC 1123) [#&#8203;1862](https://github.com/traefik/traefik-helm-chart/issues/1862) by [@&#8203;filip2mac](https://github.com/filip2mac) #### :package: Others - chore(deps): update actions/checkout action to v7 [#&#8203;1905](https://github.com/traefik/traefik-helm-chart/issues/1905) by [@&#8203;renovate-with-github-actions](https://github.com/renovate-with-github-actions)\[bot] - chore(deps): update dependency helm to v4.2.2 [#&#8203;1902](https://github.com/traefik/traefik-helm-chart/issues/1902) by [@&#8203;renovate-with-github-actions](https://github.com/renovate-with-github-actions)\[bot] - chore(deps): update mikepenz/release-changelog-builder-action action to v6.2.3 [#&#8203;1903](https://github.com/traefik/traefik-helm-chart/issues/1903) by [@&#8203;renovate-with-github-actions](https://github.com/renovate-with-github-actions)\[bot] - chore(deps): update renovatebot/github-action action to v46.1.16 [#&#8203;1904](https://github.com/traefik/traefik-helm-chart/issues/1904) by [@&#8203;renovate-with-github-actions](https://github.com/renovate-with-github-actions)\[bot] - docs(hub): deprecate inline literal token in values [#&#8203;1907](https://github.com/traefik/traefik-helm-chart/issues/1907) by [@&#8203;mloiseleur](https://github.com/mloiseleur) - chore(release): publish 41.0.1 [#&#8203;1909](https://github.com/traefik/traefik-helm-chart/issues/1909) by [@&#8203;mloiseleur](https://github.com/mloiseleur) #### 👌 Traefik version support - Traefik Proxy: v3.6.0 -> v3.7.5 (default) - Traefik Hub: v3.19.3 -> v3.20.5 ### [`v41.0.0`](https://github.com/traefik/traefik-helm-chart/releases/tag/v41.0.0) [Compare Source](https://github.com/traefik/traefik-helm-chart/compare/v40.3.0...v41.0.0) **Upgrade Notes** 1. **Logs & access logs syntax**: The chart now aligns its logging keys with the upstream Traefik syntax with PR [#&#8203;1887](https://github.com/traefik/traefik-helm-chart/pull/1887). - `logs.general` is renamed to `log` (e.g. `logs.general.level` → `log.level`). - `logs.access` is renamed to `accessLog` (e.g. `logs.access.format` → `accessLog.format`). - Filter and field keys are now camelCased: `filters.statuscodes` → `filters.statusCodes`, `filters.retryattempts` → `filters.retryAttempts`, `filters.minduration` → `filters.minDuration`, and `fields.*.defaultmode` → `fields.*.defaultMode`. - The `accessLog.fields.general` nesting level is removed: `fields.general.defaultmode` → `fields.defaultMode`.Expand commentComment on line R27Resolved 2. **File provider content**: `providers.file.content` is now an object (`{}`) instead of a string (`""`). > \[!TIP] > Image `registry` and `repository` now default to `null`. > The chart now automatically resolves the full official image URI for both Traefik Proxy and Traefik Hub. #### :boom: BREAKING CHANGES - feat(providers.file)!: switch content to an object [#&#8203;1861](https://github.com/traefik/traefik-helm-chart/issues/1861) by [@&#8203;minrk](https://github.com/minrk) - fix(logs)!: align syntax with upstream [#&#8203;1887](https://github.com/traefik/traefik-helm-chart/issues/1887) by [@&#8203;mloiseleur](https://github.com/mloiseleur) #### :rocket: Features - feat(version): :sparkles: relax max-version guard to warn on minor/patch, fail only on major mismatch [#&#8203;1884](https://github.com/traefik/traefik-helm-chart/issues/1884) by [@&#8203;darkweaver87](https://github.com/darkweaver87) - feat(hub): :sparkles: install out-of-box with only hub.token set [#&#8203;1885](https://github.com/traefik/traefik-helm-chart/issues/1885) by [@&#8203;darkweaver87](https://github.com/darkweaver87) - feat(deps): update traefik docker tag to v3.7.5 [#&#8203;1888](https://github.com/traefik/traefik-helm-chart/issues/1888) by [@&#8203;renovate-with-github-actions](https://github.com/renovate-with-github-actions)\[bot] #### :bug: Bug fixes - fix(notes): :memo: use traefik.image-name so NOTES match deployed image [#&#8203;1886](https://github.com/traefik/traefik-helm-chart/issues/1886) by [@&#8203;mloiseleur](https://github.com/mloiseleur) - fix(deployment): omit spec.replicas when replicas is null [#&#8203;1891](https://github.com/traefik/traefik-helm-chart/issues/1891) by [@&#8203;mloiseleur](https://github.com/mloiseleur) - fix(provider): :bug: emit kubernetesIngressNGINX publishService for external service [#&#8203;1897](https://github.com/traefik/traefik-helm-chart/issues/1897) by [@&#8203;mloiseleur](https://github.com/mloiseleur) #### :package: Others - ci: track max-version assertions with relaxed guard wording [#&#8203;1889](https://github.com/traefik/traefik-helm-chart/issues/1889) by [@&#8203;mloiseleur](https://github.com/mloiseleur) - ci(renovate): restore update on appVersion [#&#8203;1892](https://github.com/traefik/traefik-helm-chart/issues/1892) by [@&#8203;mloiseleur](https://github.com/mloiseleur) - chore(deps): update dependency helm to v4.2.1 [#&#8203;1893](https://github.com/traefik/traefik-helm-chart/issues/1893) by [@&#8203;renovate-with-github-actions](https://github.com/renovate-with-github-actions)\[bot] - chore(deps): update losisin/helm-values-schema-json-action action to v3.0.1 [#&#8203;1894](https://github.com/traefik/traefik-helm-chart/issues/1894) by [@&#8203;renovate-with-github-actions](https://github.com/renovate-with-github-actions)\[bot] - ci(security): declare contents:write on release workflow [#&#8203;1855](https://github.com/traefik/traefik-helm-chart/issues/1855) by [@&#8203;arpitjain099](https://github.com/arpitjain099) - chore(release): publish 41.0.0 [#&#8203;1895](https://github.com/traefik/traefik-helm-chart/issues/1895) by [@&#8203;mloiseleur](https://github.com/mloiseleur) #### 👌 Traefik version support - Traefik Proxy: v3.6.0 -> v3.7.5 (default) - Traefik Hub: v3.19.3 -> v3.20.4 ### [`v40.3.0`](https://github.com/traefik/traefik-helm-chart/releases/tag/v40.3.0) [Compare Source](https://github.com/traefik/traefik-helm-chart/compare/v40.2.0...v40.3.0) #### :rocket: Features - feat(provider): :sparkles: support qps and burst on kubernetesGateway [#&#8203;1869](https://github.com/traefik/traefik-helm-chart/issues/1869) by [@&#8203;darkweaver87](https://github.com/darkweaver87) - feat(logs): :sparkles: support accesslog query parameters defaultmode [#&#8203;1868](https://github.com/traefik/traefik-helm-chart/issues/1868) by [@&#8203;darkweaver87](https://github.com/darkweaver87) - feat(hub): :rocket: support traefik hub v3.20.4 [#&#8203;1876](https://github.com/traefik/traefik-helm-chart/issues/1876) by [@&#8203;jspdown](https://github.com/jspdown) - feat(proxy): :rocket: support traefik v3.7.4 [#&#8203;1880](https://github.com/traefik/traefik-helm-chart/issues/1880) by [@&#8203;darkweaver87](https://github.com/darkweaver87) - feat(CRDs): update Traefik Hub CRDs to v1.31.0 [#&#8203;1881](https://github.com/traefik/traefik-helm-chart/issues/1881) by [@&#8203;darkweaver87](https://github.com/darkweaver87) #### :bug: Bug fixes - fix(hub): :bug: guard nil hub.token in hub-license template [#&#8203;1875](https://github.com/traefik/traefik-helm-chart/issues/1875) by [@&#8203;darkweaver87](https://github.com/darkweaver87) #### :package: Others - chore(deps): update mikepenz/release-changelog-builder-action action to v6.2.2 [#&#8203;1857](https://github.com/traefik/traefik-helm-chart/issues/1857) by [@&#8203;renovate-with-github-actions](https://github.com/renovate-with-github-actions)\[bot] - chore(deps): update actions/create-github-app-token action to v3.2.0 [#&#8203;1858](https://github.com/traefik/traefik-helm-chart/issues/1858) by [@&#8203;renovate-with-github-actions](https://github.com/renovate-with-github-actions)\[bot] - chore(deps): support traefik v3.7.3 & hub v3.20.3 [#&#8203;1867](https://github.com/traefik/traefik-helm-chart/issues/1867) by [@&#8203;bpsoraggi](https://github.com/bpsoraggi) - chore(deps): update actions/checkout action to v6.0.3 [#&#8203;1870](https://github.com/traefik/traefik-helm-chart/issues/1870) by [@&#8203;renovate-with-github-actions](https://github.com/renovate-with-github-actions)\[bot] - chore(deps): update renovatebot/github-action action to v46.1.15 [#&#8203;1871](https://github.com/traefik/traefik-helm-chart/issues/1871) by [@&#8203;renovate-with-github-actions](https://github.com/renovate-with-github-actions)\[bot] - chore(deps): update dependency helm to v3.21.0 [#&#8203;1873](https://github.com/traefik/traefik-helm-chart/issues/1873) by [@&#8203;renovate-with-github-actions](https://github.com/renovate-with-github-actions)\[bot] - ci(test): fix helm-unittest invocation for helm v4 [#&#8203;1879](https://github.com/traefik/traefik-helm-chart/issues/1879) by [@&#8203;darkweaver87](https://github.com/darkweaver87) - chore(ci): track proxy & hub max-version annotations with renovate [#&#8203;1877](https://github.com/traefik/traefik-helm-chart/issues/1877) by [@&#8203;jspdown](https://github.com/jspdown) - chore(deps): update dependency helm to v4 [#&#8203;1874](https://github.com/traefik/traefik-helm-chart/issues/1874) by [@&#8203;renovate-with-github-actions](https://github.com/renovate-with-github-actions)\[bot] - chore(release): 🚀 publish 40.3.0 [#&#8203;1882](https://github.com/traefik/traefik-helm-chart/issues/1882) by [@&#8203;darkweaver87](https://github.com/darkweaver87) #### 👌 Traefik version support - Traefik Proxy: v3.6.0 -> v3.7.4 (default) - Traefik Hub: v3.19.3 -> v3.20.4 </details> --- ### 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. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Mend Renovate](https://github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0My4xOTUuMCIsInVwZGF0ZWRJblZlciI6IjQzLjE5NS4wIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6W119-->
renovate force-pushed renovate/traefik-41.x from bb22a99b53 to 2751e4bf54 2026-06-29 12:50:05 +00:00 Compare
This pull request can be merged automatically.
You are not authorized to merge this pull request.
View command line instructions

Checkout

From your project repository, check out a new branch and test the changes.
git fetch -u origin renovate/traefik-41.x:renovate/traefik-41.x
git switch renovate/traefik-41.x

Merge

Merge the changes and update on Forgejo.

Warning: The "Autodetect manual merge" setting is not enabled for this repository, you will have to mark this pull request as manually merged afterwards.

git switch main
git merge --no-ff renovate/traefik-41.x
git switch renovate/traefik-41.x
git rebase main
git switch main
git merge --ff-only renovate/traefik-41.x
git switch renovate/traefik-41.x
git rebase main
git switch main
git merge --no-ff renovate/traefik-41.x
git switch main
git merge --squash renovate/traefik-41.x
git switch main
git merge --ff-only renovate/traefik-41.x
git switch main
git merge renovate/traefik-41.x
git push origin main
Sign in to join this conversation.
No reviewers
No labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
vloot/traefik!25
No description provided.