-
Notifications
You must be signed in to change notification settings - Fork 0
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
renovate
wants to merge
2
commits into
main
Choose a base branch
from
renovate/traefik-34.x
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Helm Diff
@@ -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
@@ -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
bot
force-pushed
the
renovate/traefik-34.x
branch
2 times, most recently
from
January 16, 2025 14:02
280fed6
to
9cd4167
Compare
renovate
bot
force-pushed
the
renovate/traefik-34.x
branch
from
January 16, 2025 14:10
9cd4167
to
0105bc0
Compare
renovate
bot
force-pushed
the
renovate/traefik-34.x
branch
from
January 16, 2025 14:13
0105bc0
to
03511ee
Compare
renovate
bot
force-pushed
the
renovate/traefik-34.x
branch
from
January 16, 2025 14:21
03511ee
to
651fef7
Compare
renovate
bot
force-pushed
the
renovate/traefik-34.x
branch
from
January 17, 2025 00:44
651fef7
to
ff269de
Compare
renovate
bot
force-pushed
the
renovate/traefik-34.x
branch
from
January 17, 2025 01:13
ff269de
to
43ec7ac
Compare
renovate
bot
force-pushed
the
renovate/traefik-34.x
branch
from
January 17, 2025 06:23
43ec7ac
to
80d2fc8
Compare
renovate
bot
force-pushed
the
renovate/traefik-34.x
branch
from
January 17, 2025 06:52
80d2fc8
to
bb5106d
Compare
renovate
bot
force-pushed
the
renovate/traefik-34.x
branch
from
January 17, 2025 07:00
bb5106d
to
8e756db
Compare
renovate
bot
force-pushed
the
renovate/traefik-34.x
branch
from
January 17, 2025 07:14
8e756db
to
c705f01
Compare
renovate
bot
force-pushed
the
renovate/traefik-34.x
branch
from
January 17, 2025 07:18
c705f01
to
17282ee
Compare
renovate
bot
force-pushed
the
renovate/traefik-34.x
branch
from
January 17, 2025 07:22
17282ee
to
ffcf391
Compare
renovate
bot
force-pushed
the
renovate/traefik-34.x
branch
from
January 17, 2025 07:36
ffcf391
to
6c62be3
Compare
bidluo
force-pushed
the
main
branch
2 times, most recently
from
January 17, 2025 09:08
2183ac8
to
c7ed28c
Compare
renovate
bot
force-pushed
the
renovate/traefik-34.x
branch
2 times, most recently
from
January 17, 2025 09:10
6ffa6ef
to
dffed6f
Compare
renovate
bot
force-pushed
the
renovate/traefik-34.x
branch
from
January 17, 2025 09:12
dffed6f
to
fbf621f
Compare
bidluo
force-pushed
the
main
branch
3 times, most recently
from
January 19, 2025 06:19
cde6f27
to
7f381ce
Compare
renovate
bot
force-pushed
the
renovate/traefik-34.x
branch
2 times, most recently
from
January 22, 2025 05:46
7724232
to
1a93e16
Compare
bidluo
force-pushed
the
main
branch
2 times, most recently
from
January 22, 2025 14:24
ad07283
to
94ea604
Compare
renovate
bot
force-pushed
the
renovate/traefik-34.x
branch
from
January 22, 2025 14:45
1a93e16
to
35f83a7
Compare
bidluo
force-pushed
the
main
branch
4 times, most recently
from
January 22, 2025 15:06
4723c77
to
0e6f34c
Compare
renovate
bot
force-pushed
the
renovate/traefik-34.x
branch
from
January 22, 2025 17:37
35f83a7
to
d628f47
Compare
bidluo
force-pushed
the
main
branch
8 times, most recently
from
January 23, 2025 13:13
1e6eb8a
to
8a48206
Compare
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
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.
This PR was generated by Mend Renovate. View the repository job log.