Releases: hugomd/cloudflare-ddns
Releases · hugomd/cloudflare-ddns
IPv6 support
Fix resource leak
Change Cloudflare provider to use API tokens
Breaking Changes
- Change Cloudflare provider to use API tokens #9 by @nchlswhttkr
Deprecate CLOUDFLARE_EMAIL, CLOUDFLARE_ZONE and CLOUDFLARE_APIKEY environment variables
Deprecation
CLOUDFLARE_EMAIL
,CLOUDFLARE_ZONE
andCLOUDFLARE_APIKEY
are now deprecated and should no longer be used.- If you wish to continue using the above environment variables, you may use this Docker tag
hugomd/cloudflare-ddns:1.1.1
.hugomd/cloudflare-ddns:latest
will support deprecated environment variables during a grace period, but please do not rely on this.
Changes
- Log warning for deprecated environment variables #11
Fixes
- Add go.mod file and pin Golang 1.13 #10
Add release binaries
Changes
- Add GitHub Action build binaries and add to release
Add support for running as a persistent daemon
Changes
- Support running as a daemon with "-duration" interval #4 by @analogist
Fixes
- Use HTTPS for checkip service #5 by @analogist
Fix Cloudflare provider environment variables
Fixes
- Fix incorrect environment variables in Cloudflare provider (6eecd9c)
Support for multiple providers
Initial release 🎉
0.1.0 Add logs, only update IP if there is a change