This release adds support for both Azure and Google Cloud DNS providers. Be sure to read the (README.md) for implementation details.
Breaking Changes
There are breaking changes in this release! We're moving to a unified .secrets
directory moving forward, so regardless of what DNS provider you are using, if it requires that you create additional credentials files they'll need to be moved into .secrets
from .aws
or .gcloud
.
Moving forward this should simplify adding support for additional providers, but if you fail to move your credential files this will stop functioning!
Thanks to all that have contributed!