traefik: Update to version 2.5.2

This commit is contained in:
Jakub Čábera 2021-09-02 21:39:03 -07:00
parent 877845868a
commit 635985d02b

View File

@ -1,17 +1,17 @@
{ {
"version": "2.5.1", "version": "2.5.2",
"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/v2.5.1/traefik_v2.5.1_windows_amd64.zip", "url": "https://github.com/traefik/traefik/releases/download/v2.5.2/traefik_v2.5.2_windows_amd64.zip",
"hash": "0a312e9f78aa07cd06db498ebdf9a36d5575ba8cc0f4b7a4753008e65d41e334" "hash": "cb21e37126499a65b05e78df4302b95d224abb626851a43de36d4ed6af5ac81b"
}, },
"32bit": { "32bit": {
"url": "https://github.com/traefik/traefik/releases/download/v2.5.1/traefik_v2.5.1_windows_386.zip", "url": "https://github.com/traefik/traefik/releases/download/v2.5.2/traefik_v2.5.2_windows_386.zip",
"hash": "bb9bd7d97205cc75c7b3e557367b465caf0e0d9c78057a8287ba421636cbce1e" "hash": "6b85d37d220dbde9d7b8220d5c75a1fe38c1c3d0ebeb7b05e319a6101c33db2d"
} }
}, },
"bin": "traefik.exe", "bin": "traefik.exe",