From 92ff2760506508728a49e53dd44e69261f5a4ba0 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 2 Oct 2024 16:30:38 +0000 Subject: [PATCH] traefik: Update to version 3.1.5 --- bucket/traefik.json | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/bucket/traefik.json b/bucket/traefik.json index 0636640237..a8b73353c2 100644 --- a/bucket/traefik.json +++ b/bucket/traefik.json @@ -1,21 +1,21 @@ { - "version": "3.1.4", + "version": "3.1.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/v3.1.4/traefik_v3.1.4_windows_amd64.zip", - "hash": "88c2c55f006342d31ad615ef49e35e3584f443b82b349685ca3f8d66a921737d" + "url": "https://github.com/traefik/traefik/releases/download/v3.1.5/traefik_v3.1.5_windows_amd64.zip", + "hash": "aae2f7002f711afe85964ff56770bfe7f93ef7a80ac14791d9ecca1e15766e7b" }, "32bit": { - "url": "https://github.com/traefik/traefik/releases/download/v3.1.4/traefik_v3.1.4_windows_386.zip", - "hash": "a13abd2b81cae89ce81f83e3542ad0f506fa54ba2b91e6bb9f815da3904efd5f" + "url": "https://github.com/traefik/traefik/releases/download/v3.1.5/traefik_v3.1.5_windows_386.zip", + "hash": "c9dd594689444a862dd4c6aed3b5d00f15b6304bc898802d3f98aadd0743e4a1" }, "arm64": { - "url": "https://github.com/traefik/traefik/releases/download/v3.1.4/traefik_v3.1.4_windows_arm64.zip", - "hash": "a781d9db946acd8860c0e5a80825e49cd3b31dd2db8d54a267a7879900677fd5" + "url": "https://github.com/traefik/traefik/releases/download/v3.1.5/traefik_v3.1.5_windows_arm64.zip", + "hash": "96872764e0619a3f2d302060cc879c758feff50550b941bd1ca4e730829d4d37" } }, "bin": "traefik.exe",