Skip to content

Releases: Mario-F/hetzner-dyndns

v2.0.3

23 Feb 13:39
52fe1ae
Compare
Choose a tag to compare

Changelog

  • 52fe1ae Merge pull request #12 from Mario-F/dependabot/go_modules/golang.org/x/text-0.3.8
  • 1679eb1 build(deps): bump golang.org/x/text from 0.3.7 to 0.3.8

v2.0.2

23 Jan 13:16
Compare
Choose a tag to compare

Changelog

  • dfa3112 fix(provider): implement provider error logging

v2.0.1

11 Dec 14:23
Compare
Choose a tag to compare

Changelog

  • b6c0a47 ci: added debug file to gitignore
  • 0d44780 feat(setup): make ip version selectable
  • ccb8900 feat: added hetzner token check
  • 6d2d1c0 feat: added promptui package
  • 1650c94 feat: added setup cmd as todo
  • 58effca feat: added token prompt to setup
  • 7a43d51 fix(provider): 🚑 confirmation order race condition
  • 0593650 fix(provider): typo
  • 3dad289 fix: retry on hetzner api error
  • f5ef764 style(setup): ranamed variable

v2.0.0

31 Mar 14:25
Compare
Choose a tag to compare

Changelog

  • 40b9f59 build: update docker golang version
  • 55d01cb chore: remove regex url
  • 1377333 feat(provider): added ip6.me
  • fb06160 feat(provider): added piliapp
  • cf0ee0c feat: added domain flag on records
  • a5d5925 feat: added first ipv6 provider icanhazip
  • 1c272ec feat: added ip version to providers
  • dc8f3aa feat: added more column to records output
  • 79f75ec feat: added provider filter for ip version
  • 2c71146 feat: finalized implementation IPv6 mode
  • 1a6b7e8 feat: implement ip version in myip command
  • bad6b6e feat: implement ipv6 on records
  • dd667f8 feat: implemented ipv6 capture
  • 0d27dfe feat: moved ip version to global scope
  • 654333c feat: release with go version 1.18
  • e59bb0c feat: try much simpler regex for ipv6 capture
  • c323c5e feat: updated to golang version 1.17
  • 1e4f1b7 feat: use logrus for log output
  • 1e7d4c5 fix: modified ipv6 capture to not check for network
  • b3211a0 fix: print and return early on empty records
  • a79d723 fix: reworked ipv6 regex
  • 0a4c18c refactor: added provider to self init on provider list
  • d6e0817 refactor: better error message on external ip failure
  • 0c0b2d8 refactor: give ip version own network package
  • 826f42c refactor: moved providers one level up
  • 77277f2 style: changed ipv6 regex formatting

v1.4.0

11 Feb 18:41
Compare
Choose a tag to compare

Changelog

  • f0b7dc4 feat: 🚀 moved to croba as cmd lib
  • 5c3d8b2 feat: added json output mode to myip
  • 869d220 feat: added selectable outputs to myip command
  • 83ce8ea feat: return externalip result as struct with version support
  • 3570fe4 fix: lint errors
  • 756b7ad fix: set version on external ip

v1.3.1

27 Dec 20:55
Compare
Choose a tag to compare

Changelog

  • c425e22 fix: add newline on version command
  • e81f49b fix: goreleaser should prefix v for version

v1.3.0

27 Dec 20:49
880e65b
Compare
Choose a tag to compare

Changelog

  • 880e65b Merge pull request #5 from Mario-F/add-version-command
  • 371db6f build: include version in docker build
  • ddd1082 ci: added version to goreleaser build
  • 8928757 feat: added version command

v1.2.4

27 Dec 20:07
Compare
Choose a tag to compare

Changelog

  • 48bd282 fix: workaround hetzner api sometimes return 404

v1.2.3

19 Dec 10:18
Compare
Choose a tag to compare

Changelog

  • 63ea2ef build: added multiarch docker build

v1.2.2

20 Nov 12:55
Compare
Choose a tag to compare

Changelog

8a516c7 ci: update gitignore
09e2b78 fix: int to string type conversion