From 6b3739d62da7e01a2ad66d6af9580bfd93d662bb Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 5 May 2025 12:31:39 +0000 Subject: [PATCH] traefik: Update to version 3.3.7 --- bucket/traefik.json | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/bucket/traefik.json b/bucket/traefik.json index addc47cd5b..31580cfd03 100644 --- a/bucket/traefik.json +++ b/bucket/traefik.json @@ -1,21 +1,21 @@ { - "version": "3.3.6", + "version": "3.3.7", "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.3.6/traefik_v3.3.6_windows_amd64.zip", - "hash": "25cd8c96c131d23e64d8b41f21794775b1d12e41b1a0feb965bd1f14bb87f03e" + "url": "https://github.com/traefik/traefik/releases/download/v3.3.7/traefik_v3.3.7_windows_amd64.zip", + "hash": "3e5c81a851be86aa550f549b76ec8a9b9bb7dbb2f395963a8695279103e450e6" }, "32bit": { - "url": "https://github.com/traefik/traefik/releases/download/v3.3.6/traefik_v3.3.6_windows_386.zip", - "hash": "3ef18e3e699e6df47018e5b05235f8ce36626ff6afa7437f399fc3103fa37d10" + "url": "https://github.com/traefik/traefik/releases/download/v3.3.7/traefik_v3.3.7_windows_386.zip", + "hash": "fcd32700736a8685f1990c29ae6a1ee98b80ac63ad377fa5db3eb9c8ed8d4913" }, "arm64": { - "url": "https://github.com/traefik/traefik/releases/download/v3.3.6/traefik_v3.3.6_windows_arm64.zip", - "hash": "fa605d0b4d2bc7397b287e2255da0017b6cc107405ebc4d74932c3055015b109" + "url": "https://github.com/traefik/traefik/releases/download/v3.3.7/traefik_v3.3.7_windows_arm64.zip", + "hash": "af5abcf821a4f76963f69c3b8ceefbe17bbb0384cc08bc4fd4cf9675a82ef499" } }, "bin": "traefik.exe",