Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps): update helm release traefik to v34 #910

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jan 14, 2025

This PR contains the following updates:

Package Update Change
traefik (source) major 33.2.1 -> 34.1.0

Release Notes

traefik/traefik-helm-chart (traefik)

v34.1.0

Compare Source

🚀 Features

🐛 Bug fixes

📦 Others

v34.0.0

Compare Source

💥 BREAKING CHANGES
🚀 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 is behind base branch, 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.

Copy link

github-actions bot commented Jan 14, 2025

Helm Diff

Chart.yaml:

@@ -1,8 +1,11 @@
 annotations:
-  artifacthub.io/changes: "- \"fix(Gateway API): CRDs should only be defined once\"\n-
-    \"chore(release): \U0001F680 publish v33.2.1\"\n"
+  artifacthub.io/changes: |
+    - "fix(Traefik Proxy): support uppercase letters in entrypoint names"
+    - "feat(deps): update traefik docker tag to v3.3.2"
+    - "feat(Traefik Hub): add OAS validateRequestMethodAndPath - CRDs update"
+    - "chore(release): publish v34.1.0 and CRDs v1.2.0"
 apiVersion: v2
-appVersion: v3.2.2
+appVersion: v3.3.2
 description: A Traefik based Kubernetes ingress controller
 home: https://traefik.io/
 icon: https://raw.githubusercontent.com/traefik/traefik/v2.3/docs/content/assets/img/traefik.logo.png
@@ -24,4 +27,4 @@
 - https://github.com/traefik/traefik
 - https://github.com/traefik/traefik-helm-chart
 type: application
-version: 33.2.1
+version: 34.1.0

Values.yaml:

@@ -122,14 +122,19 @@
 experimental:
   # -- Defines whether all plugins must be loaded successfully for Traefik to start
   abortOnPluginFailure: false
+  fastProxy:
+    # -- Enables the FastProxy implementation.
+    enabled: false
+    # -- Enable debug mode for the FastProxy implementation.
+    debug: false
+  kubernetesGateway:
+    # -- Enable traefik experimental GatewayClass CRD
+    enabled: false
   # -- Enable traefik experimental plugins
   plugins: {}
   # demo:
   #   moduleName: github.com/traefik/plugindemo
   #   version: v0.2.1
-  kubernetesGateway:
-    # -- Enable traefik experimental GatewayClass CRD
-    enabled: false
 
 gateway:
   # -- When providers.kubernetesGateway.enabled, deploy a default gateway
@@ -314,8 +319,9 @@
       hostname: ""
       # -- The Kubernetes service to copy status addresses from. When using third parties tools like External-DNS, this option can be used to copy the service loadbalancer.status (containing the service's endpoints IPs) to the gateways. Default to Service of this Chart.
       service:
-        name: "{{ (include \"traefik.fullname\" .) }}"
-        namespace: "{{ .Release.Namespace }}"
+        enabled: true
+        name: ""
+        namespace: ""
 
   file:
     # -- Create a file provider
@@ -537,8 +543,8 @@
   addInternals: false
   # -- Service name used in selected backend. Default: traefik.
   serviceName:  # @schema type:[string, null]
-  # -- Applies a list of shared key:value attributes on all spans.
-  globalAttributes: {}
+  # -- Defines additional resource attributes to be sent to the collector.
+  resourceAttributes: {}
   # -- Defines the list of request headers to add as attributes. It applies to client and server kind spans.
   capturedRequestHeaders: []
   # -- Defines the list of response headers to add as attributes. It applies to client and server kind spans.
@@ -642,10 +648,12 @@
     protocol: TCP
     # -- See [upstream documentation](https://kubernetes.io/docs/concepts/services-networking/service/#type-nodeport)
     nodePort:  # @schema type:[integer, null]; minimum:0
-    # Port Redirections
-    # Added in 2.2, you can make permanent redirects via entrypoints.
-    # https://docs.traefik.io/routing/entrypoints/#redirection
-    redirectTo: {}
+    redirections:
+      # -- Port Redirections
+      # Added in 2.2, one can make permanent redirects via entrypoints.
+      # Same sets of parameters: to, scheme, permanent and priority.
+      # https://docs.traefik.io/routing/entrypoints/#redirection
+      entryPoint: {}
     forwardedHeaders:
       # -- Trust forwarded headers information (X-Forwarded-*).
       trustedIPs: []
@@ -869,7 +877,7 @@
 #      - labelSelector:
 #          matchLabels:
 #            app.kubernetes.io/name: '{{ template "traefik.name" . }}'
-#            app.kubernetes.io/instance: '{{ .Release.Name }}-{{ .Release.Namespace }}'
+#            app.kubernetes.io/instance: '{{ .Release.Name }}-{{ include "traefik.namespace" . }}'
 #        topologyKey: kubernetes.io/hostname
 
 # -- nodeSelector is the simplest recommended form of node selection constraint.
@@ -933,7 +941,13 @@
       listenAddr: ""
       # -- Certificate of the WebHook admission server. Default: "hub-agent-cert".
       secretName: ""
-
+    openApi:
+      # -- When set to true, it will only accept paths and methods that are explicitly defined in its OpenAPI specification
+      validateRequestMethodAndPath: false
+
+  experimental:
+    # -- Set to true in order to enable AI Gateway. Requires a valid license token.
+    aigateway: false
   redis:
     # -- Enable Redis Cluster. Default: true.
     cluster:    # @schema type:[boolean, null]

@renovate renovate bot force-pushed the renovate/traefik-34.x branch 2 times, most recently from 280fed6 to 9cd4167 Compare January 16, 2025 14:02
@renovate renovate bot force-pushed the renovate/traefik-34.x branch from 9cd4167 to 0105bc0 Compare January 16, 2025 14:10
@renovate renovate bot force-pushed the renovate/traefik-34.x branch from 0105bc0 to 03511ee Compare January 16, 2025 14:13
@renovate renovate bot force-pushed the renovate/traefik-34.x branch from 03511ee to 651fef7 Compare January 16, 2025 14:21
@renovate renovate bot force-pushed the renovate/traefik-34.x branch from 651fef7 to ff269de Compare January 17, 2025 00:44
@renovate renovate bot force-pushed the renovate/traefik-34.x branch from ff269de to 43ec7ac Compare January 17, 2025 01:13
@renovate renovate bot force-pushed the renovate/traefik-34.x branch from 43ec7ac to 80d2fc8 Compare January 17, 2025 06:23
@renovate renovate bot force-pushed the renovate/traefik-34.x branch from 80d2fc8 to bb5106d Compare January 17, 2025 06:52
@renovate renovate bot force-pushed the renovate/traefik-34.x branch from bb5106d to 8e756db Compare January 17, 2025 07:00
@renovate renovate bot force-pushed the renovate/traefik-34.x branch from 8e756db to c705f01 Compare January 17, 2025 07:14
@renovate renovate bot force-pushed the renovate/traefik-34.x branch from c705f01 to 17282ee Compare January 17, 2025 07:18
@renovate renovate bot force-pushed the renovate/traefik-34.x branch from 17282ee to ffcf391 Compare January 17, 2025 07:22
@renovate renovate bot force-pushed the renovate/traefik-34.x branch from ffcf391 to 6c62be3 Compare January 17, 2025 07:36
@bidluo bidluo force-pushed the main branch 2 times, most recently from 2183ac8 to c7ed28c Compare January 17, 2025 09:08
@renovate renovate bot force-pushed the renovate/traefik-34.x branch 2 times, most recently from 6ffa6ef to dffed6f Compare January 17, 2025 09:10
@renovate renovate bot force-pushed the renovate/traefik-34.x branch from dffed6f to fbf621f Compare January 17, 2025 09:12
@bidluo bidluo force-pushed the main branch 3 times, most recently from cde6f27 to 7f381ce Compare January 19, 2025 06:19
@renovate renovate bot force-pushed the renovate/traefik-34.x branch 2 times, most recently from 7724232 to 1a93e16 Compare January 22, 2025 05:46
@bidluo bidluo force-pushed the main branch 2 times, most recently from ad07283 to 94ea604 Compare January 22, 2025 14:24
@renovate renovate bot force-pushed the renovate/traefik-34.x branch from 1a93e16 to 35f83a7 Compare January 22, 2025 14:45
@bidluo bidluo force-pushed the main branch 4 times, most recently from 4723c77 to 0e6f34c Compare January 22, 2025 15:06
@renovate renovate bot force-pushed the renovate/traefik-34.x branch from 35f83a7 to d628f47 Compare January 22, 2025 17:37
@bidluo bidluo force-pushed the main branch 8 times, most recently from 1e6eb8a to 8a48206 Compare January 23, 2025 13:13
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.

1 participant