traefik: Update to version 3.2.0

This commit is contained in:
github-actions[bot] 2024-10-28 16:31:07 +00:00
parent 38fca958fe
commit 371eaf42b6

View File

@ -1,21 +1,21 @@
{ {
"version": "3.1.7", "version": "3.2.0",
"description": "HTTP reverse proxy and load balancer", "description": "HTTP reverse proxy and load balancer",
"homepage": "https://traefik.io/", "homepage": "https://traefik.io/",
"license": "MIT", "license": "MIT",
"notes": "Run with a configuration file 'traefik -c <yourconfig.toml>' or 'traefik --help' for all options.", "notes": "Run with a configuration file 'traefik -c <yourconfig.toml>' or 'traefik --help' for all options.",
"architecture": { "architecture": {
"64bit": { "64bit": {
"url": "https://github.com/traefik/traefik/releases/download/v3.1.7/traefik_v3.1.7_windows_amd64.zip", "url": "https://github.com/traefik/traefik/releases/download/v3.2.0/traefik_v3.2.0_windows_amd64.zip",
"hash": "07c8a4eb620647b88b92c5380bf7ccace8db5bf3cf7e380e2aa49cbe488610a7" "hash": "8e3bb873b91c49edee28d7271712ccc5dada7a4f09a75edcc8e3f3c25748bd96"
}, },
"32bit": { "32bit": {
"url": "https://github.com/traefik/traefik/releases/download/v3.1.7/traefik_v3.1.7_windows_386.zip", "url": "https://github.com/traefik/traefik/releases/download/v3.2.0/traefik_v3.2.0_windows_386.zip",
"hash": "c3ed43b26d8852963c52536c4bb1c5bcf2da573e6273f5403969592187a51a2d" "hash": "fc703b23e0c7dead892cd07a4c7973cb6cb082d73372ed8eda542d72d69b8555"
}, },
"arm64": { "arm64": {
"url": "https://github.com/traefik/traefik/releases/download/v3.1.7/traefik_v3.1.7_windows_arm64.zip", "url": "https://github.com/traefik/traefik/releases/download/v3.2.0/traefik_v3.2.0_windows_arm64.zip",
"hash": "48f623c814bad65639b6b67408868ba4123de4626596fe96c198a89695c1c035" "hash": "8073c687e9dae999e20415959a02c9ce66c0ce1b858633c584f9e4d8f9010bb5"
} }
}, },
"bin": "traefik.exe", "bin": "traefik.exe",