traefik / mesh

Traefik Mesh - Simpler Service Mesh
https://traefik.io/traefik-mesh
Apache License 2.0
2.02k stars 142 forks source link

Remove Maxium CoreDNS Version Requirement #824

Closed skwair closed 2 years ago

skwair commented 2 years ago

What does this PR do?

This PR proposes to remove the artificial maximum CoreDNS version limit.

Most new CoreDNS versions are not breaking, but since we enforce a maximum version, we still need a PR to bump it for each new minor release.

With this PR, we assume it's going to work just fine (which should be the case more often than not), and if it doesn't, then we'll make a PR to fix it.

Fixes #821

How to test it

Mesh should now work in Kubernetes environments with CoreDNS >= v1.9.0.

kevinpollet commented 2 years ago

/sem-approve