Releases: Zebradil/cloudflare-dynamic-dns
Releases · Zebradil/cloudflare-dynamic-dns
4.0.7
4.0.7 (2024-03-24)
Bug Fixes
- update records with empty comment when multihost is disabled (4ea5e38)
4.0.6
4.0.6 (2024-03-22)
Bug Fixes
- deps: update module github.com/cloudflare/cloudflare-go to v0.91.0 (2924d3d)
4.0.5
4.0.5 (2024-03-13)
Bug Fixes
- deps: update module github.com/cloudflare/cloudflare-go to v0.90.0 (48ecd01)
4.0.4
4.0.4 (2024-03-02)
Bug Fixes
- deps: update module github.com/cloudflare/cloudflare-go to v0.89.0 (400cfed)
4.0.3
4.0.3 (2024-02-14)
Bug Fixes
- deps: update module github.com/cloudflare/cloudflare-go to v0.88.0 (f96afbf)
4.0.2
4.0.2 (2024-01-31)
Bug Fixes
- deps: update module github.com/cloudflare/cloudflare-go to v0.87.0 (66a8fd8)
4.0.1
4.0.1 (2024-01-17)
Bug Fixes
- deps: update module github.com/cloudflare/cloudflare-go to v0.86.0 (0fce146)
4.0.0
4.0.0 (2024-01-08)
Bug Fixes
- consistently use kebab-case for config keys (429d6a9)
BREAKING CHANGES
- the
prioritySubnets
config key has been renamed to priority-subnets
to be consistent with the other config keys.
3.1.0
3.1.0 (2024-01-07)
Features
- rename with-state-file flag to state-file, fix systemd unit (27803f9)
3.0.0
3.0.0 (2024-01-07)
Bug Fixes
- add check for STATE_DIRECTORY when running in systemd mode (25ef6de)
- copy only binary in the container image (d82e524)
- do not shadow variable via assignment (19c7d5a)
- switching between single- and multi-host modes (70e39af)
- validate token and iface values (3ab4e44)
Features
- add --run-every to run periodically (ac2af3c)
- include managed by in the DNS record comment (d829f28)
- replace --systemd flag with --with-state-file (adbc8df)
BREAKING CHANGES
- --systemd flag is replaced with --with-state-file.