From 3f2a75fcc0702eb2cb556676e52e242ee152cc47 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 22 May 2024 16:29:46 +0000 Subject: [PATCH] traefik: Update to version 3.0.1 --- bucket/traefik.json | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/bucket/traefik.json b/bucket/traefik.json index 6b5ad09123..dfac52c628 100644 --- a/bucket/traefik.json +++ b/bucket/traefik.json @@ -1,21 +1,21 @@ { - "version": "2.11.3", + "version": "3.0.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/v2.11.3/traefik_v2.11.3_windows_amd64.zip", - "hash": "4eeb71c7032ec0a591de9eb79600428f5271d86e41e6c2cbe032b1c96110b350" + "url": "https://github.com/traefik/traefik/releases/download/v3.0.1/traefik_v3.0.1_windows_amd64.zip", + "hash": "57e35d16502a8d9ea3c9b36c8a96fb56be2df7a300095c75e22daa447416e0b0" }, "32bit": { - "url": "https://github.com/traefik/traefik/releases/download/v2.11.3/traefik_v2.11.3_windows_386.zip", - "hash": "45af47f925e136e3f7931a463a7edfe8dea94ed0e026855d2c4e504c8ae5dc42" + "url": "https://github.com/traefik/traefik/releases/download/v3.0.1/traefik_v3.0.1_windows_386.zip", + "hash": "331da036082eb605c401975829adc96f15c1ffac5fe7eb313fa5a8824d5a4e34" }, "arm64": { - "url": "https://github.com/traefik/traefik/releases/download/v2.11.3/traefik_v2.11.3_windows_arm64.zip", - "hash": "f0a746a40a9ad301da164f442b40ca779522aebf86b8389acf70348e582037a8" + "url": "https://github.com/traefik/traefik/releases/download/v3.0.1/traefik_v3.0.1_windows_arm64.zip", + "hash": "91036cb1d8cf83ffb91c88c933cfe7fa42ed2e06b31106a2941670a2b152fcc1" } }, "bin": "traefik.exe",