1.11.0 (2023-10-23)
This release adds the experimental support of Uptime Kuma.
UPDATE_CRON=@disabled
is deprecated; useUPDATE_CRON=@once
instead
- add support of Uptime Kuma (#600) (c68eeeb) (#605) (e65531a)
- introduce
UPDATE_CRON=@once
(#607) (aa57602)
1.10.1 (2023-09-17)
- The updater will now keep existing record comments when updating IP addresses. Previously, it would incorrectly erase them. This was a known bug in 1.10.0, and was fixed by fixing the upstream library
cloudflare-go
.
1.10.0 (2023-09-10)
- The current updater will erase existing record comments when updating the IP address due to an unfortunate design in an upstream library. This bug seems to affect all updaters of version 1.8.3 or later (I didn’t really check them). I am attempting to address the bug by fixing the upstream library, but if that does not work, a hack to keep existing record comments will be added to the updater. The bug is tracked by GitHub issue #559.
1.9.4 (2023-06-07)
This is a minor update that comes with a nice bugfix from go-retryablehttp 0.7.4.
1.9.3 (2023-06-06)
This version will automatically switch to 1.0.0.1 when 1.1.1.1 appears to be blocked or intercepted by your ISP or your router. The blockage and interception should not happen, but many ISPs and routers were misconfigured to use 1.1.1.1 as a private IP. The new updater tries to work around it by switching to 1.0.0.1. The long-term solution is to notify your ISP or upgrade your router.
- config: display a message when 1.0.0.1 also doesn't work (#495) (5f5602d)
- config: check 1.1.1.1 only when IPv4 is used (#494) (d0db1be)
- config: use 1.0.0.1 when 1.1.1.1 is blocked (#491) (8b9d160)
1.9.2 (2023-04-11)
1.9.1 (2023-03-15)
This version is a hotfix for running the updater in quiet mode in a system (e.g., Portainer) that expects some output from the updater. Unfortunately, the new quiet mode introduced in 1.9.0 was too quiet for those systems. This version will print out something to make them happy.
1.9.0 (2023-03-15)
- the quiet mode will no longer print the version and the information about superuser privileges (unless there are errors) (#415) (92a4462)
The feature to disable cron is experimental. The intention is to use another mechanism to manage the update schedule and run the updater. The quiet mode was made quieter so that repeated execution of the updater will not lead to excessive logging with non-errors.
1.8.4 (2023-03-03)
This release comes with no user-visible changes. It was compiled by version 1.20.1 of Go (instead of 1.20) and was shipped with version 0.62.0 of the cloudflare-go library that fixed a bug about proxy settings. I believe the bug does not affect the updater, but there's no reason not to use the fixed version. 😄
1.8.3 (2023-02-11)
- api: annotate newly created DNS records (#366) (09bbaf4): this uses the newly available DNS record comments
Upgraded Go to version 1.20.
1.8.2 (2023-01-02)
This release is shipped with a newer golang.org/x/net/http2 that fixes CVE-2022-41717. The updater should not be affected by the CVE, but a vulnerability scanner might still mark the updater or the image as insecure. This release should shut those scanners. No new features are added.
1.8.1 (2022-12-05)
A minor update with internal refactoring and insignificant UI adjustments.
1.8.0 (2022-11-25)
- provider: deprecate possibly unmaintained ipify (#270) (69b5d70)
- monitor: correct printf format string (#265) (0740d61)
- setter: improve monitor messages (#273) (c0599f6)
- monitor: improve Healthchecks integration (#272) (b24cce6)
- pp: add an option to disable emojis (#280) (95d0c67)
- provider: auto retry IP detection (#290) (de4d730)
- provider: warn about the use of weak PRNGs (#254) (ae2c866)
- The
ipify
provider is deprecated.
1.7.2 (2022-11-07)
- This version was published to retract all prior versions on https://pkg.go.dev. There are no observable changes.
1.7.1 (2022-10-23)
TTL
no longer supports templates; onlyPROXIED
supports them- existing templates that worked for 1.7.0 will stop working; see README.markdown for detailed documentation
1.7.0 (2022-09-06)
- config: accept templates for PROXIED and TTL (#214) (a78b96b)
- warn about incorrect TTL values (#206) (c6a7ea8)
- experimental
PROXIED_DOMAINS
andNON_PROXIED_DOMAINS
introduced in 1.6.0 are no longer supported; they are replaced by the new experimental template system
1.6.1 (2022-08-13)
1.6.0 (2022-08-12)
- config: don't print "Monitors: (none)" (#201) (472aef4)
- config: print wildcard domains with prefix
*.
(#198) (caf370c) - config: separate printed domains with comma (#200) (d658d58)
- setter: print out better error messages (#195) (68007f8)
- add systemd unit file for non-Docker users (#139) (bbe48ae)
- per-domain proxy settings (#202) (8b456cf)
1.5.1 (2022-06-23)
- file: fix arguments of pp.Errorf (55c5988)
1.5.0 (2022-06-18)
1.4.0 (2022-05-09)
- api: revise the token verification message (#104) (209afdc)
- updating was wrongly restricted by detection timeout (#159) (b3fc809)
1.3.0 (2021-11-15)
- detector: re-implement the cdn-cgi/trace parser and make it the new default policy; deprecate “cloudflare” in favor of “cloudflare.doh” or “cloudflare.trace” (#102) (ebf0639)
1.2.0 (2021-10-18)
1.1.0 (2021-08-23)
- api: always use ASCII forms of domains (#61) (befb0a9) (#58) (55da36f)
- api: cache results of ListRecords (8680b4b)
- api: more robust splitter for domains (#42) (12648db)
- cmd: actually display version (d619c02)
- config: fix indentation in ReadEnv (7c615a7)
- config: redo parsing (#36) (0801a45)
- pp: use less angry emojis for non-fatal errors (020d326)