From 7d79eec77e98c925a78d311c13ed5b93efd6c542 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 31 Mar 2025 12:31:39 +0000 Subject: [PATCH] traefik: Update to version 3.3.5 --- bucket/traefik.json | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/bucket/traefik.json b/bucket/traefik.json index c5fb695f07..ccdccfcc45 100644 --- a/bucket/traefik.json +++ b/bucket/traefik.json @@ -1,21 +1,21 @@ { - "version": "3.3.4", + "version": "3.3.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.3.4/traefik_v3.3.4_windows_amd64.zip", - "hash": "1645d68fe3fe3d715126c25c35260a0a51734f3472a27622e49837e1c10a805a" + "url": "https://github.com/traefik/traefik/releases/download/v3.3.5/traefik_v3.3.5_windows_amd64.zip", + "hash": "32758e8404c8157404df57c44d219367a2dcfb9d67f00d071a2b3a4c2a8fda41" }, "32bit": { - "url": "https://github.com/traefik/traefik/releases/download/v3.3.4/traefik_v3.3.4_windows_386.zip", - "hash": "918f82aefafce34051eecf78b456ebe2804bac8b3b919c9c7bde6fa74254e7f2" + "url": "https://github.com/traefik/traefik/releases/download/v3.3.5/traefik_v3.3.5_windows_386.zip", + "hash": "6dd4575c427df75e5f6f6c401cad459d27b2b4c095c93ca59b67a394e64fb9c4" }, "arm64": { - "url": "https://github.com/traefik/traefik/releases/download/v3.3.4/traefik_v3.3.4_windows_arm64.zip", - "hash": "cbab6e19ea4059fb04ab7c1456f80ba350c0a44fec3236d964454d688b0796f1" + "url": "https://github.com/traefik/traefik/releases/download/v3.3.5/traefik_v3.3.5_windows_arm64.zip", + "hash": "8fa5407706d035715855317b20357a551cea399d9cc81530024adef72c2527d0" } }, "bin": "traefik.exe",