From 8ac77359da4458629f7463cb91813f99b51a55fa Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 29 Apr 2024 16:28:19 +0000 Subject: [PATCH] traefik: Update to version 3.0.0 --- bucket/traefik.json | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/bucket/traefik.json b/bucket/traefik.json index 4c6baa28c4..c58838b56b 100644 --- a/bucket/traefik.json +++ b/bucket/traefik.json @@ -1,21 +1,21 @@ { - "version": "2.11.2", + "version": "3.0.0", "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.2/traefik_v2.11.2_windows_amd64.zip", - "hash": "5bfd7233f495e8872f0cc9280396a8e77fcd7c6b33559c110ca220482f822d7c" + "url": "https://github.com/traefik/traefik/releases/download/v3.0.0/traefik_v3.0.0_windows_amd64.zip", + "hash": "6f443b91285ab7457a6b6b646e700feff0762caa8bcbf77a07eed76927830bb5" }, "32bit": { - "url": "https://github.com/traefik/traefik/releases/download/v2.11.2/traefik_v2.11.2_windows_386.zip", - "hash": "457222d13c87f4b2382248fa7887a92a4298762abff7afc9568169160fc82b67" + "url": "https://github.com/traefik/traefik/releases/download/v3.0.0/traefik_v3.0.0_windows_386.zip", + "hash": "db89fc0c7a82c30df7c330f91d4a1858c44b6b1b847abdd93cbba8775aa25c27" }, "arm64": { - "url": "https://github.com/traefik/traefik/releases/download/v2.11.2/traefik_v2.11.2_windows_arm64.zip", - "hash": "610a991a79eb45faeab50d6ed0ef4141ec724423c1478ab0397e4021e5ef653f" + "url": "https://github.com/traefik/traefik/releases/download/v3.0.0/traefik_v3.0.0_windows_arm64.zip", + "hash": "9be081b969f4d0603071e263e856955c3d79ae05955dcd031da7b1cc5fa8d196" } }, "bin": "traefik.exe",