-
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 traefik group to v33 (major) #1902
Merged
Merged
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
--- cluster/apps Kustomization: flux-system/apps HelmRelease: networking/traefik
+++ cluster/apps Kustomization: flux-system/apps HelmRelease: networking/traefik
@@ -13,13 +13,13 @@
chart: traefik
interval: 5m
sourceRef:
kind: HelmRepository
name: traefik-charts
namespace: flux-system
- version: 32.1.1
+ version: 33.0.0
dependsOn:
- name: cert-manager
namespace: cert-manager
install:
createNamespace: true
remediation: |
--- HelmRelease: networking/traefik Service: networking/traefik
+++ HelmRelease: networking/traefik Service: networking/traefik
@@ -17,13 +17,13 @@
app.kubernetes.io/instance: traefik-networking
ports:
- port: 9100
name: metrics
targetPort: metrics
protocol: TCP
- - port: 9000
+ - port: 8080
name: traefik
targetPort: traefik
protocol: TCP
- port: 80
name: web
targetPort: web
--- HelmRelease: networking/traefik Deployment: networking/traefik
+++ HelmRelease: networking/traefik Deployment: networking/traefik
@@ -33,48 +33,48 @@
spec:
serviceAccountName: traefik
automountServiceAccountToken: true
terminationGracePeriodSeconds: 60
hostNetwork: false
containers:
- - image: docker.io/traefik:v3.1.6
+ - image: docker.io/traefik:v3.2.0
imagePullPolicy: IfNotPresent
name: traefik
resources:
limits:
memory: 1500Mi
requests:
cpu: 500m
memory: 110Mi
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: 8082
protocol: TCP
- name: traefik
- containerPort: 9000
+ containerPort: 8080
protocol: TCP
- name: web
containerPort: 8000
protocol: TCP
- name: websecure
containerPort: 8443
@@ -99,25 +99,26 @@
- --serverstransport.insecureskipverify=true
- --providers.kubernetesingress.ingressclass=traefik
- --metrics.prometheus=true
- --metrics.prometheus.entryPoint=metrics
- --entryPoints.websecure.forwardedHeaders.trustedIPs=10.0.0.0/8,192.168.0.0/16,172.16.0.0/12,103.21.244.0/22,103.22.200.0/22,103.31.4.0/22,104.16.0.0/13,104.24.0.0/14,108.162.192.0/18,131.0.72.0/22,141.101.64.0/18,162.158.0.0/15,172.64.0.0/13,173.245.48.0/20,188.114.96.0/20,190.93.240.0/20,197.234.240.0/22,198.41.128.0/17,2400:cb00::/32,2606:4700::/32,2803:f800::/32,2405:b500::/32,2405:8100::/32,2a06:98c0::/29,2c0f:f248::/32
- --entryPoints.metrics.address=:8082/tcp
- - --entryPoints.traefik.address=:9000/tcp
+ - --entryPoints.traefik.address=:8080/tcp
- --entryPoints.web.address=:8000/tcp
- --entryPoints.websecure.address=:8443/tcp
- --api.dashboard=true
- --ping=true
- --metrics.prometheus=true
- --metrics.prometheus.entrypoint=metrics
- --experimental.plugins.real-ip.moduleName=github.com/Paxxs/traefik-get-real-ip
- --experimental.plugins.real-ip.version=v1.0.2
- --providers.kubernetescrd
- --providers.kubernetescrd.allowEmptyServices=true
- --providers.kubernetesingress
- --providers.kubernetesingress.allowEmptyServices=true
+ - --providers.kubernetesingress.ingressendpoint.publishedservice=networking/traefik
- --entryPoints.web.http.redirections.entryPoint.to=:443
- --entryPoints.web.http.redirections.entryPoint.scheme=https
- --entryPoints.websecure.http.tls=true
- --entryPoints.websecure.http.tls.options=default
- --log.format=json
- --log.level=INFO
@@ -127,12 +128,20 @@
- --accesslog.fields.headers.defaultmode=drop
- --providers.kubernetesingress.ingressendpoint.ip=10.0.10.20
- --providers.kubernetesingress.allowexternalnameservices=true
- --providers.kubernetescrd.allowexternalnameservices=true
- --providers.kubernetescrd.allowCrossNamespace=true
env:
+ - name: POD_NAME
+ valueFrom:
+ fieldRef:
+ fieldPath: metadata.name
+ - name: POD_NAMESPACE
+ valueFrom:
+ fieldRef:
+ fieldPath: metadata.namespace
- name: GOMEMLIMIT
valueFrom:
resourceFieldRef:
resource: limits.memory
divisor: '1'
- name: TZ |
renovate
bot
force-pushed
the
renovate/major-traefik
branch
from
November 6, 2024 07:59
91a1ff6
to
cb7ffc3
Compare
| datasource | package | from | to | | ----------- | -------------------------- | ------- | ------- | | helm | traefik | 32.1.1 | 33.0.0 | | github-tags | traefik/traefik-helm-chart | v32.1.1 | v33.0.0 |
renovate
bot
force-pushed
the
renovate/major-traefik
branch
from
November 10, 2024 05:36
cb7ffc3
to
1a150f4
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.0.0
v32.1.1
->v33.0.0
Warning
Some dependencies could not be looked up. Check the Dependency Dashboard for more information.
Release Notes
traefik/traefik-helm-chart (traefik)
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 - 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 these updates again.
This PR was generated by Mend Renovate. View the repository job log.