From 8aa0431ff254aa5980be08cebbf51dd84ca65fd5 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 20 Nov 2024 20:29:53 +0000 Subject: [PATCH] traefik: Update to version 3.2.1 --- bucket/traefik.json | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/bucket/traefik.json b/bucket/traefik.json index aceeac13aa..d5a5479108 100644 --- a/bucket/traefik.json +++ b/bucket/traefik.json @@ -1,21 +1,21 @@ { - "version": "3.2.0", + "version": "3.2.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.2.0/traefik_v3.2.0_windows_amd64.zip", - "hash": "8e3bb873b91c49edee28d7271712ccc5dada7a4f09a75edcc8e3f3c25748bd96" + "url": "https://github.com/traefik/traefik/releases/download/v3.2.1/traefik_v3.2.1_windows_amd64.zip", + "hash": "e0ba32b2fa816f562fbdbaad2ea8a5dd80f732ebe4fbc7b0f0e8de0b35965adf" }, "32bit": { - "url": "https://github.com/traefik/traefik/releases/download/v3.2.0/traefik_v3.2.0_windows_386.zip", - "hash": "fc703b23e0c7dead892cd07a4c7973cb6cb082d73372ed8eda542d72d69b8555" + "url": "https://github.com/traefik/traefik/releases/download/v3.2.1/traefik_v3.2.1_windows_386.zip", + "hash": "df3d2f17da2439e0b287fcdec081fa3b0720b47d5b6d840ea383b0c957ce404f" }, "arm64": { - "url": "https://github.com/traefik/traefik/releases/download/v3.2.0/traefik_v3.2.0_windows_arm64.zip", - "hash": "8073c687e9dae999e20415959a02c9ce66c0ce1b858633c584f9e4d8f9010bb5" + "url": "https://github.com/traefik/traefik/releases/download/v3.2.1/traefik_v3.2.1_windows_arm64.zip", + "hash": "a31df2d0d19d32e8e1c9e262821db62ce14481054b1ee74a449e5526f10ec76c" } }, "bin": "traefik.exe",