traefik: Update to version 2.4.9

This commit is contained in:
Jakub Čábera 2021-06-28 08:18:28 -07:00
parent 4b72bc0359
commit d4cf888ca2

View File

@ -1,17 +1,17 @@
{
"version": "1.7.30",
"version": "2.4.9",
"description": "HTTP reverse proxy and load balancer",
"homepage": "https://traefik.io/",
"license": "MIT",
"notes": "Run with a configuration file 'traefik -c <yourconfig.toml>' or 'traefik --help' for all options.",
"architecture": {
"64bit": {
"url": "https://github.com/containous/traefik/releases/download/v1.7.30/traefik_windows-amd64.exe#/traefik.exe",
"hash": "5f01369218287cdd5850348fe5e8ce045edba80e7b8f7d268ddd049ca4f418e0"
"url": "https://github.com/traefik/traefik/releases/download/v2.4.9/traefik_v2.4.9_windows_amd64.zip",
"hash": "0370f21bba00ce23c5d21f764e810d3ab009aaf6d17274835f8a62db1a279e5f"
},
"32bit": {
"url": "https://github.com/containous/traefik/releases/download/v1.7.30/traefik_windows-386.exe#/traefik.exe",
"hash": "225c89b48c952daaa7648ffb998bcf8e849e5d82792195324cc4fc226e5d759c"
"url": "https://github.com/traefik/traefik/releases/download/v2.4.9/traefik_v2.4.9_windows_386.zip",
"hash": "3cf6ea09989a46ed7fce1b1a40155f91d1efc23278e14561e8d484bfa352ef90"
}
},
"bin": "traefik.exe",
@ -21,11 +21,14 @@
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://github.com/containous/traefik/releases/download/v$version/traefik_windows-amd64.exe#/traefik.exe"
"url": "https://github.com/traefik/traefik/releases/download/v$version/traefik_v$version_windows_amd64.zip"
},
"32bit": {
"url": "https://github.com/containous/traefik/releases/download/v$version/traefik_windows-386.exe#/traefik.exe"
"url": "https://github.com/traefik/traefik/releases/download/v$version/traefik_v$version_windows_386.zip"
}
},
"hash": {
"url": "$baseurl/traefik_v$version_checksums.txt"
}
}
}