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

feat(helm): update traefik ( 31.0.0 → 31.1.0 ) #401

Merged
merged 1 commit into from
Sep 18, 2024
Merged

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Sep 18, 2024

This PR contains the following updates:

Package Update Change
traefik (source) minor 31.0.0 -> 31.1.0

Release Notes

traefik/traefik-helm-chart (traefik)

v31.1.0

Compare Source

Features
  • ✨ input validation using schema (cf703c7)
  • deps: update traefik docker tag to v3.1.3 (1ecf803)
  • ✨ add AllowACMEByPass and improve schema/doc on ports values (458cab9)
  • add new webhooks and removes unnecessary ones (d7c3622)
Bug Fixes
  • 🐛 update CRD to v3.1 (2dc2253)

Configuration

📅 Schedule: Branch creation - "after 10pm every weekday,before 5am every weekday,every weekend" 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.


  • 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

--- 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: 31.0.0
+      version: 31.1.0
   driftDetection:
     mode: enabled
   install:
     crds: CreateReplace
     remediation:
       retries: 3

Copy link

--- HelmRelease: network/traefik Deployment: network/traefik

+++ HelmRelease: network/traefik Deployment: network/traefik

@@ -30,13 +30,13 @@

     spec:
       serviceAccountName: traefik
       automountServiceAccountToken: true
       terminationGracePeriodSeconds: 60
       hostNetwork: false
       containers:
-      - image: docker.io/traefik:v3.1.2
+      - image: docker.io/traefik:v3.1.3
         imagePullPolicy: IfNotPresent
         name: traefik
         resources: null
         readinessProbe:
           httpGet:
             path: /ping

@jfroy jfroy merged commit a20db96 into main Sep 18, 2024
4 checks passed
@jfroy jfroy deleted the renovate/traefik-31.x branch September 18, 2024 19:55
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