From 7c02443c8696ca0d092a05ac33500fe27e932f01 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 13 Nov 2025 16:30:01 +0000 Subject: [PATCH] traefik: Update to version 3.6.1 --- bucket/traefik.json | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/bucket/traefik.json b/bucket/traefik.json index 840bf97412..615a4a7bf9 100644 --- a/bucket/traefik.json +++ b/bucket/traefik.json @@ -1,21 +1,21 @@ { - "version": "3.6.0", + "version": "3.6.1", "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.0/traefik_v3.6.0_windows_amd64.zip", - "hash": "c1dbb3d224c29ced583474fe3d870b18c4b1abd2fd21e833bafdcf510d61cb5d" + "url": "https://github.com/traefik/traefik/releases/download/v3.6.1/traefik_v3.6.1_windows_amd64.zip", + "hash": "ec42cd7386c9a63405a7c1c4ff04158a459021d4e7a6d98c9f2274742e93c1cd" }, "32bit": { - "url": "https://github.com/traefik/traefik/releases/download/v3.6.0/traefik_v3.6.0_windows_386.zip", - "hash": "2db74e55e6287b54ca78734809598c7543fe6bef89a0301c2d76cf6837dfe6e6" + "url": "https://github.com/traefik/traefik/releases/download/v3.6.1/traefik_v3.6.1_windows_386.zip", + "hash": "7850f3932d353b8f4e9188ffe37777b1bb95b9b50ec823a6dbb75fb0bcf13308" }, "arm64": { - "url": "https://github.com/traefik/traefik/releases/download/v3.6.0/traefik_v3.6.0_windows_arm64.zip", - "hash": "e771d582db525d7b9baa61af6f355ca0b40d97be729bea31e04681d56dbf19ee" + "url": "https://github.com/traefik/traefik/releases/download/v3.6.1/traefik_v3.6.1_windows_arm64.zip", + "hash": "a97305165c6a11b37b1bb43a8bda87b8d194c86eb0ba3c68d2a538f8b280b526" } }, "bin": "traefik.exe",