traefik: Update to version 2.5.1

This commit is contained in:
Jakub Čábera 2021-08-21 01:48:04 -07:00
parent 7538db26fb
commit 5b7c18509d

View File

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