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.
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.