From a0ad9c5f71b59eb04b99ad9b8a063e0ff18c8628 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 16 Dec 2025 16:32:38 +0000 Subject: [PATCH] traefik: Update to version 3.6.5 --- bucket/traefik.json | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/bucket/traefik.json b/bucket/traefik.json index 129aadff00..87dd1602fb 100644 --- a/bucket/traefik.json +++ b/bucket/traefik.json @@ -1,21 +1,21 @@ { - "version": "3.6.4", + "version": "3.6.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.6.4/traefik_v3.6.4_windows_amd64.zip", - "hash": "1e0c547710981b0076a17916c45f3a8504a9c8f1b51c1d7bae513ca02a570ab2" + "url": "https://github.com/traefik/traefik/releases/download/v3.6.5/traefik_v3.6.5_windows_amd64.zip", + "hash": "c1a189d4821c3e3201ebf5c32ed85497e620d345e7b56e36ffe8aa008abfc9a0" }, "32bit": { - "url": "https://github.com/traefik/traefik/releases/download/v3.6.4/traefik_v3.6.4_windows_386.zip", - "hash": "ff42cf8d9222528b26c05bc191fcd7ee0e4045d6c99723cfeecac45e625f51ce" + "url": "https://github.com/traefik/traefik/releases/download/v3.6.5/traefik_v3.6.5_windows_386.zip", + "hash": "2e4f0b4a7be5178bef51cdb52e1d3db5783269f366267c73efe2b3e5b039b4bd" }, "arm64": { - "url": "https://github.com/traefik/traefik/releases/download/v3.6.4/traefik_v3.6.4_windows_arm64.zip", - "hash": "a67642c1d07ea5c4fe0d5c6f48cb0bda3ac689d0cf5369bf1964ad1b9e773e03" + "url": "https://github.com/traefik/traefik/releases/download/v3.6.5/traefik_v3.6.5_windows_arm64.zip", + "hash": "e9445184ffad9e8bdb1592b2e9cd7b549b225222ca8f70bcb2425f136b2f11bb" } }, "bin": "traefik.exe",