From e9c11bcd35b0ba2ba9ec8c6a0e96161dd40117bb Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 30 Jul 2024 16:29:28 +0000 Subject: [PATCH] traefik: Update to version 3.1.1 --- bucket/traefik.json | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/bucket/traefik.json b/bucket/traefik.json index d5ae9787bf..11ac3690dc 100644 --- a/bucket/traefik.json +++ b/bucket/traefik.json @@ -1,21 +1,21 @@ { - "version": "3.1.0", + "version": "3.1.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/v3.1.0/traefik_v3.1.0_windows_amd64.zip", - "hash": "1cba32270361afa7b733ea43ce661ea4db83f0305719881b984b5c5650f60e76" + "url": "https://github.com/traefik/traefik/releases/download/v3.1.1/traefik_v3.1.1_windows_amd64.zip", + "hash": "8d74b856c78f6415bd3ecdae2e5a2a831264176576f3cbab392a27e98b39389b" }, "32bit": { - "url": "https://github.com/traefik/traefik/releases/download/v3.1.0/traefik_v3.1.0_windows_386.zip", - "hash": "33be25b280b6f947c7f2dce4d7812f03371700236fe15cd308032e0ee3e47993" + "url": "https://github.com/traefik/traefik/releases/download/v3.1.1/traefik_v3.1.1_windows_386.zip", + "hash": "69d27ac3721a1db6463556018817d8c3eefa0d338b1be5c4e6ecf0ceda629497" }, "arm64": { - "url": "https://github.com/traefik/traefik/releases/download/v3.1.0/traefik_v3.1.0_windows_arm64.zip", - "hash": "b131ee83d59039168f89fb415418dad16d96eab457daeeba72ec8741f7e6bd6c" + "url": "https://github.com/traefik/traefik/releases/download/v3.1.1/traefik_v3.1.1_windows_arm64.zip", + "hash": "aa557e6ac6e1f355f3458808a3b594935acc656e810a7b3fdefc60acc1eb1b57" } }, "bin": "traefik.exe",