From ff068872d6a44e151813fe9cd2cc97be85533c1b Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 26 Jun 2025 12:31:49 +0000 Subject: [PATCH] traefik: Update to version 3.4.2 --- bucket/traefik.json | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/bucket/traefik.json b/bucket/traefik.json index a5e4cd519d..6a0b20e2b1 100644 --- a/bucket/traefik.json +++ b/bucket/traefik.json @@ -1,21 +1,21 @@ { - "version": "3.4.1", + "version": "3.4.2", "description": "HTTP reverse proxy and load balancer", "homepage": "https://traefik.io/", "license": "MIT", "notes": "Run with a configuration file 'traefik -c ' or 'traefik --help' for all options.", "architecture": { "64bit": { - "url": "https://github.com/traefik/traefik/releases/download/v3.4.1/traefik_v3.4.1_windows_amd64.zip", - "hash": "9709f2c0f4ea509c5e72bb9114cd47ca10c6b398c3d62f4e976c97cd44c8727e" + "url": "https://github.com/traefik/traefik/releases/download/v3.4.2/traefik_v3.4.2_windows_amd64.zip", + "hash": "b024d7c48a78a1b8e31086d1bbd3a5697b7a568726307feb8effcb440b8f76d4" }, "32bit": { - "url": "https://github.com/traefik/traefik/releases/download/v3.4.1/traefik_v3.4.1_windows_386.zip", - "hash": "8ea437f44675ce16bc6da06d0c5a2e40010398351c8f84b4e83af92c8f60199c" + "url": "https://github.com/traefik/traefik/releases/download/v3.4.2/traefik_v3.4.2_windows_386.zip", + "hash": "141c66377777b8de45a9c903b95e05b5d9258d4de7f88b5d0332b642edea72ba" }, "arm64": { - "url": "https://github.com/traefik/traefik/releases/download/v3.4.1/traefik_v3.4.1_windows_arm64.zip", - "hash": "acc5b55d316c3b51f08a3a444134cbb024a614ca3d2beb231b662c67bb131f27" + "url": "https://github.com/traefik/traefik/releases/download/v3.4.2/traefik_v3.4.2_windows_arm64.zip", + "hash": "9fd414cf3e9ed9b20eaa4c11bc7053d360d475e5982b47cacde2ce892330ea5a" } }, "bin": "traefik.exe",