From 09a8ba8ca3cc25abcabfb4ea9040d19ee7b4e0db Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 23 Jul 2025 12:32:09 +0000 Subject: [PATCH] traefik: Update to version 3.4.5 --- bucket/traefik.json | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/bucket/traefik.json b/bucket/traefik.json index 3fc4eb85a3..f5592b1618 100644 --- a/bucket/traefik.json +++ b/bucket/traefik.json @@ -1,21 +1,21 @@ { - "version": "3.4.4", + "version": "3.4.5", "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.4/traefik_v3.4.4_windows_amd64.zip", - "hash": "b5f27d9b4cbbab51a6a4622585a5a2394c5955c96a248f139145bfa2ecabdbe1" + "url": "https://github.com/traefik/traefik/releases/download/v3.4.5/traefik_v3.4.5_windows_amd64.zip", + "hash": "460095b4978fe364ccea62a43cae58dfe34e19a0d494847b569c498767ea2547" }, "32bit": { - "url": "https://github.com/traefik/traefik/releases/download/v3.4.4/traefik_v3.4.4_windows_386.zip", - "hash": "cd2c42ab626142a79794125a94f2e6f174627024456fe73db83611a4bcd7252b" + "url": "https://github.com/traefik/traefik/releases/download/v3.4.5/traefik_v3.4.5_windows_386.zip", + "hash": "52c2438b1194a43c8d8684bf2754935c89a2eb38ae21058be26e6b843e6bda88" }, "arm64": { - "url": "https://github.com/traefik/traefik/releases/download/v3.4.4/traefik_v3.4.4_windows_arm64.zip", - "hash": "3cdf9d301142ab532007ac6f69815ed40b31eb5ca92569a357e4fc595054ece0" + "url": "https://github.com/traefik/traefik/releases/download/v3.4.5/traefik_v3.4.5_windows_arm64.zip", + "hash": "771400e91df2f53071ce941f4758791f5ef6f0f91b2c56d0ca3f8af2ca2dd640" } }, "bin": "traefik.exe",