traefik: Update to version 2.2.2

This commit is contained in:
Jakub Čábera 2020-07-09 09:10:58 +02:00
parent c24132e4d5
commit d6c4a5cd1b

View File

@ -1,20 +1,20 @@
{ {
"homepage": "https://traefik.io/", "version": "2.2.2",
"description": "HTTP reverse proxy and load balancer", "description": "HTTP reverse proxy and load balancer",
"version": "2.2.1", "homepage": "https://traefik.io/",
"license": "MIT", "license": "MIT",
"notes": "Run with a configuration file 'traefik -c <yourconfig.toml>' or 'traefik --help' for all options.",
"architecture": { "architecture": {
"64bit": { "64bit": {
"url": "https://github.com/containous/traefik/releases/download/v2.2.1/traefik_v2.2.1_windows_amd64.zip", "url": "https://github.com/containous/traefik/releases/download/v2.2.2/traefik_v2.2.2_windows_amd64.zip",
"hash": "9860fe5fe9a4cb768a7e09cc15629f3941452e10b45920bfca3601487036d596" "hash": "188173f1495818d3e41d742601ff68ae8906096b9d8a75e5a3cc287e35c3900c"
}, },
"32bit": { "32bit": {
"url": "https://github.com/containous/traefik/releases/download/v2.2.1/traefik_v2.2.1_windows_386.zip", "url": "https://github.com/containous/traefik/releases/download/v2.2.2/traefik_v2.2.2_windows_386.zip",
"hash": "f1073d38b969720d972a84a140935c7bde705fc8f293d28f63fb9068356bbf25" "hash": "34dc6a207bad1b555e5a56daac32ba525a3244b8e13f41970735d52d8b673e26"
} }
}, },
"bin": "traefik.exe", "bin": "traefik.exe",
"notes": "Run with a configuration file 'traefik -c <yourconfig.toml>' or 'traefik --help' for all options.",
"checkver": { "checkver": {
"github": "https://github.com/containous/traefik" "github": "https://github.com/containous/traefik"
}, },