From 01336e34ad1fc2182e2681131650fda3246a46e2 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 14 Feb 2023 16:30:18 +0000 Subject: [PATCH] traefik: Update to version 2.9.7 --- bucket/traefik.json | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/bucket/traefik.json b/bucket/traefik.json index a7e6b8de10..3500b46f99 100644 --- a/bucket/traefik.json +++ b/bucket/traefik.json @@ -1,21 +1,21 @@ { - "version": "2.9.6", + "version": "2.9.7", "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.6/traefik_v2.9.6_windows_amd64.zip", - "hash": "869d1e57193abfb8e214e8ccbf8296c865e3819db40227391657154d60967a39" + "url": "https://github.com/traefik/traefik/releases/download/v2.9.7/traefik_v2.9.7_windows_amd64.zip", + "hash": "2a405e676a47d376a08e29a08736dba6910f6462e3afffc45d83265765e490ab" }, "32bit": { - "url": "https://github.com/traefik/traefik/releases/download/v2.9.6/traefik_v2.9.6_windows_386.zip", - "hash": "639f88a9978083e069fa183f1af891893df2c1f175b0eb4366e8ec384b3db9b7" + "url": "https://github.com/traefik/traefik/releases/download/v2.9.7/traefik_v2.9.7_windows_386.zip", + "hash": "c8be0dd887e2b9f883e3d5f354570bee0bfc734cea3825c5ad2b1df7c138dfbd" }, "arm64": { - "url": "https://github.com/traefik/traefik/releases/download/v2.9.6/traefik_v2.9.6_windows_arm64.zip", - "hash": "26040d78f43b19d136b60106df34616480e72eaa04440c3123a567ab61a27d80" + "url": "https://github.com/traefik/traefik/releases/download/v2.9.7/traefik_v2.9.7_windows_arm64.zip", + "hash": "99f5814d7b181d4a56e3b76b4b72397d689cccb64a7017dd0231dd0643c5939b" } }, "bin": "traefik.exe",