Update Helm release traefik to v36 #4

Merged
casper merged 1 commit from renovate/traefik-36.x into main 2025-06-16 18:37:26 +00:00
Member

This PR contains the following updates:

Package Update Change
traefik (source) major 34.4.1 -> 36.1.0

Release Notes

traefik/traefik-helm-chart (traefik)

v36.1.0

Compare Source

🚀 Features

🐛 Bug fixes

📦 Others

New Contributors

Full Changelog: https://github.com/traefik/traefik-helm-chart/compare/v36.0.0...v36.1.0

v36.0.0

Compare Source

Upgrade Notes

There is a breaking change on default of globalArguments which has been replaced by global.xx, following upstream.
See PR #​1436 for details.

Anonymous stats usage has been disabled by default.
Please take time to consider whether or not you wish to share anonymous data to help TraefikLabs improve its products.

💥 BREAKING CHANGES

🚀 Features

🐛 Bug fixes

  • fix(notes): update condition to display certificate persistence warning #​1433 by @​BapRx
  • fix(Traefik Proxy): supported ingressRoute.*.annotations breaks templating #​1425 by @​SIMULATAN

📦 Others

New Contributors

Full Changelog: https://github.com/traefik/traefik-helm-chart/compare/v35.4.0...v36.0.0

v35.4.0

Compare Source

📝 Upgrade notes

ℹ️ The CRDs needs to be updated.

🚀 Features

  • feat(Traefik Hub): automatically restart API Management pods on admission certificate change #​1423 by @​darkweaver87

🐛 Bug fixes

📦 Others

v35.3.0

Compare Source

This release comes with Traefik Proxy v3.4.0 by default and support latest version of Traefik Hub.

📝 Upgrade notes

ℹ️ The CRDs needs to be updated.

🚀 Features

🐛 Bug fixes

📦 Others

New Contributors

Full Changelog: https://github.com/traefik/traefik-helm-chart/compare/v35.1.0...v35.3.0

v35.2.0

Compare Source

🚀 Features

🐛 Bug fixes

📦 Others

v35.1.0

Compare Source

Upgrade Notes

Traefik-Hub users should follow this procedure:

  1. APIAccess resources needs to be converted to APICatalogItem ones
  2. run the usual upgrade procedure
  3. APIAccess CRD are now unused and can be safely deleted by running:
kubectl delete customresourcedefinitions.apiextensions.k8s.io apiaccesses.hub.traefik.io

🚀 Features

📦 Others

v35.0.1

Compare Source

🚀 Features

📦 Others

v35.0.0

Compare Source

Upgrade Notes

This release has been marked as major as it might modify service and deployment port names (if they use uppercase characters or are longer than 15 characters).
Nevertheless, even in these cases, it should not impact the availability of your endpoints.

💥 BREAKING CHANGES

🚀 Features

🐛 Bug fixes

📦 Others

New Contributors

Full Changelog: https://github.com/traefik/traefik-helm-chart/compare/v34.5.0...v35.0.0

v34.5.0

Compare Source

🚀 Features

🐛 Bug fixes

📦 Others


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 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 Renovate Bot.

This PR contains the following updates: | Package | Update | Change | |---|---|---| | [traefik](https://traefik.io/) ([source](https://github.com/traefik/traefik-helm-chart)) | major | `34.4.1` -> `36.1.0` | --- ### Release Notes <details> <summary>traefik/traefik-helm-chart (traefik)</summary> ### [`v36.1.0`](https://github.com/traefik/traefik-helm-chart/releases/tag/v36.1.0) [Compare Source](https://github.com/traefik/traefik-helm-chart/compare/v36.0.0...v36.1.0) #### :rocket: Features - feat(Traefik Hub): add v3.17 version mapping [#&#8203;1445](https://github.com/traefik/traefik-helm-chart/issues/1445) by [@&#8203;jspdown](https://github.com/jspdown) #### :bug: Bug fixes - fix(Traefik Hub): add strict check on admission cert [#&#8203;1430](https://github.com/traefik/traefik-helm-chart/issues/1430) by [@&#8203;zalbiraw](https://github.com/zalbiraw) - fix(schema): 🐛 allow additional properties on `global` [#&#8203;1441](https://github.com/traefik/traefik-helm-chart/issues/1441) by [@&#8203;mloiseleur](https://github.com/mloiseleur) - fix(chart): update icon link to track upstream master branch [#&#8203;1442](https://github.com/traefik/traefik-helm-chart/issues/1442) by [@&#8203;jnoordsij](https://github.com/jnoordsij) #### :package: Others - chore(ci): use expected traefik chart version in triggered workflow [#&#8203;1438](https://github.com/traefik/traefik-helm-chart/issues/1438) by [@&#8203;darkweaver87](https://github.com/darkweaver87) - chore(ci): 🔧 👷 suspend e2e testing [#&#8203;1444](https://github.com/traefik/traefik-helm-chart/issues/1444) by [@&#8203;mloiseleur](https://github.com/mloiseleur) - chore(release): 🚀 publish v36.1.0 [#&#8203;1446](https://github.com/traefik/traefik-helm-chart/issues/1446) by [@&#8203;mloiseleur](https://github.com/mloiseleur) #### New Contributors - [@&#8203;zalbiraw](https://github.com/zalbiraw) made their first contribution in https://github.com/traefik/traefik-helm-chart/pull/1430 **Full Changelog**: https://github.com/traefik/traefik-helm-chart/compare/v36.0.0...v36.1.0 ### [`v36.0.0`](https://github.com/traefik/traefik-helm-chart/releases/tag/v36.0.0) [Compare Source](https://github.com/traefik/traefik-helm-chart/compare/v35.4.0...v36.0.0) **Upgrade Notes** There is a breaking change on default of `globalArguments` which has been replaced by `global.xx`, following upstream. See PR [#&#8203;1436](https://github.com/traefik/traefik-helm-chart/pull/1436) for details. Anonymous stats usage has been disabled by default. Please take time to consider whether or not you wish to share anonymous data to help TraefikLabs improve its products. #### :boom: BREAKING CHANGES - fix(Traefik Proxy)!: strict opt-in on data collection [#&#8203;1436](https://github.com/traefik/traefik-helm-chart/issues/1436) by [@&#8203;mloiseleur](https://github.com/mloiseleur) #### :rocket: Features - feat(deps): update traefik docker tag to v3.4.1 [#&#8203;1428](https://github.com/traefik/traefik-helm-chart/issues/1428) by [@&#8203;renovate](https://github.com/renovate)\[bot] - feat(Traefik Hub): add offline flag [#&#8203;1429](https://github.com/traefik/traefik-helm-chart/issues/1429) by [@&#8203;jspdown](https://github.com/jspdown) - feat(ci): :books: synchronize helm chart reference documentation in main documentation [#&#8203;1432](https://github.com/traefik/traefik-helm-chart/issues/1432) by [@&#8203;darkweaver87](https://github.com/darkweaver87) #### :bug: Bug fixes - fix(notes): update condition to display certificate persistence warning [#&#8203;1433](https://github.com/traefik/traefik-helm-chart/issues/1433) by [@&#8203;BapRx](https://github.com/BapRx) - fix(Traefik Proxy): supported `ingressRoute.*.annotations` breaks templating [#&#8203;1425](https://github.com/traefik/traefik-helm-chart/issues/1425) by [@&#8203;SIMULATAN](https://github.com/SIMULATAN) #### :package: Others - chore(schema): 🔧 update following latest upstream release [#&#8203;1435](https://github.com/traefik/traefik-helm-chart/issues/1435) by [@&#8203;mloiseleur](https://github.com/mloiseleur) - chore(deps): update quay.io/helmpack/chart-testing docker tag to v3.13.0 [#&#8203;1431](https://github.com/traefik/traefik-helm-chart/issues/1431) by [@&#8203;renovate](https://github.com/renovate)\[bot] - chore(release): 🚀 publish v36.0.0 [#&#8203;1437](https://github.com/traefik/traefik-helm-chart/issues/1437) by [@&#8203;mloiseleur](https://github.com/mloiseleur) #### New Contributors - [@&#8203;BapRx](https://github.com/BapRx) made their first contribution in https://github.com/traefik/traefik-helm-chart/pull/1433 - [@&#8203;SIMULATAN](https://github.com/SIMULATAN) made their first contribution in https://github.com/traefik/traefik-helm-chart/pull/1425 **Full Changelog**: https://github.com/traefik/traefik-helm-chart/compare/v35.4.0...v36.0.0 ### [`v35.4.0`](https://github.com/traefik/traefik-helm-chart/releases/tag/v35.4.0) [Compare Source](https://github.com/traefik/traefik-helm-chart/compare/v35.3.0...v35.4.0) #### :memo: Upgrade notes :information\_source: The CRDs needs to be updated. #### :rocket: Features - feat(Traefik Hub): :sparkles: automatically restart API Management pods on admission certificate change [#&#8203;1423](https://github.com/traefik/traefik-helm-chart/issues/1423) by [@&#8203;darkweaver87](https://github.com/darkweaver87) #### :bug: Bug fixes - fix(CRDs): validation check on RootCA for both servertransport [#&#8203;1422](https://github.com/traefik/traefik-helm-chart/issues/1422) by [@&#8203;LinAnt](https://github.com/LinAnt) #### :package: Others - docs(examples): :books: improve hub custom webhook certificate [#&#8203;1420](https://github.com/traefik/traefik-helm-chart/issues/1420) by [@&#8203;darkweaver87](https://github.com/darkweaver87) - docs(examples): :books: fix typo [#&#8203;1421](https://github.com/traefik/traefik-helm-chart/issues/1421) by [@&#8203;darkweaver87](https://github.com/darkweaver87) - chore(release): :rocket: publish v35.4.0 and CRDs v1.8.1 [#&#8203;1424](https://github.com/traefik/traefik-helm-chart/issues/1424) by [@&#8203;darkweaver87](https://github.com/darkweaver87) ### [`v35.3.0`](https://github.com/traefik/traefik-helm-chart/releases/tag/v35.3.0) [Compare Source](https://github.com/traefik/traefik-helm-chart/compare/v35.2.0...v35.3.0) This release comes with Traefik Proxy v3.4.0 by default and support latest version of Traefik Hub. #### :memo: Upgrade notes :information\_source: The CRDs needs to be updated. #### :rocket: Features - feat(Traefik Hub): improve UserXP on token [#&#8203;1397](https://github.com/traefik/traefik-helm-chart/issues/1397) by [@&#8203;mmatur](https://github.com/mmatur) - feat(deps): update traefik docker tag to v3.3.7 [#&#8203;1400](https://github.com/traefik/traefik-helm-chart/issues/1400) by [@&#8203;jnoordsij](https://github.com/jnoordsij) - feat(deps): update traefik docker tag to v3.4.0 [#&#8203;1398](https://github.com/traefik/traefik-helm-chart/issues/1398) by [@&#8203;renovate](https://github.com/renovate)\[bot] - feat(CRDs): ✨ update CRDs for Traefik Proxy v3.4.x [#&#8203;1407](https://github.com/traefik/traefik-helm-chart/issues/1407) by [@&#8203;mloiseleur](https://github.com/mloiseleur) - feat: add serviceName for otlp metrics [#&#8203;1396](https://github.com/traefik/traefik-helm-chart/issues/1396) by [@&#8203;EmpathicKernel](https://github.com/EmpathicKernel) - feat: azure marketplace integration [#&#8203;1383](https://github.com/traefik/traefik-helm-chart/issues/1383) by [@&#8203;mmatur](https://github.com/mmatur) - feat: azure marketplace new version [#&#8203;1416](https://github.com/traefik/traefik-helm-chart/issues/1416) by [@&#8203;mmatur](https://github.com/mmatur) - feat(Traefik Hub): :sparkles: set custom certificate for Hub webhooks [#&#8203;1414](https://github.com/traefik/traefik-helm-chart/issues/1414) by [@&#8203;darkweaver87](https://github.com/darkweaver87) #### :bug: Bug fixes - fix: :bug: ingress route annotations should not be null [#&#8203;1410](https://github.com/traefik/traefik-helm-chart/issues/1410) by [@&#8203;darkweaver87](https://github.com/darkweaver87) - fix(Traefik Hub): fail when upgrading with --reuse-values [#&#8203;1409](https://github.com/traefik/traefik-helm-chart/issues/1409) by [@&#8203;mloiseleur](https://github.com/mloiseleur) - fix(Traefik Hub): custom certificate name for WebHook [#&#8203;1415](https://github.com/traefik/traefik-helm-chart/issues/1415) by [@&#8203;mloiseleur](https://github.com/mloiseleur) #### :package: Others - docs(Changelog): 📚️ fix typo [#&#8203;1395](https://github.com/traefik/traefik-helm-chart/issues/1395) by [@&#8203;mloiseleur](https://github.com/mloiseleur) - docs(README): cleanup and remove outdated content [#&#8203;1401](https://github.com/traefik/traefik-helm-chart/issues/1401) by [@&#8203;jnoordsij](https://github.com/jnoordsij) - chore: remove K8s version check for unsupported version [#&#8203;1405](https://github.com/traefik/traefik-helm-chart/issues/1405) by [@&#8203;jnoordsij](https://github.com/jnoordsij) - chore: update maintainers [#&#8203;1406](https://github.com/traefik/traefik-helm-chart/issues/1406) by [@&#8203;mloiseleur](https://github.com/mloiseleur) - docs(upgrade): 📚️ refactor and improve instructions [#&#8203;1404](https://github.com/traefik/traefik-helm-chart/issues/1404) by [@&#8203;mloiseleur](https://github.com/mloiseleur) - docs: update DigitalOcean example with PROXY protocol [#&#8203;1411](https://github.com/traefik/traefik-helm-chart/issues/1411) by [@&#8203;nathanjrobertson](https://github.com/nathanjrobertson) - docs(example): datadog dsd [#&#8203;1412](https://github.com/traefik/traefik-helm-chart/issues/1412) by [@&#8203;dguihal](https://github.com/dguihal) - chore(release): :rocket: publish v35.3.0 and CRDs v1.8.0 [#&#8203;1417](https://github.com/traefik/traefik-helm-chart/issues/1417) by [@&#8203;darkweaver87](https://github.com/darkweaver87) #### New Contributors - [@&#8203;EmpathicKernel](https://github.com/EmpathicKernel) made their first contribution in https://github.com/traefik/traefik-helm-chart/pull/1396 - [@&#8203;nathanjrobertson](https://github.com/nathanjrobertson) made their first contribution in https://github.com/traefik/traefik-helm-chart/pull/1411 - [@&#8203;dguihal](https://github.com/dguihal) made their first contribution in https://github.com/traefik/traefik-helm-chart/pull/1412 **Full Changelog**: https://github.com/traefik/traefik-helm-chart/compare/v35.1.0...v35.3.0 ### [`v35.2.0`](https://github.com/traefik/traefik-helm-chart/releases/tag/v35.2.0) [Compare Source](https://github.com/traefik/traefik-helm-chart/compare/v35.1.0...v35.2.0) #### :rocket: Features - feat(Traefik Hub): option to set token in values [#&#8203;1392](https://github.com/traefik/traefik-helm-chart/issues/1392) by [@&#8203;mloiseleur](https://github.com/mloiseleur) #### :bug: Bug fixes - fix(Traefik Hub): really disable sendlogs when set to false [#&#8203;1391](https://github.com/traefik/traefik-helm-chart/issues/1391) by [@&#8203;mloiseleur](https://github.com/mloiseleur) - fix(Traefik Hub): prefix mutating webhook by release name [#&#8203;1393](https://github.com/traefik/traefik-helm-chart/issues/1393) by [@&#8203;jspdown](https://github.com/jspdown) #### :package: Others - chore(release): 🚀 publish v35.2.0 [#&#8203;1394](https://github.com/traefik/traefik-helm-chart/issues/1394) by [@&#8203;mloiseleur](https://github.com/mloiseleur) ### [`v35.1.0`](https://github.com/traefik/traefik-helm-chart/releases/tag/v35.1.0) [Compare Source](https://github.com/traefik/traefik-helm-chart/compare/v35.0.1...v35.1.0) **Upgrade Notes** Traefik-Hub users should follow this procedure: 1. `APIAccess` resources needs to be converted to [`APICatalogItem`](https://doc.traefik.io/traefik-hub/api-management/api-catalogitem) ones 2. run the [usual upgrade procedure](https://github.com/traefik/traefik-helm-chart/blob/master/README.md#upgrading) 3. `APIAccess` CRD are now unused and can be safely deleted by running: ```bash kubectl delete customresourcedefinitions.apiextensions.k8s.io apiaccesses.hub.traefik.io ``` #### :rocket: Features - feat: ✨ versionOverride [#&#8203;1387](https://github.com/traefik/traefik-helm-chart/issues/1387) by [@&#8203;mloiseleur](https://github.com/mloiseleur) - feat(Traefik Hub): namespaces [#&#8203;1380](https://github.com/traefik/traefik-helm-chart/issues/1380) by [@&#8203;jspdown](https://github.com/jspdown) - feat(CRDs): remove APIAccess resource [#&#8203;1375](https://github.com/traefik/traefik-helm-chart/issues/1375) by [@&#8203;sdelicata](https://github.com/sdelicata) #### :package: Others - chore(release): :rocket: publish v35.1.0 and CRDs v1.7.0 [#&#8203;1390](https://github.com/traefik/traefik-helm-chart/issues/1390) by [@&#8203;darkweaver87](https://github.com/darkweaver87) ### [`v35.0.1`](https://github.com/traefik/traefik-helm-chart/releases/tag/v35.0.1) [Compare Source](https://github.com/traefik/traefik-helm-chart/compare/v35.0.0...v35.0.1) #### :rocket: Features - feat(deps): update traefik docker tag to v3.3.6 [#&#8203;1384](https://github.com/traefik/traefik-helm-chart/issues/1384) by [@&#8203;youkoulayley](https://github.com/youkoulayley) #### :package: Others - chore(deps): update docker.io/helmunittest/helm-unittest docker tag to v3.17.2 [#&#8203;1378](https://github.com/traefik/traefik-helm-chart/issues/1378) by [@&#8203;renovate](https://github.com/renovate)\[bot] - chore(release): :rocket: publish traefik 35.0.1 [#&#8203;1385](https://github.com/traefik/traefik-helm-chart/issues/1385) by [@&#8203;youkoulayley](https://github.com/youkoulayley) ### [`v35.0.0`](https://github.com/traefik/traefik-helm-chart/releases/tag/v35.0.0) [Compare Source](https://github.com/traefik/traefik-helm-chart/compare/v34.5.0...v35.0.0) **Upgrade Notes** This release has been marked as major as it might [modify service and deployment port names](https://github.com/traefik/traefik-helm-chart/pull/1363) (if they use uppercase characters or are longer than 15 characters). Nevertheless, even in these cases, it should not impact the availability of your endpoints. #### :boom: BREAKING CHANGES - feat!: add port name template functions [#&#8203;1363](https://github.com/traefik/traefik-helm-chart/issues/1363) by [@&#8203;jnoordsij](https://github.com/jnoordsij) #### :rocket: Features - feat(deps): update traefik docker tag to v3.3.5 [#&#8203;1372](https://github.com/traefik/traefik-helm-chart/issues/1372) by [@&#8203;renovate](https://github.com/renovate)\[bot] - feat: ✨ Oracle Cloud marketplace integration [#&#8203;1371](https://github.com/traefik/traefik-helm-chart/issues/1371) by [@&#8203;mloiseleur](https://github.com/mloiseleur) #### :bug: Bug fixes - fix: do not quote protocol on pod ports [#&#8203;1362](https://github.com/traefik/traefik-helm-chart/issues/1362) by [@&#8203;jnoordsij](https://github.com/jnoordsij) - fix(tracing): 🐛 multiple response or request headers [#&#8203;1373](https://github.com/traefik/traefik-helm-chart/issues/1373) by [@&#8203;mloiseleur](https://github.com/mloiseleur) #### :package: Others - chore(deps): update docker.io/helmunittest/helm-unittest docker tag to v0.8.0 [#&#8203;1356](https://github.com/traefik/traefik-helm-chart/issues/1356) by [@&#8203;renovate](https://github.com/renovate)\[bot] - docs(EXAMPLES.md): improve port forwarding explanation [#&#8203;1342](https://github.com/traefik/traefik-helm-chart/issues/1342) by [@&#8203;GregRos](https://github.com/GregRos) - chore(ci): :bug: avoid conflicting pushes on the same repo [#&#8203;1370](https://github.com/traefik/traefik-helm-chart/issues/1370) by [@&#8203;darkweaver87](https://github.com/darkweaver87) - chore(helpers): :bookmark: update hub proxy corresponding versions [#&#8203;1376](https://github.com/traefik/traefik-helm-chart/issues/1376) by [@&#8203;darkweaver87](https://github.com/darkweaver87) - chore(ci): :bug: should fail on test error [#&#8203;1379](https://github.com/traefik/traefik-helm-chart/issues/1379) by [@&#8203;darkweaver87](https://github.com/darkweaver87) - chore(release): :rocket: publish traefik 35.0.0 [#&#8203;1377](https://github.com/traefik/traefik-helm-chart/issues/1377) by [@&#8203;darkweaver87](https://github.com/darkweaver87) #### New Contributors - [@&#8203;GregRos](https://github.com/GregRos) made their first contribution in https://github.com/traefik/traefik-helm-chart/pull/1342 **Full Changelog**: https://github.com/traefik/traefik-helm-chart/compare/v34.5.0...v35.0.0 ### [`v34.5.0`](https://github.com/traefik/traefik-helm-chart/releases/tag/v34.5.0) [Compare Source](https://github.com/traefik/traefik-helm-chart/compare/v34.4.1...v34.5.0) #### :rocket: Features - feat: allow templating the additionalVolumeMounts configuration [#&#8203;1357](https://github.com/traefik/traefik-helm-chart/issues/1357) by [@&#8203;yairsimantov20](https://github.com/yairsimantov20) #### :bug: Bug fixes - fix(gateway): `gateway.namespace` value is ignored [#&#8203;1360](https://github.com/traefik/traefik-helm-chart/issues/1360) by [@&#8203;culpinnis](https://github.com/culpinnis) #### :package: Others - chore(CRDs-release): 🔧 publish v1.5.0 [#&#8203;1355](https://github.com/traefik/traefik-helm-chart/issues/1355) by [@&#8203;mloiseleur](https://github.com/mloiseleur) - chore(release): 🚀 publish crds 1.6.0 and traefik 34.5.0 [#&#8203;1369](https://github.com/traefik/traefik-helm-chart/issues/1369) by [@&#8203;youkoulayley](https://github.com/youkoulayley) </details> --- ### 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 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 [Renovate Bot](https://github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0MC4zNi44IiwidXBkYXRlZEluVmVyIjoiNDAuNTYuMCIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOltdfQ==-->
renovate force-pushed renovate/traefik-36.x from f5de64e1d5 to 3fc1d257e0 2025-06-11 07:10:57 +00:00 Compare
casper merged commit eee779d1ff into main 2025-06-16 18:37:26 +00:00
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!4
No description provided.