From e25b2168568079432d011cd37f1f56fa413167ef Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 7 Jan 2025 16:53:49 +0000 Subject: [PATCH] traefik: Update to version 3.3.1 --- bucket/traefik.json | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/bucket/traefik.json b/bucket/traefik.json index 3be93ac20b3a4..2369ac4d37d75 100644 --- a/bucket/traefik.json +++ b/bucket/traefik.json @@ -1,21 +1,21 @@ { - "version": "3.3.0", + "version": "3.3.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.3.0/traefik_v3.3.0_windows_amd64.zip", - "hash": "09e638bcee80ee8d4307fc258a0624d35a4fbdb4c7f49ebb87b257aa6ba8a04a" + "url": "https://github.com/traefik/traefik/releases/download/v3.3.1/traefik_v3.3.1_windows_amd64.zip", + "hash": "6292c78de7fb49eddfe11f973097609777a7b868610eddd25b6526456ffbdeab" }, "32bit": { - "url": "https://github.com/traefik/traefik/releases/download/v3.3.0/traefik_v3.3.0_windows_386.zip", - "hash": "3ac2d5f21f033934f266b3d23431b79039de0aea4d653ab7e2aff8ca5da878b9" + "url": "https://github.com/traefik/traefik/releases/download/v3.3.1/traefik_v3.3.1_windows_386.zip", + "hash": "1ec520b97d02427a3c14b81063561645d10781a81ebcac3b921f7e9125bfe226" }, "arm64": { - "url": "https://github.com/traefik/traefik/releases/download/v3.3.0/traefik_v3.3.0_windows_arm64.zip", - "hash": "974b098af0daf0ffcd48fe729da2634f93c07b6bc9feba87be3c2e8db13d8921" + "url": "https://github.com/traefik/traefik/releases/download/v3.3.1/traefik_v3.3.1_windows_arm64.zip", + "hash": "c6f4a2c9d52320233e2274f6da2c998743baedbe385c78f48f4586eb1dfb671f" } }, "bin": "traefik.exe",