Skip to content

Update Helm release traefik to v40.3.0#295

Merged
bkonicek merged 1 commit into
mainfrom
renovate/traefik-40.x
Jun 9, 2026
Merged

Update Helm release traefik to v40.3.0#295
bkonicek merged 1 commit into
mainfrom
renovate/traefik-40.x

Conversation

@renovate

@renovate renovate Bot commented Jun 9, 2026

Copy link
Copy Markdown
Contributor

This PR contains the following updates:

Package Update Change
traefik (source) minor 40.2.040.3.0

Release Notes

traefik/traefik-helm-chart (traefik)

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 was generated by Mend Renovate. View the repository job log.

@github-actions

github-actions Bot commented Jun 9, 2026

Copy link
Copy Markdown

Argo CD Diff Preview

Summary:

Modified (1):
± sandbox-oci-traefik (+73|-8)
sandbox-oci-traefik (applications/appset-ops-tools.yaml)

Deployment: traefik/sandbox-oci-traefik

               fieldPath: metadata.namespace
         - name: USER
           value: traefik
-        image: docker.io/traefik:v3.7.1
+        image: docker.io/traefik:v3.7.4
         imagePullPolicy: IfNotPresent
         lifecycle: null
         livenessProbe:

CustomResourceDefinition: accesscontrolpolicies.hub.traefik.io

                         type: object
                       maxRetries:
                         default: 3
-                        description: MaxRetries defines the number of retries for
-                          introspection requests.
+                        description: MaxRetries defines the maximum number of retry
+                          attempts for failed requests.
                         type: integer
                       timeoutSeconds:
                         default: 5
                         description: TimeoutSeconds configures the maximum amount
                           of seconds to wait before giving up on requests.
                         type: integer
                       tls:
-                        description: TLS configures TLS communication with the Authorization
-                          Server.
+                        description: TLS configures TLS for the HTTP client.
                         properties:
                           ca:
-                            description: CA sets the CA bundle used to sign the Authorization
-                              Server certificate.
+                            description: CA sets the CA bundle used to verify the
+                              server certificate.
                             type: string
                           insecureSkipVerify:
                             description: |-
-                              InsecureSkipVerify skips the Authorization Server certificate validation.
+                              InsecureSkipVerify skips the server certificate validation.
                               For testing purposes only, do not use in production.
                             type: boolean
                         type: object

CustomResourceDefinition: apiauths.hub.traefik.io

                       AppIDClaim is the name of the claim holding the identifier of the application.
                       This field is sometimes named `client_id`.
                     type: string
+                  clientConfig:
+                    description: ClientConfig configures the HTTP client used to fetch
+                      the JWKS from the JWKS URL or the trusted issuers.
+                    properties:
+                      maxRetries:
+                        default: 3
+                        description: MaxRetries defines the maximum number of retry
+                          attempts for failed requests.
+                        type: integer
+                      timeoutSeconds:
+                        default: 5
+                        description: TimeoutSeconds configures the maximum amount
+                          of seconds to wait before giving up on requests.
+                        type: integer
+                      tls:
+                        description: TLS configures TLS for the HTTP client.
+                        properties:
+                          ca:
+                            description: CA sets the CA bundle used to verify the
+                              server certificate.
+                            type: string
+                          insecureSkipVerify:
+                            description: |-
+                              InsecureSkipVerify skips the server certificate validation.
+                              For testing purposes only, do not use in production.
+                            type: boolean
+                        type: object
+                    type: object
                   forwardHeaders:
                     additionalProperties:
                       type: string

CustomResourceDefinition: apiportalauths.hub.traefik.io

                     required:
                     - groups
                     type: object
+                  clientConfig:
+                    description: ClientConfig configures the HTTP client used to communicate
+                      with the OIDC provider.
+                    properties:
+                      maxRetries:
+                        default: 3
+                        description: MaxRetries defines the maximum number of retry
+                          attempts for failed requests.
+                        type: integer
+                      timeoutSeconds:
+                        default: 5
+                        description: TimeoutSeconds configures the maximum amount
+                          of seconds to wait before giving up on requests.
+                        type: integer
+                      tls:
+                        description: TLS configures TLS for the HTTP client.
+                        properties:
+                          ca:
+                            description: CA sets the CA bundle used to verify the
+                              server certificate.
+                            type: string
+                          insecureSkipVerify:
+                            description: |-
+                              InsecureSkipVerify skips the server certificate validation.
+                              For testing purposes only, do not use in production.
+                            type: boolean
+                        type: object
+                    type: object
                   issuerUrl:
                     description: IssuerURL is the OIDC provider issuer URL.
                     type: string

CustomResourceDefinition: apis.hub.traefik.io

                       rule: self.startsWith('/')
                     - message: cannot contains '../'
                       rule: '!self.matches(r"""(\/\.\.\/)|(\/\.\.$)""")'
+                  refreshInterval:
+                    description: RefreshInterval defines the rate at which the OpenAPI
+                      specification is refreshed.
+                    format: duration
+                    type: string
                   url:
                     description: |-
                       URL is a Traefik Hub agent accessible URL for obtaining the OpenAPI specification.

CustomResourceDefinition: apiversions.hub.traefik.io

                       rule: self.startsWith('/')
                     - message: cannot contains '../'
                       rule: '!self.matches(r"""(\/\.\.\/)|(\/\.\.$)""")'
+                  refreshInterval:
+                    description: RefreshInterval defines the rate at which the OpenAPI
+                      specification is refreshed.
+                    format: duration
+                    type: string
                   url:
                     description: |-
                       URL is a Traefik Hub agent accessible URL for obtaining the OpenAPI specification.

Stats:
[Applications: 28], [Full Run: 1m11s], [Rendering: 19s], [Cluster: 19s], [Argo CD: 33s]

@bkonicek bkonicek merged commit 9d4d3db into main Jun 9, 2026
1 check passed
@bkonicek bkonicek deleted the renovate/traefik-40.x branch June 9, 2026 11:56
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant