From 6836caebb45d2cfb04cf27457911615c49d178f7 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 7 Dec 2022 16:42:29 +0000 Subject: [PATCH] traefik: Update to version 2.9.6 --- bucket/traefik.json | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/bucket/traefik.json b/bucket/traefik.json index 3dcb2f5865..a7e6b8de10 100644 --- a/bucket/traefik.json +++ b/bucket/traefik.json @@ -1,21 +1,21 @@ { - "version": "2.9.5", + "version": "2.9.6", "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.5/traefik_v2.9.5_windows_amd64.zip", - "hash": "ce15382fbd307e2515d06ed7503e93a3e1d1b31da3c2fe0aff7175c288475eb7" + "url": "https://github.com/traefik/traefik/releases/download/v2.9.6/traefik_v2.9.6_windows_amd64.zip", + "hash": "869d1e57193abfb8e214e8ccbf8296c865e3819db40227391657154d60967a39" }, "32bit": { - "url": "https://github.com/traefik/traefik/releases/download/v2.9.5/traefik_v2.9.5_windows_386.zip", - "hash": "99eff0e0026e46e81d81b1c114a4eee1d6132a80fef8dd663058977d9ef885b0" + "url": "https://github.com/traefik/traefik/releases/download/v2.9.6/traefik_v2.9.6_windows_386.zip", + "hash": "639f88a9978083e069fa183f1af891893df2c1f175b0eb4366e8ec384b3db9b7" }, "arm64": { - "url": "https://github.com/traefik/traefik/releases/download/v2.9.5/traefik_v2.9.5_windows_arm64.zip", - "hash": "53f0da172cad81e7a276a290d55859349108fd3760d53c5be6f81f631dea0fca" + "url": "https://github.com/traefik/traefik/releases/download/v2.9.6/traefik_v2.9.6_windows_arm64.zip", + "hash": "26040d78f43b19d136b60106df34616480e72eaa04440c3123a567ab61a27d80" } }, "bin": "traefik.exe",