Releases: Zebradil/cloudflare-dynamic-dns
Releases · Zebradil/cloudflare-dynamic-dns
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.
2.8.1
2.8.1 (2024-01-07)
Bug Fixes
- set path to config file via envvar (4623ac7)
2.8.0
2.8.0 (2024-01-07)
Features
- accept environment variables for configuration (249d9d8)
2.7.0
2.7.0 (2024-01-07)
Features
- add experimental multihost mode (c5bcb0a)
2.6.1
2.6.1 (2024-01-06)
Bug Fixes
- improve EUI-64 detection by checking for the FFFE injection (fd4da5b)
- use 7th bit from the left to identify EUI-64 addresses (a144a4c)
2.6.0
2.6.0 (2024-01-05)
Features
- add --version flag and log (8fe1e51)
2.5.1
2.5.1 (2024-01-03)
Bug Fixes
- deps: update module github.com/cloudflare/cloudflare-go to v0.85.0 (24f1bb7)