feat(helm)!: Update traefik ( 39.0.9 → 40.2.0 )#322
Open
renovate[bot] wants to merge 1 commit into
Open
Conversation
--- kubernetes/apps/network/traefik/private Kustomization: flux-system/traefik-private HelmRelease: network/traefik-private
+++ kubernetes/apps/network/traefik/private Kustomization: flux-system/traefik-private HelmRelease: network/traefik-private
@@ -14,13 +14,13 @@
chart: traefik
interval: 5m
sourceRef:
kind: HelmRepository
name: traefik
namespace: flux-system
- version: 39.0.9
+ version: 40.2.0
interval: 1h
values:
additionalArguments:
- --serversTransport.insecureSkipVerify=true
- --log.level=INFO
api:
--- kubernetes/apps/network/traefik/public Kustomization: flux-system/traefik-public HelmRelease: network/traefik-public
+++ kubernetes/apps/network/traefik/public Kustomization: flux-system/traefik-public HelmRelease: network/traefik-public
@@ -14,13 +14,13 @@
chart: traefik
interval: 5m
sourceRef:
kind: HelmRepository
name: traefik
namespace: flux-system
- version: 39.0.9
+ version: 40.2.0
interval: 1h
values:
additionalArguments:
- --serversTransport.insecureSkipVerify=true
- --log.level=INFO
api: |
--- HelmRelease: network/traefik-public ClusterRole: network/traefik-public-network
+++ HelmRelease: network/traefik-public ClusterRole: network/traefik-public-network
@@ -81,16 +81,13 @@
- list
- watch
- apiGroups:
- ''
resources:
- namespaces
- - secrets
- - configmaps
verbs:
- - get
- list
- watch
- apiGroups:
- gateway.networking.k8s.io
resources:
- backendtlspolicies
--- HelmRelease: network/traefik-public Service: network/traefik-public
+++ HelmRelease: network/traefik-public Service: network/traefik-public
@@ -8,14 +8,14 @@
app.kubernetes.io/name: traefik
app.kubernetes.io/instance: traefik-public-network
app.kubernetes.io/managed-by: Helm
annotations:
lbipam.cilium.io/ips: ..PLACEHOLDER_SECRET_TRAEFIK_PUBLIC_ADDR..
spec:
+ externalTrafficPolicy: Cluster
type: LoadBalancer
- externalTrafficPolicy: Cluster
selector:
app.kubernetes.io/name: traefik
app.kubernetes.io/instance: traefik-public-network
ports:
- port: 8080
name: traefik
--- HelmRelease: network/traefik-public Deployment: network/traefik-public
+++ HelmRelease: network/traefik-public Deployment: network/traefik-public
@@ -77,13 +77,13 @@
- name: POD_NAMESPACE
valueFrom:
fieldRef:
fieldPath: metadata.namespace
- name: USER
value: traefik
- image: docker.io/traefik:v3.6.15
+ image: docker.io/traefik:v3.7.1
imagePullPolicy: IfNotPresent
lifecycle: null
livenessProbe:
failureThreshold: 3
httpGet:
path: /ping
--- HelmRelease: network/traefik-private ClusterRole: network/traefik-private-network
+++ HelmRelease: network/traefik-private ClusterRole: network/traefik-private-network
@@ -81,16 +81,13 @@
- list
- watch
- apiGroups:
- ''
resources:
- namespaces
- - secrets
- - configmaps
verbs:
- - get
- list
- watch
- apiGroups:
- gateway.networking.k8s.io
resources:
- backendtlspolicies
--- HelmRelease: network/traefik-private Service: network/traefik-private
+++ HelmRelease: network/traefik-private Service: network/traefik-private
@@ -8,14 +8,14 @@
app.kubernetes.io/name: traefik
app.kubernetes.io/instance: traefik-private-network
app.kubernetes.io/managed-by: Helm
annotations:
lbipam.cilium.io/ips: ..PLACEHOLDER_SECRET_TRAEFIK_PRIVATE_ADDR..
spec:
+ externalTrafficPolicy: Cluster
type: LoadBalancer
- externalTrafficPolicy: Cluster
selector:
app.kubernetes.io/name: traefik
app.kubernetes.io/instance: traefik-private-network
ports:
- port: 8080
name: traefik
--- HelmRelease: network/traefik-private Deployment: network/traefik-private
+++ HelmRelease: network/traefik-private Deployment: network/traefik-private
@@ -77,13 +77,13 @@
- name: POD_NAMESPACE
valueFrom:
fieldRef:
fieldPath: metadata.namespace
- name: USER
value: traefik
- image: docker.io/traefik:v3.6.15
+ image: docker.io/traefik:v3.7.1
imagePullPolicy: IfNotPresent
lifecycle: null
livenessProbe:
failureThreshold: 3
httpGet:
path: /ping |
72bd6fb to
2688081
Compare
2688081 to
8a02cec
Compare
8a02cec to
5efe2d1
Compare
5efe2d1 to
76e8473
Compare
This file contains hidden or 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
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:
39.0.9→40.2.0Release Notes
traefik/traefik-helm-chart (traefik)
v40.2.0Compare Source
Upgrade guide
🚀 Features
🐛 Bug fixes
📦 Others
👌 Traefik version support
v40.1.0Compare Source
🚀 Features
🐛 Bug fixes
📦 Others
👌 Traefik version support
v40.0.1Compare Source
🚀 Features
📦 Others
👌 Traefik version support
v40.0.0Compare Source
Upgrade Notes
Servicespec syntax in values.yaml is now aligned with Kubernetes syntax (cf. before / after example in the PR description)providers.kubernetesIngressNginxhas been renamed toproviders.kubernetesIngressNGINXto align with Traefik proxy naming (cf. before / after example in the PR description)👌 Traefik version support
💥 BREAKING CHANGES
🚀 Features
🐛 Bug fixes
📦 Others
Configuration
📅 Schedule: (in timezone Europe/Lisbon)
🚦 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.