traefik / traefik-migration-tool

A migration tool from Traefik v1 to Traefik v2
https://docs.traefik.io/migration/v1-to-v2/
Apache License 2.0
151 stars 35 forks source link

chore: update traefik dependency version to v2.5.3 #29

Closed kevinpollet closed 3 years ago

kevinpollet commented 3 years ago

Goal

This PR updates the Traefik dependency version to v2.5.3 in order to be able to use a named port in an IngressRoute. As a side effect, the version of golang in the Dockerfile has been updated to 1.16 because of the ioutil deprecation.