generated from onedr0p/cluster-template
-
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
feat(helm)!: Update traefik ( 32.1.1 → 33.2.1 ) #542
Closed
Closed
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
--- kubernetes/apps/network/traefik/app Kustomization: flux-system/traefik HelmRelease: network/traefik
+++ kubernetes/apps/network/traefik/app Kustomization: flux-system/traefik HelmRelease: network/traefik
@@ -13,13 +13,13 @@
spec:
chart: traefik
sourceRef:
kind: HelmRepository
name: traefik
namespace: flux-system
- version: 32.1.1
+ version: 33.2.1
driftDetection:
mode: enabled
install:
crds: CreateReplace
remediation:
retries: 3 |
--- HelmRelease: network/traefik ClusterRole: network/traefik-network
+++ HelmRelease: network/traefik ClusterRole: network/traefik-network
@@ -76,41 +76,39 @@
- apiGroups:
- ''
resources:
- namespaces
- secrets
- services
+ - configmaps
verbs:
- get
- list
- watch
- apiGroups:
- - discovery.k8s.io
- resources:
- - endpointslices
- verbs:
- - list
- - watch
-- apiGroups:
- gateway.networking.k8s.io
resources:
+ - backendtlspolicies
- gatewayclasses
- gateways
+ - grpcroutes
- httproutes
- referencegrants
- tcproutes
- tlsroutes
verbs:
- get
- list
- watch
- apiGroups:
- gateway.networking.k8s.io
resources:
+ - backendtlspolicies/status
- gatewayclasses/status
- gateways/status
+ - grpcroutes/status
- httproutes/status
- tcproutes/status
- tlsroutes/status
verbs:
- update
--- HelmRelease: network/traefik Deployment: network/traefik
+++ HelmRelease: network/traefik Deployment: network/traefik
@@ -30,43 +30,43 @@
spec:
serviceAccountName: traefik
automountServiceAccountToken: true
terminationGracePeriodSeconds: 60
hostNetwork: false
containers:
- - image: docker.io/traefik:v3.1.6
+ - image: docker.io/traefik:v3.2.2
imagePullPolicy: IfNotPresent
name: traefik
resources: null
readinessProbe:
httpGet:
path: /ping
- port: 9000
+ port: 8080
scheme: HTTP
failureThreshold: 1
initialDelaySeconds: 2
periodSeconds: 10
successThreshold: 1
timeoutSeconds: 2
livenessProbe:
httpGet:
path: /ping
- port: 9000
+ port: 8080
scheme: HTTP
failureThreshold: 3
initialDelaySeconds: 2
periodSeconds: 10
successThreshold: 1
timeoutSeconds: 2
lifecycle: null
ports:
- name: metrics
containerPort: 9100
protocol: TCP
- name: traefik
- containerPort: 9000
+ containerPort: 8080
protocol: TCP
- name: websecure
containerPort: 8443
protocol: TCP
- name: websecure-http3
containerPort: 8443
@@ -81,24 +81,27 @@
- name: data
mountPath: /data
- name: tmp
mountPath: /tmp
args:
- --entryPoints.metrics.address=:9100/tcp
- - --entryPoints.traefik.address=:9000/tcp
+ - --entryPoints.traefik.address=:8080/tcp
- --entryPoints.websecure.address=:8443/tcp
- --entryPoints.websecure.asDefault=true
- --api.dashboard=true
- --ping=true
- --metrics.prometheus=true
- --metrics.prometheus.entrypoint=metrics
- --providers.kubernetescrd
- --providers.kubernetescrd.allowEmptyServices=true
- --providers.kubernetesingress
- --providers.kubernetesingress.allowEmptyServices=true
+ - --providers.kubernetesingress.ingressendpoint.publishedservice=network/traefik
- --providers.kubernetesgateway
+ - --providers.kubernetesgateway.statusaddress.service.name=traefik
+ - --providers.kubernetesgateway.statusaddress.service.namespace=network
- --providers.kubernetesgateway.experimentalchannel=true
- --entryPoints.websecure.http.tls=true
- --entryPoints.websecure.http3
- --log.format=json
- --log.level=INFO
- --accesslog=true |
jfroy
force-pushed
the
main
branch
10 times, most recently
from
November 7, 2024 18:10
44a8b71
to
e2e1ece
Compare
renovate
bot
force-pushed
the
renovate/traefik-33.x
branch
from
November 9, 2024 10:15
bff3e18
to
0c2957f
Compare
renovate
bot
force-pushed
the
renovate/traefik-33.x
branch
from
November 10, 2024 03:52
0c2957f
to
06e206d
Compare
jfroy
force-pushed
the
main
branch
2 times, most recently
from
November 10, 2024 04:00
05848cb
to
4f6fd94
Compare
renovate
bot
force-pushed
the
renovate/traefik-33.x
branch
from
November 10, 2024 04:00
06e206d
to
48991af
Compare
renovate
bot
force-pushed
the
renovate/traefik-33.x
branch
from
November 10, 2024 04:02
48991af
to
967ef5e
Compare
renovate
bot
force-pushed
the
renovate/traefik-33.x
branch
2 times, most recently
from
November 10, 2024 04:05
45cacab
to
e5c25e7
Compare
renovate
bot
force-pushed
the
renovate/traefik-33.x
branch
from
November 10, 2024 04:16
e5c25e7
to
dc34a1b
Compare
jfroy
force-pushed
the
main
branch
2 times, most recently
from
November 13, 2024 18:46
8522a8e
to
2c1a094
Compare
jfroy
force-pushed
the
main
branch
15 times, most recently
from
November 26, 2024 18:22
fc85124
to
eb2fbea
Compare
renovate
bot
changed the title
feat(helm)!: Update traefik ( 32.1.1 → 33.0.0 )
feat(helm)!: Update traefik ( 32.1.1 → 33.1.0 )
Dec 2, 2024
renovate
bot
force-pushed
the
renovate/traefik-33.x
branch
2 times, most recently
from
December 5, 2024 05:03
af71ed5
to
86f55a7
Compare
renovate
bot
changed the title
feat(helm)!: Update traefik ( 32.1.1 → 33.1.0 )
feat(helm)!: Update traefik ( 32.1.1 → 33.2.0 )
Dec 11, 2024
renovate
bot
force-pushed
the
renovate/traefik-33.x
branch
from
December 11, 2024 15:20
86f55a7
to
c47ef4e
Compare
renovate
bot
changed the title
feat(helm)!: Update traefik ( 32.1.1 → 33.2.0 )
feat(helm)!: Update traefik ( 32.1.1 → 33.2.1 )
Dec 13, 2024
renovate
bot
force-pushed
the
renovate/traefik-33.x
branch
from
December 13, 2024 18:52
c47ef4e
to
f755ac9
Compare
renovate
bot
force-pushed
the
renovate/traefik-33.x
branch
from
December 13, 2024 20:08
f755ac9
to
eaa32b4
Compare
jfroy
force-pushed
the
main
branch
2 times, most recently
from
December 16, 2024 09:56
6eb2c51
to
8af725e
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:
32.1.1
->33.2.1
Release Notes
traefik/traefik-helm-chart (traefik)
v33.2.1
Compare Source
33.2.1 (2024-12-13)
Bug Fixes
v33.2.0
Compare Source
Features
tracing
parameters to helm chart values (b2c0628)Bug Fixes
New Contributors
v33.1.0
Compare Source
Upgrade Notes
Traefik Hub users should update the CRDs following UPGRADING instructions.
Features
abortOnPluginFailure
field (b932958)Bug Fixes
Documentation
New Contributors
v33.0.0
Compare Source
Upgrade Notes
There are multiple breaking changes in this release:
traefik
entrypoint has changed from9000
to8080
, just like the Traefik Proxy default portpublishedService
is enabled by default on Ingress providerPOD_NAME
andPOD_NAMESPACE
environment variables are now set by default, without values.The CRDs needs to be updated, as documented in the README.
ℹ️ A separate helm chart, just for CRDs, is being considered for a future release. See PR #1123
⚠ BREAKING CHANGES
traefik
entrypointFeatures
Bug Fixes
traefik
entrypoint (2b32ce7)New Contributors
Configuration
📅 Schedule: Branch creation - "* 0-4,22-23 * * 1-5,* * * * 0,6" in timezone America/Los_Angeles, 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.
This PR was generated by Mend Renovate. View the repository job log.