From 76fdf764464c80de29ab0af38f73f8dc0ccf6cc0 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 7 Apr 2023 00:35:57 +0000 Subject: [PATCH] traefik: Update to version 2.9.10 --- bucket/traefik.json | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/bucket/traefik.json b/bucket/traefik.json index 4d9ebe1d58..cb10f924a1 100644 --- a/bucket/traefik.json +++ b/bucket/traefik.json @@ -1,21 +1,21 @@ { - "version": "2.9.9", + "version": "2.9.10", "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.9.9/traefik_v2.9.9_windows_amd64.zip", - "hash": "67048b01c32dfa4aa3e0a35c6ac59ee3ad7ef222f5afb40c622ce689a8762630" + "url": "https://github.com/traefik/traefik/releases/download/v2.9.10/traefik_v2.9.10_windows_amd64.zip", + "hash": "19eb27b56c1ad34208747f99523973dcf38ed84005a1510268c1831f5aa750f6" }, "32bit": { - "url": "https://github.com/traefik/traefik/releases/download/v2.9.9/traefik_v2.9.9_windows_386.zip", - "hash": "c31fc16784679e5096c834e8417b1acc975d40f8407a4571e490fba25d4397f3" + "url": "https://github.com/traefik/traefik/releases/download/v2.9.10/traefik_v2.9.10_windows_386.zip", + "hash": "135ae431bb7adf925a3adeb369b03440f2dc8d605d117d8543baf4270ba6467f" }, "arm64": { - "url": "https://github.com/traefik/traefik/releases/download/v2.9.9/traefik_v2.9.9_windows_arm64.zip", - "hash": "8f7650e5ad8118aa862bfe3af1371dbb0aca51198c527d3b8ef971230307e259" + "url": "https://github.com/traefik/traefik/releases/download/v2.9.10/traefik_v2.9.10_windows_arm64.zip", + "hash": "25cdfe6ace7ada55b565dcb07d3105fd1d25550596a9d28121c920cb9cafb40e" } }, "bin": "traefik.exe",