Skip to content

feat(helm)!: Update traefik ( 39.0.9 → 40.2.0 )#322

Open
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/traefik-40.x
Open

feat(helm)!: Update traefik ( 39.0.9 → 40.2.0 )#322
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/traefik-40.x

Conversation

@renovate
Copy link
Copy Markdown
Contributor

@renovate renovate Bot commented May 9, 2026

This PR contains the following updates:

Package Update Change
traefik (source) major 39.0.940.2.0

Release Notes

traefik/traefik-helm-chart (traefik)

v40.2.0

Compare Source

Upgrade guide

[!IMPORTANT]
This release is the first release without Gateway API v1.5.1 CRDs. The reason why it has been removed is detailed in #​1169.
See UPGRADING instructions and upstream migration guide.

🚀 Features

🐛 Bug fixes

📦 Others

👌 Traefik version support

  • Traefik Proxy: v3.6.0 -> v3.7.1 (default)
  • Traefik Hub: v3.19.3 -> v3.20.2

v40.1.0

Compare Source

🚀 Features

🐛 Bug fixes

📦 Others

👌 Traefik version support

  • Traefik Proxy: v3.6.0 -> v3.7.1 (default)
  • Traefik Hub: v3.19.3 -> v3.20.1

v40.0.1

Compare Source

🚀 Features

📦 Others

👌 Traefik version support

  • Traefik Proxy: v3.6.0 -> v3.7.0 (default)
  • Traefik Hub: v3.19.3 -> v3.20.1

v40.0.0

Compare Source

Upgrade Notes

[!IMPORTANT]
Traefik v3.7.0 comes with CRDs update. See UPGRADING instructions and upstream migration guide.

[!NOTE]
Gateway API CRDs will no longer be shipped with this chart in the next future major version. See #​1669 for more details.

  • The Service spec syntax in values.yaml is now aligned with Kubernetes syntax (cf. before / after example in the PR description)
  • providers.kubernetesIngressNginx has been renamed to providers.kubernetesIngressNGINX to align with Traefik proxy naming (cf. before / after example in the PR description)

👌 Traefik version support

  • Traefik Proxy: v3.6.0 -> v3.7.0 (default)
  • Traefik Hub: v3.19.3 -> v3.20.0

💥 BREAKING CHANGES

🚀 Features

🐛 Bug fixes

📦 Others


Configuration

📅 Schedule: (in timezone Europe/Lisbon)

  • Branch creation
    • "every weekend"
  • 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 was generated by Mend Renovate. View the repository job log.

@github-actions
Copy link
Copy Markdown

github-actions Bot commented May 9, 2026

--- kubernetes/apps/network/traefik/private Kustomization: flux-system/traefik-private HelmRelease: network/traefik-private

+++ kubernetes/apps/network/traefik/private Kustomization: flux-system/traefik-private HelmRelease: network/traefik-private

@@ -14,13 +14,13 @@

       chart: traefik
       interval: 5m
       sourceRef:
         kind: HelmRepository
         name: traefik
         namespace: flux-system
-      version: 39.0.9
+      version: 40.2.0
   interval: 1h
   values:
     additionalArguments:
     - --serversTransport.insecureSkipVerify=true
     - --log.level=INFO
     api:
--- kubernetes/apps/network/traefik/public Kustomization: flux-system/traefik-public HelmRelease: network/traefik-public

+++ kubernetes/apps/network/traefik/public Kustomization: flux-system/traefik-public HelmRelease: network/traefik-public

@@ -14,13 +14,13 @@

       chart: traefik
       interval: 5m
       sourceRef:
         kind: HelmRepository
         name: traefik
         namespace: flux-system
-      version: 39.0.9
+      version: 40.2.0
   interval: 1h
   values:
     additionalArguments:
     - --serversTransport.insecureSkipVerify=true
     - --log.level=INFO
     api:

@github-actions
Copy link
Copy Markdown

github-actions Bot commented May 9, 2026

--- HelmRelease: network/traefik-public ClusterRole: network/traefik-public-network

+++ HelmRelease: network/traefik-public ClusterRole: network/traefik-public-network

@@ -81,16 +81,13 @@

   - list
   - watch
 - apiGroups:
   - ''
   resources:
   - namespaces
-  - secrets
-  - configmaps
   verbs:
-  - get
   - list
   - watch
 - apiGroups:
   - gateway.networking.k8s.io
   resources:
   - backendtlspolicies
--- HelmRelease: network/traefik-public Service: network/traefik-public

+++ HelmRelease: network/traefik-public Service: network/traefik-public

@@ -8,14 +8,14 @@

     app.kubernetes.io/name: traefik
     app.kubernetes.io/instance: traefik-public-network
     app.kubernetes.io/managed-by: Helm
   annotations:
     lbipam.cilium.io/ips: ..PLACEHOLDER_SECRET_TRAEFIK_PUBLIC_ADDR..
 spec:
+  externalTrafficPolicy: Cluster
   type: LoadBalancer
-  externalTrafficPolicy: Cluster
   selector:
     app.kubernetes.io/name: traefik
     app.kubernetes.io/instance: traefik-public-network
   ports:
   - port: 8080
     name: traefik
--- HelmRelease: network/traefik-public Deployment: network/traefik-public

+++ HelmRelease: network/traefik-public Deployment: network/traefik-public

@@ -77,13 +77,13 @@

         - name: POD_NAMESPACE
           valueFrom:
             fieldRef:
               fieldPath: metadata.namespace
         - name: USER
           value: traefik
-        image: docker.io/traefik:v3.6.15
+        image: docker.io/traefik:v3.7.1
         imagePullPolicy: IfNotPresent
         lifecycle: null
         livenessProbe:
           failureThreshold: 3
           httpGet:
             path: /ping
--- HelmRelease: network/traefik-private ClusterRole: network/traefik-private-network

+++ HelmRelease: network/traefik-private ClusterRole: network/traefik-private-network

@@ -81,16 +81,13 @@

   - list
   - watch
 - apiGroups:
   - ''
   resources:
   - namespaces
-  - secrets
-  - configmaps
   verbs:
-  - get
   - list
   - watch
 - apiGroups:
   - gateway.networking.k8s.io
   resources:
   - backendtlspolicies
--- HelmRelease: network/traefik-private Service: network/traefik-private

+++ HelmRelease: network/traefik-private Service: network/traefik-private

@@ -8,14 +8,14 @@

     app.kubernetes.io/name: traefik
     app.kubernetes.io/instance: traefik-private-network
     app.kubernetes.io/managed-by: Helm
   annotations:
     lbipam.cilium.io/ips: ..PLACEHOLDER_SECRET_TRAEFIK_PRIVATE_ADDR..
 spec:
+  externalTrafficPolicy: Cluster
   type: LoadBalancer
-  externalTrafficPolicy: Cluster
   selector:
     app.kubernetes.io/name: traefik
     app.kubernetes.io/instance: traefik-private-network
   ports:
   - port: 8080
     name: traefik
--- HelmRelease: network/traefik-private Deployment: network/traefik-private

+++ HelmRelease: network/traefik-private Deployment: network/traefik-private

@@ -77,13 +77,13 @@

         - name: POD_NAMESPACE
           valueFrom:
             fieldRef:
               fieldPath: metadata.namespace
         - name: USER
           value: traefik
-        image: docker.io/traefik:v3.6.15
+        image: docker.io/traefik:v3.7.1
         imagePullPolicy: IfNotPresent
         lifecycle: null
         livenessProbe:
           failureThreshold: 3
           httpGet:
             path: /ping

@renovate renovate Bot changed the title feat(helm)!: Update traefik ( 39.0.8 → 40.0.0 ) feat(helm)!: Update traefik ( 39.0.9 → 40.0.0 ) May 9, 2026
@renovate renovate Bot force-pushed the renovate/traefik-40.x branch 2 times, most recently from 72bd6fb to 2688081 Compare May 11, 2026 18:56
@renovate renovate Bot changed the title feat(helm)!: Update traefik ( 39.0.9 → 40.0.0 ) feat(helm)!: Update traefik ( 39.0.9 → 40.0.1 ) May 11, 2026
@renovate renovate Bot changed the title feat(helm)!: Update traefik ( 39.0.9 → 40.0.1 ) feat(helm)!: Update traefik ( 39.0.9 → 40.1.0 ) May 12, 2026
@renovate renovate Bot force-pushed the renovate/traefik-40.x branch from 2688081 to 8a02cec Compare May 12, 2026 11:46
@renovate renovate Bot changed the title feat(helm)!: Update traefik ( 39.0.9 → 40.1.0 ) feat(helm)!: Update traefik ( 39.0.9 → 40.2.0 ) May 13, 2026
@renovate renovate Bot force-pushed the renovate/traefik-40.x branch from 8a02cec to 5efe2d1 Compare May 13, 2026 14:05
@renovate renovate Bot force-pushed the renovate/traefik-40.x branch from 5efe2d1 to 76e8473 Compare May 18, 2026 20:08
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants