Skip to content

Releases: Zebradil/cloudflare-dynamic-dns

4.0.7

24 Mar 00:37
61e7e83
Compare
Choose a tag to compare

4.0.7 (2024-03-24)

Bug Fixes

  • update records with empty comment when multihost is disabled (4ea5e38)

4.0.6

22 Mar 03:40
e358a1a
Compare
Choose a tag to compare

4.0.6 (2024-03-22)

Bug Fixes

  • deps: update module github.com/cloudflare/cloudflare-go to v0.91.0 (2924d3d)

4.0.5

13 Mar 01:59
fda4182
Compare
Choose a tag to compare

4.0.5 (2024-03-13)

Bug Fixes

  • deps: update module github.com/cloudflare/cloudflare-go to v0.90.0 (48ecd01)

4.0.4

02 Mar 11:06
4b2eecd
Compare
Choose a tag to compare

4.0.4 (2024-03-02)

Bug Fixes

  • deps: update module github.com/cloudflare/cloudflare-go to v0.89.0 (400cfed)

4.0.3

14 Feb 01:52
f1308a5
Compare
Choose a tag to compare

4.0.3 (2024-02-14)

Bug Fixes

  • deps: update module github.com/cloudflare/cloudflare-go to v0.88.0 (f96afbf)

4.0.2

31 Jan 05:03
0a9efb7
Compare
Choose a tag to compare

4.0.2 (2024-01-31)

Bug Fixes

  • deps: update module github.com/cloudflare/cloudflare-go to v0.87.0 (66a8fd8)

4.0.1

17 Jan 04:22
ba08da2
Compare
Choose a tag to compare

4.0.1 (2024-01-17)

Bug Fixes

  • deps: update module github.com/cloudflare/cloudflare-go to v0.86.0 (0fce146)

4.0.0

08 Jan 00:16
4babd99
Compare
Choose a tag to compare

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

08 Jan 00:02
461995e
Compare
Choose a tag to compare

3.1.0 (2024-01-07)

Features

  • rename with-state-file flag to state-file, fix systemd unit (27803f9)

3.0.0

07 Jan 23:30
4ba1730
Compare
Choose a tag to compare

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.