From 98335dd2735102cd59503d9c0ea4ea0e4dece07c Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 12 Feb 2024 16:26:48 +0000 Subject: [PATCH] traefik: Update to version 2.11.0 --- bucket/traefik.json | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/bucket/traefik.json b/bucket/traefik.json index e297c5576b..9d8925f99a 100644 --- a/bucket/traefik.json +++ b/bucket/traefik.json @@ -1,21 +1,21 @@ { - "version": "2.10.7", + "version": "2.11.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.10.7/traefik_v2.10.7_windows_amd64.zip", - "hash": "e2a6ae076f963f4985fca895222f642a9281e814b4a50e28b6265eb2e59deffb" + "url": "https://github.com/traefik/traefik/releases/download/v2.11.0/traefik_v2.11.0_windows_amd64.zip", + "hash": "28edea8308241bedcaa1eccc3f49f279931d07c238b74a815ac5c3d035c047fe" }, "32bit": { - "url": "https://github.com/traefik/traefik/releases/download/v2.10.7/traefik_v2.10.7_windows_386.zip", - "hash": "47737638d9bd0bae9e9f6b11cfd1f3a24d1846d89ab7a3bc168e57e553c994fc" + "url": "https://github.com/traefik/traefik/releases/download/v2.11.0/traefik_v2.11.0_windows_386.zip", + "hash": "282e7bcda95de4f357f5163c0d707459053d7170f53f5ddb5d1aaae24d1138ff" }, "arm64": { - "url": "https://github.com/traefik/traefik/releases/download/v2.10.7/traefik_v2.10.7_windows_arm64.zip", - "hash": "6d1bbfa8031bac36b3693f2b9a7e638b428955b7aab822bb43cf99745eba2589" + "url": "https://github.com/traefik/traefik/releases/download/v2.11.0/traefik_v2.11.0_windows_arm64.zip", + "hash": "f9b05b8224842b0f362d23b67bd116f203025f2b31cbc1ee6b6d98f1306c3ad2" } }, "bin": "traefik.exe",