From 74ab59779ffa1da5891aaf4e755ae9196a53296f Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 23 Jul 2025 16:30:43 +0000 Subject: [PATCH] traefik: Update to version 3.5.0 --- bucket/traefik.json | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/bucket/traefik.json b/bucket/traefik.json index f5592b1618..00d60eca26 100644 --- a/bucket/traefik.json +++ b/bucket/traefik.json @@ -1,21 +1,21 @@ { - "version": "3.4.5", + "version": "3.5.0", "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.5/traefik_v3.4.5_windows_amd64.zip", - "hash": "460095b4978fe364ccea62a43cae58dfe34e19a0d494847b569c498767ea2547" + "url": "https://github.com/traefik/traefik/releases/download/v3.5.0/traefik_v3.5.0_windows_amd64.zip", + "hash": "c1cb2c5d7e68d0bd01f438d16b0320da161e997da5819f749d3ce4d777f0d7e7" }, "32bit": { - "url": "https://github.com/traefik/traefik/releases/download/v3.4.5/traefik_v3.4.5_windows_386.zip", - "hash": "52c2438b1194a43c8d8684bf2754935c89a2eb38ae21058be26e6b843e6bda88" + "url": "https://github.com/traefik/traefik/releases/download/v3.5.0/traefik_v3.5.0_windows_386.zip", + "hash": "5d3a38ee8fb9671069ce06c48b85959c54347e83cd001db6e2f3459bca0cd018" }, "arm64": { - "url": "https://github.com/traefik/traefik/releases/download/v3.4.5/traefik_v3.4.5_windows_arm64.zip", - "hash": "771400e91df2f53071ce941f4758791f5ef6f0f91b2c56d0ca3f8af2ca2dd640" + "url": "https://github.com/traefik/traefik/releases/download/v3.5.0/traefik_v3.5.0_windows_arm64.zip", + "hash": "ae52859ad51ff9e7fdb45229f66ae2ae26c2ee7c7acc4fbe6e2ae5e037cc2434" } }, "bin": "traefik.exe",