- This release bumps the go version to 1.23.
- Dependency updates
NOTES:
This release fixes our docker image release process.
NOTES:
- This release bumps the go version to 1.21.
- Dependency updates tracking the latest version of CoreDNS.
FEATURES:
- The plugin now supports the setting of
client_dns_resolver
to override the DNS resolver used for DNSimple API endpoints. This is useful when running CoreDNS as the DNS resolver for the host. Format isADDRESS:PORT
. (#25)
ENHANCEMENTS:
- Enforce the presence of the
access_token
andaccount_id
parameters in the configuration whether supplied by environment variables or directly in config, we raise an error if they are found missing. (#24)
FEATURES:
- The plugin allows for zones managed at DNSimple to be loaded and served by CoreDNS.
- The plugin supports all records types supported by DNSimple. This includes the custom record types such as
ALIAS
,POOL
andURL
.
NOTES:
This is the first release of the plugin. Please read the README for more information on how to use the plugin and the CONTRIBUTING guide if you want to contribute to the plugin.