Skip to content

Releases: dschanoeh/hover-ddns

v0.7.0

11 Sep 12:42
Compare
Choose a tag to compare

Breaking changes

  • Opendns service is not supported anymore since it stopped functioning

Changelog

  • b649ebc Adding icanhazip service
  • 16e5836 Adding info about docker image
  • b632f87 Adding missing check for failed connection
  • cf8b201 Adding support for Amazon API
  • 48e2936 Bump github.com/sirupsen/logrus from 1.8.1 to 1.9.0
  • e257e3c Bumping go version
  • 4612b67 Code cleanup
  • 9a84073 Hover const refactor
  • 3e2e2f6 Merge pull request #15 from dschanoeh/dependabot/go_modules/github.com/sirupsen/logrus-1.9.0
  • 340550f Removing ioutil references
  • 2ae9afa Removing opendns service that's not working anymore
  • d83ba6d Using method const

v0.6.1

26 Jun 09:24
91a5589
Compare
Choose a tag to compare

Changelog

  • 214a574 Adding docker build
  • cc828c5 Bump github.com/miekg/dns from 1.1.49 to 1.1.50
  • 6d32136 Fixing package install path in service unit
  • dec9c20 Ignoring .DS_store
  • 91a5589 Merge pull request #13 from dschanoeh/dependabot/go_modules/github.com/miekg/dns-1.1.50
  • 3fcd8bc Moving service unit to correct location
  • 8fe51cf Only adding one service file to archive

v0.6.0

14 Jun 16:05
Compare
Choose a tag to compare

Changelog

  • 01fa543 Adding dependabot configuration
  • 5803eb6 Adding note to readme
  • e68ed0a Always perform a first run immediately
  • c96acca Building with go 1.18
  • fa57ec6 Bump github.com/miekg/dns from 1.1.43 to 1.1.48
  • fe4b542 Bump github.com/miekg/dns from 1.1.48 to 1.1.49
  • 1f82017 Bump goreleaser/goreleaser-action from 2 to 3
  • 551b7fa Merge pull request #10 from dschanoeh/dependabot/go_modules/github.com/miekg/dns-1.1.49
  • 815278a Merge pull request #11 from dschanoeh/dependabot/github_actions/goreleaser/goreleaser-action-3
  • bb2b4ed Merge pull request #9 from dschanoeh/dependabot/go_modules/github.com/miekg/dns-1.1.48
  • 71cb84e Updating GH actions dependencies

v0.5.2

22 Nov 09:56
Compare
Choose a tag to compare

Changelog

f54dbd9 Clarified usage of different public IP providers
90e069e Static IP configuration for openDNS to avoid v4 lookups via v6 nameserver
5b0b257 Upgrading go source compatibility to 1.17

v0.5.1

29 Aug 14:28
Compare
Choose a tag to compare

Changelog

9e7bb25 Fixing bug on update decision

v0.5.0

29 Aug 10:47
Compare
Choose a tag to compare

Changelog

41925f1 Bumping dependencies
1e3e9ae Bumping go build version
218e142 Logging improvements
4e15bde Lowercase errors
940f69d Making --dry-run more usable
0723692 Making signal channel buffered
7029018 Refactoring to support multiple domains and hosts
dd0b87b Updated example and readme

v0.4.0

13 Jun 07:47
da2eb73
Compare
Choose a tag to compare

Changelog

5bd6574 Added nfpm configuration for deb packaging.
adbf170 Added support for armv7.
7cdf4f0 Changed yaml style to be more consistent.
644fccc Fixed typo in release page URL
d99f6c5 Improved README with deb install instructions.
da2eb73 Merge pull request #2 from MrFlynn/master
bd7ef56 Removing travis and adding github actions
2874a51 Split builds section into Linux and non-Linux builds.
c8499d3 Updating badges
ef3b309 Upgrading dependencies

v0.3.1

31 Oct 12:35
Compare
Choose a tag to compare

Changelog

f7cca9e Also bumping travis go version
248367b Bumped dependencies
1918434 Fixing hover's updated URL
bad8350 Merge branch 'master' of https://github.com/dschanoeh/hover-ddns

v0.3.0

10 May 13:36
Compare
Choose a tag to compare

Changelog

e2d680a Adding windows and mips builds
3ee019d Fixing annoying assignment bug
9c882b1 specifying travis go version
44798e0 switching from one-shot to simple service

v0.2.0

25 Apr 09:31
Compare
Choose a tag to compare

Changelog

25140ab Adding version commandline flag
ec85a03 IPv6, better DNS lookup and config file validation