From d3f38e23442a012df86437381b82cd543d57ad60 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jakub=20=C4=8C=C3=A1bera?= Date: Tue, 30 Mar 2021 12:35:35 +0200 Subject: [PATCH] traefik: Update to version 1.7.29 --- bucket/traefik.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/traefik.json b/bucket/traefik.json index fb29cdb949..f983f51bb6 100644 --- a/bucket/traefik.json +++ b/bucket/traefik.json @@ -1,17 +1,17 @@ { - "version": "1.7.28", + "version": "1.7.29", "description": "HTTP reverse proxy and load balancer", "homepage": "https://traefik.io/", "license": "MIT", "notes": "Run with a configuration file 'traefik -c ' or 'traefik --help' for all options.", "architecture": { "64bit": { - "url": "https://github.com/containous/traefik/releases/download/v1.7.28/traefik_windows-amd64.exe#/traefik.exe", - "hash": "eb2eb67057f944fda79fdf8503b004ff4a0e60c865187e7bcf2e31564c215911" + "url": "https://github.com/containous/traefik/releases/download/v1.7.29/traefik_windows-amd64.exe#/traefik.exe", + "hash": "985d42febbf2b2b1a12a4a7de5e9f17c8d0d09485c593995d388875632539f51" }, "32bit": { - "url": "https://github.com/containous/traefik/releases/download/v1.7.28/traefik_windows-386.exe#/traefik.exe", - "hash": "5886d71deefdef9981cc99de786b6496db63e75b03f2706073355f5416d9161c" + "url": "https://github.com/containous/traefik/releases/download/v1.7.29/traefik_windows-386.exe#/traefik.exe", + "hash": "84e10a9449974e8462cb61a6b70db93d635edaa1e3c1384717e581f748dc6553" } }, "bin": "traefik.exe",