From 8fd566480e6cb0692d56ea5fc384f4f958790946 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 15 Feb 2023 20:26:59 +0000 Subject: [PATCH] traefik: Update to version 2.9.8 --- bucket/traefik.json | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/bucket/traefik.json b/bucket/traefik.json index 3500b46f99..82c373721c 100644 --- a/bucket/traefik.json +++ b/bucket/traefik.json @@ -1,21 +1,21 @@ { - "version": "2.9.7", + "version": "2.9.8", "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.7/traefik_v2.9.7_windows_amd64.zip", - "hash": "2a405e676a47d376a08e29a08736dba6910f6462e3afffc45d83265765e490ab" + "url": "https://github.com/traefik/traefik/releases/download/v2.9.8/traefik_v2.9.8_windows_amd64.zip", + "hash": "3601d1dad0a26cdd65f9715d4563e4db408bf76ae5633d11e1d0afb08f4cee69" }, "32bit": { - "url": "https://github.com/traefik/traefik/releases/download/v2.9.7/traefik_v2.9.7_windows_386.zip", - "hash": "c8be0dd887e2b9f883e3d5f354570bee0bfc734cea3825c5ad2b1df7c138dfbd" + "url": "https://github.com/traefik/traefik/releases/download/v2.9.8/traefik_v2.9.8_windows_386.zip", + "hash": "3d2856c47d337cd43eeefd9fbaced1dd9cb25db35028717e8d73ca1690b4a288" }, "arm64": { - "url": "https://github.com/traefik/traefik/releases/download/v2.9.7/traefik_v2.9.7_windows_arm64.zip", - "hash": "99f5814d7b181d4a56e3b76b4b72397d689cccb64a7017dd0231dd0643c5939b" + "url": "https://github.com/traefik/traefik/releases/download/v2.9.8/traefik_v2.9.8_windows_arm64.zip", + "hash": "4d069d00c1b694534a6892dc66d070fa1c092b6a8e06a634f7c67a3d1d6db73c" } }, "bin": "traefik.exe",