From 96ea56865edd7f38bd6e7d78ea292235f893b656 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 11 Oct 2023 16:27:40 +0000 Subject: [PATCH] traefik: Update to version 2.10.5 --- bucket/traefik.json | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/bucket/traefik.json b/bucket/traefik.json index fb7c0c74e3..60feed6742 100644 --- a/bucket/traefik.json +++ b/bucket/traefik.json @@ -1,21 +1,21 @@ { - "version": "2.10.4", + "version": "2.10.5", "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.4/traefik_v2.10.4_windows_amd64.zip", - "hash": "96109e88ea1c95711de4ad0ea0833c2912986525d222b721731157bd5d172459" + "url": "https://github.com/traefik/traefik/releases/download/v2.10.5/traefik_v2.10.5_windows_amd64.zip", + "hash": "1aff1877eee3a2b39a51364384b201339b519f7ab5aecd00c4d3fde91ea42eaf" }, "32bit": { - "url": "https://github.com/traefik/traefik/releases/download/v2.10.4/traefik_v2.10.4_windows_386.zip", - "hash": "dcc7635071a9e10d09f3ae95b5e62ace11e2780a29ca2b71c4876b2e66920506" + "url": "https://github.com/traefik/traefik/releases/download/v2.10.5/traefik_v2.10.5_windows_386.zip", + "hash": "9aa9914c6e927720da6b099856cce4bc5b4c684d3a49ed1c59180fd3a766ef8b" }, "arm64": { - "url": "https://github.com/traefik/traefik/releases/download/v2.10.4/traefik_v2.10.4_windows_arm64.zip", - "hash": "5da3a7792caced0dfc051c4ff819b27c66a31f243ecefd085ea77acdcb84fe88" + "url": "https://github.com/traefik/traefik/releases/download/v2.10.5/traefik_v2.10.5_windows_arm64.zip", + "hash": "1f2ff24b617bde06879bdb92958a5db34f37f35b0043d0b1300848c80c68df62" } }, "bin": "traefik.exe",