From 78a8eb17af9540352e898ebe0e12b39dcfeb9b7a Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 10 Dec 2024 16:46:57 +0000 Subject: [PATCH] traefik: Update to version 3.2.2 --- bucket/traefik.json | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/bucket/traefik.json b/bucket/traefik.json index d5a547910828e..fd02ea53ed7f2 100644 --- a/bucket/traefik.json +++ b/bucket/traefik.json @@ -1,21 +1,21 @@ { - "version": "3.2.1", + "version": "3.2.2", "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.1/traefik_v3.2.1_windows_amd64.zip", - "hash": "e0ba32b2fa816f562fbdbaad2ea8a5dd80f732ebe4fbc7b0f0e8de0b35965adf" + "url": "https://github.com/traefik/traefik/releases/download/v3.2.2/traefik_v3.2.2_windows_amd64.zip", + "hash": "483e9b67fef4eb9b830d53ecc65d6a94e4535dba0d585e860404ecb1b83c1d76" }, "32bit": { - "url": "https://github.com/traefik/traefik/releases/download/v3.2.1/traefik_v3.2.1_windows_386.zip", - "hash": "df3d2f17da2439e0b287fcdec081fa3b0720b47d5b6d840ea383b0c957ce404f" + "url": "https://github.com/traefik/traefik/releases/download/v3.2.2/traefik_v3.2.2_windows_386.zip", + "hash": "150b992548e40d47c44f0293ae75d7a23232496d1408163aab07580ff3c0030e" }, "arm64": { - "url": "https://github.com/traefik/traefik/releases/download/v3.2.1/traefik_v3.2.1_windows_arm64.zip", - "hash": "a31df2d0d19d32e8e1c9e262821db62ce14481054b1ee74a449e5526f10ec76c" + "url": "https://github.com/traefik/traefik/releases/download/v3.2.2/traefik_v3.2.2_windows_arm64.zip", + "hash": "15bab14d11291c2bd4d0adf29642c425bf01c73c7158117e96a8a53a98354144" } }, "bin": "traefik.exe",