From 11e6987511ab895ae45d751ba33bf76ae54e00da Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 10 Jun 2024 16:29:11 +0000 Subject: [PATCH] traefik: Update to version 3.0.2 --- bucket/traefik.json | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/bucket/traefik.json b/bucket/traefik.json index dfac52c628..dea1953668 100644 --- a/bucket/traefik.json +++ b/bucket/traefik.json @@ -1,21 +1,21 @@ { - "version": "3.0.1", + "version": "3.0.2", "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.0.1/traefik_v3.0.1_windows_amd64.zip", - "hash": "57e35d16502a8d9ea3c9b36c8a96fb56be2df7a300095c75e22daa447416e0b0" + "url": "https://github.com/traefik/traefik/releases/download/v3.0.2/traefik_v3.0.2_windows_amd64.zip", + "hash": "ced6b1bc8c2d1f960c4f621fa88677619e6f26a16958d62c76d17e16d9bd7c25" }, "32bit": { - "url": "https://github.com/traefik/traefik/releases/download/v3.0.1/traefik_v3.0.1_windows_386.zip", - "hash": "331da036082eb605c401975829adc96f15c1ffac5fe7eb313fa5a8824d5a4e34" + "url": "https://github.com/traefik/traefik/releases/download/v3.0.2/traefik_v3.0.2_windows_386.zip", + "hash": "7427d8ec50047d5517153d6dccb82b74691ba9739831ab94f5f30bf8a1119fdb" }, "arm64": { - "url": "https://github.com/traefik/traefik/releases/download/v3.0.1/traefik_v3.0.1_windows_arm64.zip", - "hash": "91036cb1d8cf83ffb91c88c933cfe7fa42ed2e06b31106a2941670a2b152fcc1" + "url": "https://github.com/traefik/traefik/releases/download/v3.0.2/traefik_v3.0.2_windows_arm64.zip", + "hash": "0c7af4f5f400acc1d3697ca67625ebbd6dbaf3289cdf8afd4bc83ce9456a0c57" } }, "bin": "traefik.exe",