traefik: Update to version 2.3.4

This commit is contained in:
Jakub Čábera 2020-11-24 18:31:23 +01:00
parent 411089b637
commit 882dd41136

View File

@ -1,17 +1,17 @@
{ {
"version": "2.3.3", "version": "2.3.4",
"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/containous/traefik/releases/download/v2.3.3/traefik_v2.3.3_windows_amd64.zip", "url": "https://github.com/containous/traefik/releases/download/v2.3.4/traefik_v2.3.4_windows_amd64.zip",
"hash": "b1d95ab5b36a97e73cfc289dbd007c858a385ada10ca6546f282281a386a9aeb" "hash": "503f7b544ccee0d9573beea85c7da6bc9395c6ac69ec3dde13d2f208136f98d5"
}, },
"32bit": { "32bit": {
"url": "https://github.com/containous/traefik/releases/download/v2.3.3/traefik_v2.3.3_windows_386.zip", "url": "https://github.com/containous/traefik/releases/download/v2.3.4/traefik_v2.3.4_windows_386.zip",
"hash": "6a785c677bd623a787d811da36b9a0f7d2a7b8657bb2b1814562b09a8f739243" "hash": "0f87713350acb5201963d55714e91cb746077f4d599f5d2d84e3db010cd85b4b"
} }
}, },
"bin": "traefik.exe", "bin": "traefik.exe",