From 835881170505ee26f3d051c05bc5c64a3f5618a2 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 27 Apr 2023 16:26:55 +0000 Subject: [PATCH] traefik: Update to version 2.10.1 --- bucket/traefik.json | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/bucket/traefik.json b/bucket/traefik.json index 5e45c028c7..4a75e1b241 100644 --- a/bucket/traefik.json +++ b/bucket/traefik.json @@ -1,21 +1,21 @@ { - "version": "2.10.0", + "version": "2.10.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.10.0/traefik_v2.10.0_windows_amd64.zip", - "hash": "ef212eded437157352c7b71804c792a01e5ccb25aa287f2fec1b7f4732e4f181" + "url": "https://github.com/traefik/traefik/releases/download/v2.10.1/traefik_v2.10.1_windows_amd64.zip", + "hash": "73b2f8e8ba997259c6fadb8644e2c730ea5e11c3fa1b7030fb84ecaf11849965" }, "32bit": { - "url": "https://github.com/traefik/traefik/releases/download/v2.10.0/traefik_v2.10.0_windows_386.zip", - "hash": "15dea46bbb5066cf15d0d9356959e470ac4858a055c393180cd0b35b6a9c00c7" + "url": "https://github.com/traefik/traefik/releases/download/v2.10.1/traefik_v2.10.1_windows_386.zip", + "hash": "e35f2bba232a52fe4d7b8925f250ae2ae27b5a7c6d5d17684602b8b7f319b39a" }, "arm64": { - "url": "https://github.com/traefik/traefik/releases/download/v2.10.0/traefik_v2.10.0_windows_arm64.zip", - "hash": "dbb18b714a0e7f9ec700bfce42463f60f7c0f40c0ece28ab375dec17ef0b3923" + "url": "https://github.com/traefik/traefik/releases/download/v2.10.1/traefik_v2.10.1_windows_arm64.zip", + "hash": "396e5af3175a1ac33fca476c0904a06d558fd7f0918b5b841900db331b427f13" } }, "bin": "traefik.exe",