From 779078fb201fe443b5a2a8fdd59f4bb1eda79b90 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Sat, 9 May 2026 15:13:20 +0000 Subject: [PATCH] chore(deps): update helm release traefik to v40 (#269) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [traefik](https://traefik.io/) ([source](https://github.com/traefik/traefik-helm-chart)) | HelmChart | major | `39.0.9` → `40.0.0` | --- ### Release Notes
traefik/traefik-helm-chart (traefik) ### [`v40.0.0`](https://github.com/traefik/traefik-helm-chart/releases/tag/v40.0.0) [Compare Source](https://github.com/traefik/traefik-helm-chart/compare/v39.0.9...v40.0.0) **Upgrade Notes** > \[!IMPORTANT] > Traefik v3.7.0 comes with CRDs update. See [UPGRADING](https://github.com/traefik/traefik-helm-chart?tab=readme-ov-file#upgrading) instructions and upstream [migration guide](https://doc.traefik.io/traefik/v3.7/migrate/v3/#v370). > \[!NOTE] > Gateway API CRDs will no longer be shipped with this chart in the next future major version. See [#​1669](https://github.com/traefik/traefik-helm-chart/issues/1669) for more details. - The `Service` spec syntax in *values.yaml* is now aligned with Kubernetes syntax (cf. before / after example in the [PR](https://github.com/traefik/traefik-helm-chart/pull/1686) description) - `providers.kubernetesIngressNginx` has been renamed to `providers.kubernetesIngressNGINX` to align with Traefik proxy naming (cf. before / after example in the [PR](https://github.com/traefik/traefik-helm-chart/pull/1714) description) #### 👌 Traefik version support - Traefik Proxy: v3.6.0 -> v3.7.0 (default) - Traefik Hub: v3.19.3 -> v3.20.0 #### :boom: BREAKING CHANGES - refactor(chart)!: support only Proxy v3.6+ & Kubernetes v25+ [#​1718](https://github.com/traefik/traefik-helm-chart/issues/1718) by [@​mloiseleur](https://github.com/mloiseleur) - fix(providers)!: kubernetesIngressNginx => kubernetesIngressNGINX [#​1714](https://github.com/traefik/traefik-helm-chart/issues/1714) by [@​mloiseleur](https://github.com/mloiseleur) - fix(service)!: align syntax with upstream [#​1686](https://github.com/traefik/traefik-helm-chart/issues/1686) by [@​parkerfath](https://github.com/parkerfath) #### :rocket: Features - feat: support templated values in service annotations [#​1696](https://github.com/traefik/traefik-helm-chart/issues/1696) by [@​DrFaust92](https://github.com/DrFaust92) - feat(ingress): add native ingressEndpoint hostname and ip support [#​1695](https://github.com/traefik/traefik-helm-chart/issues/1695) by [@​DrFaust92](https://github.com/DrFaust92) - feat(logs): add accesslog.dualOutput option [#​1725](https://github.com/traefik/traefik-helm-chart/issues/1725) by [@​darkweaver87](https://github.com/darkweaver87) - feat(CRDs): :rocket: update CRDs to v3.7 [#​1721](https://github.com/traefik/traefik-helm-chart/issues/1721) by [@​darkweaver87](https://github.com/darkweaver87) - feat(providers): :rocket: update NGINX with v3.7 options [#​1720](https://github.com/traefik/traefik-helm-chart/issues/1720) by [@​darkweaver87](https://github.com/darkweaver87) - feat(entrypoints): add forwardedHeaders.notAppendXForwardedFor option [#​1723](https://github.com/traefik/traefik-helm-chart/issues/1723) by [@​darkweaver87](https://github.com/darkweaver87) - feat(api): add dashboardName option [#​1726](https://github.com/traefik/traefik-helm-chart/issues/1726) by [@​darkweaver87](https://github.com/darkweaver87) - feat(deployment): add hostUsers support [#​1744](https://github.com/traefik/traefik-helm-chart/issues/1744) by [@​DrFaust92](https://github.com/DrFaust92) - feat(ports): add allowACMEByPass to web port values [#​1734](https://github.com/traefik/traefik-helm-chart/issues/1734) by [@​jnoordsij](https://github.com/jnoordsij) - feat(ingressroute): support templating in annotations and labels [#​1728](https://github.com/traefik/traefik-helm-chart/issues/1728) by [@​DrFaust92](https://github.com/DrFaust92) - feat(deps): update traefik docker tag to v3.6.12 (master) [#​1767](https://github.com/traefik/traefik-helm-chart/issues/1767) by [@​renovate-with-github-actions](https://github.com/renovate-with-github-actions)\[bot] - feat(deps): update traefik docker tag to v3.6.13 (master) [#​1793](https://github.com/traefik/traefik-helm-chart/issues/1793) by [@​renovate-with-github-actions](https://github.com/renovate-with-github-actions)\[bot] - feat(podtemplate): allow disabling automatic GOMEMLIMIT [#​1796](https://github.com/traefik/traefik-helm-chart/issues/1796) by [@​johnvanhienen](https://github.com/johnvanhienen) - feat(deps): update traefik docker tag to v3.6.15 (master) [#​1818](https://github.com/traefik/traefik-helm-chart/issues/1818) by [@​renovate-with-github-actions](https://github.com/renovate-with-github-actions)\[bot] - feat(proxy): add support of kubernetesIngressNGINX.ipAllowListStrategy [#​1828](https://github.com/traefik/traefik-helm-chart/issues/1828) by [@​mloiseleur](https://github.com/mloiseleur) - feat(image): add image.digest for digest-based pinning [#​1821](https://github.com/traefik/traefik-helm-chart/issues/1821) by [@​zalbiraw](https://github.com/zalbiraw) - feat(deps): support traefik v3.7.0 & hub v3.20.0 [#​1835](https://github.com/traefik/traefik-helm-chart/issues/1835) by [@​mloiseleur](https://github.com/mloiseleur) #### :bug: Bug fixes - fix(traefik-hub): set token using a file [#​1679](https://github.com/traefik/traefik-helm-chart/issues/1679) by [@​komalsukhani](https://github.com/komalsukhani) - fix(providers.kubernetesIngressNGINX): :bug: clarify int defaults [#​1829](https://github.com/traefik/traefik-helm-chart/issues/1829) by [@​darkweaver87](https://github.com/darkweaver87) #### :package: Others - refactor(providers): :art: kubernetes ingress nginx [#​1717](https://github.com/traefik/traefik-helm-chart/issues/1717) by [@​darkweaver87](https://github.com/darkweaver87) - chore(ci): upgrade helm unittest to 1.0.1 [#​1713](https://github.com/traefik/traefik-helm-chart/issues/1713) by [@​mloiseleur](https://github.com/mloiseleur) - docs(gateway): improve wording on namespaces [#​1716](https://github.com/traefik/traefik-helm-chart/issues/1716) by [@​mloiseleur](https://github.com/mloiseleur) - test(acme): add certificateTimeout option coverage [#​1724](https://github.com/traefik/traefik-helm-chart/issues/1724) by [@​darkweaver87](https://github.com/darkweaver87) - chore: :bento: merge back 39.1.0-ea.2 into master [#​1727](https://github.com/traefik/traefik-helm-chart/issues/1727) by [@​darkweaver87](https://github.com/darkweaver87) - chore(deps): update github actions (major) [#​1731](https://github.com/traefik/traefik-helm-chart/issues/1731) by [@​renovate-with-github-actions](https://github.com/renovate-with-github-actions)\[bot] - chore(deps): update github actions [#​1730](https://github.com/traefik/traefik-helm-chart/issues/1730) by [@​renovate-with-github-actions](https://github.com/renovate-with-github-actions)\[bot] - chore(deps): update github actions (major) [#​1756](https://github.com/traefik/traefik-helm-chart/issues/1756) by [@​renovate-with-github-actions](https://github.com/renovate-with-github-actions)\[bot] - chore(deps): update github actions [#​1755](https://github.com/traefik/traefik-helm-chart/issues/1755) by [@​renovate-with-github-actions](https://github.com/renovate-with-github-actions)\[bot] - docs(values): update reference links [#​1762](https://github.com/traefik/traefik-helm-chart/issues/1762) by [@​mloiseleur](https://github.com/mloiseleur) - docs(values): clarify that kubernetesIngressNGINX.watchNamespace only watches one namespace [#​1759](https://github.com/traefik/traefik-helm-chart/issues/1759) by [@​parkerfath](https://github.com/parkerfath) - docs: clarify DaemonSet updateStrategy to prevent rollout deadlock [#​1761](https://github.com/traefik/traefik-helm-chart/issues/1761) by [@​Ahmed-Sameh-MM](https://github.com/Ahmed-Sameh-MM) - ci: fix renovate config and extend to v40.0 branch [#​1765](https://github.com/traefik/traefik-helm-chart/issues/1765) by [@​mloiseleur](https://github.com/mloiseleur) - ci(renovate): add v40.0 baseBranch on traefik updates [#​1770](https://github.com/traefik/traefik-helm-chart/issues/1770) by [@​mloiseleur](https://github.com/mloiseleur) - ci(renovate): disable gha update on previous branches [#​1774](https://github.com/traefik/traefik-helm-chart/issues/1774) by [@​mloiseleur](https://github.com/mloiseleur) - ci(renovate): enable stable updates on v39.0 [#​1775](https://github.com/traefik/traefik-helm-chart/issues/1775) by [@​mloiseleur](https://github.com/mloiseleur) - chore(deps): update ghcr.io/traefik/helm-changelog docker tag to v1 (master) [#​1771](https://github.com/traefik/traefik-helm-chart/issues/1771) by [@​renovate-with-github-actions](https://github.com/renovate-with-github-actions)\[bot] - chore(deps): update github actions (master) [#​1776](https://github.com/traefik/traefik-helm-chart/issues/1776) by [@​renovate-with-github-actions](https://github.com/renovate-with-github-actions)\[bot] - chore(deps): update dawidd6/action-download-artifact action to v20 (master) [#​1786](https://github.com/traefik/traefik-helm-chart/issues/1786) by [@​renovate-with-github-actions](https://github.com/renovate-with-github-actions)\[bot] - chore(deps): update github actions (master) [#​1785](https://github.com/traefik/traefik-helm-chart/issues/1785) by [@​renovate-with-github-actions](https://github.com/renovate-with-github-actions)\[bot] - chore(deps): update github actions (master) [#​1794](https://github.com/traefik/traefik-helm-chart/issues/1794) by [@​renovate-with-github-actions](https://github.com/renovate-with-github-actions)\[bot] - chore(deps): update renovatebot/github-action action to v46.1.10 (master) [#​1811](https://github.com/traefik/traefik-helm-chart/issues/1811) by [@​renovate-with-github-actions](https://github.com/renovate-with-github-actions)\[bot] - docs(examples): :books: Azure Application Gateway and Load Balancer [#​1797](https://github.com/traefik/traefik-helm-chart/issues/1797) by [@​darkweaver87](https://github.com/darkweaver87) - docs(examples): :books: deployment with FluxCD OCI [#​1792](https://github.com/traefik/traefik-helm-chart/issues/1792) by [@​darkweaver87](https://github.com/darkweaver87) - docs: add example for binding to privileged ports [#​1783](https://github.com/traefik/traefik-helm-chart/issues/1783) by [@​tmchow](https://github.com/tmchow) - chore(deps): update renovatebot/github-action action to v46.1.13 (master) [#​1817](https://github.com/traefik/traefik-helm-chart/issues/1817) by [@​renovate-with-github-actions](https://github.com/renovate-with-github-actions)\[bot] - chore(deps): update dawidd6/action-download-artifact action to v21 (master) [#​1822](https://github.com/traefik/traefik-helm-chart/issues/1822) by [@​renovate-with-github-actions](https://github.com/renovate-with-github-actions)\[bot] - chore: 🍱 merge back v40.0 into master [#​1827](https://github.com/traefik/traefik-helm-chart/issues/1827) by [@​darkweaver87](https://github.com/darkweaver87) - docs(readme): fix latest patch versions for legacy [#​1830](https://github.com/traefik/traefik-helm-chart/issues/1830) by [@​jnoordsij](https://github.com/jnoordsij) - ci(renovate): switch to master branch [#​1833](https://github.com/traefik/traefik-helm-chart/issues/1833) by [@​mloiseleur](https://github.com/mloiseleur) - ci(renovate): disable renovate self rate limit [#​1834](https://github.com/traefik/traefik-helm-chart/issues/1834) by [@​mloiseleur](https://github.com/mloiseleur) - chore(release): 🚀 publish traefik 40.0.0 and crds 1.18.0 [#​1836](https://github.com/traefik/traefik-helm-chart/issues/1836) by [@​mloiseleur](https://github.com/mloiseleur)
--- ### 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](https://github.com/renovatebot/renovate). Reviewed-on: https://gitea.unbound.se/unboundsoftware/local-k8s/pulls/269 Co-authored-by: Renovate Bot Co-committed-by: Renovate Bot --- k8s/traefik/kustomization.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/k8s/traefik/kustomization.yaml b/k8s/traefik/kustomization.yaml index 4317a3d..249d786 100644 --- a/k8s/traefik/kustomization.yaml +++ b/k8s/traefik/kustomization.yaml @@ -8,5 +8,5 @@ helmCharts: includeCRDs: true releaseName: traefik repo: https://traefik.github.io/charts - version: 39.0.9 + version: 40.0.0 valuesFile: values.yaml