From 457d326bace6304c62ba16bf19ad09789c0d26e8 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 6 Dec 2023 16:27:50 +0000 Subject: [PATCH] traefik: Update to version 2.10.7 --- bucket/traefik.json | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/bucket/traefik.json b/bucket/traefik.json index 8c2e58b920..e297c5576b 100644 --- a/bucket/traefik.json +++ b/bucket/traefik.json @@ -1,21 +1,21 @@ { - "version": "2.10.6", + "version": "2.10.7", "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.6/traefik_v2.10.6_windows_amd64.zip", - "hash": "33a909c80a596a2de0e0bae79b9a29cb1a8b50dc361c7ebf34c20808b039af63" + "url": "https://github.com/traefik/traefik/releases/download/v2.10.7/traefik_v2.10.7_windows_amd64.zip", + "hash": "e2a6ae076f963f4985fca895222f642a9281e814b4a50e28b6265eb2e59deffb" }, "32bit": { - "url": "https://github.com/traefik/traefik/releases/download/v2.10.6/traefik_v2.10.6_windows_386.zip", - "hash": "30f02b44d1dd04a51e82f601fd7cb9130e8c9ec7241365612bba76923dc7a100" + "url": "https://github.com/traefik/traefik/releases/download/v2.10.7/traefik_v2.10.7_windows_386.zip", + "hash": "47737638d9bd0bae9e9f6b11cfd1f3a24d1846d89ab7a3bc168e57e553c994fc" }, "arm64": { - "url": "https://github.com/traefik/traefik/releases/download/v2.10.6/traefik_v2.10.6_windows_arm64.zip", - "hash": "b0f619fb9bcda3352a9355dc496ec2bd34d6da46604494ffbda2669672afeda2" + "url": "https://github.com/traefik/traefik/releases/download/v2.10.7/traefik_v2.10.7_windows_arm64.zip", + "hash": "6d1bbfa8031bac36b3693f2b9a7e638b428955b7aab822bb43cf99745eba2589" } }, "bin": "traefik.exe",