Skip to content

Releases: skibish/ddns

4.0.8

02 Jun 18:26
36ea47d
Compare
Choose a tag to compare

Changelog

  • 36ea47d chore: update go from 1.21 to 1.22

4.0.7

28 Oct 11:39
6d88f63
Compare
Choose a tag to compare

Changelog

  • 6d88f63 ci: remove archives block for goreleaser
  • 826fcdc ci: upgrade action versions
  • 062ff94 feat: update go from 1.20 to 1.21

4.0.6

24 Feb 00:16
a0b94ab
Compare
Choose a tag to compare

Changelog

  • 680b670 Bump golang.org/x/text from 0.3.7 to 0.3.8
  • a0b94ab chore: update go from 1.18 to 1.20

4.0.5

07 Jun 12:08
fa5254d
Compare
Choose a tag to compare

Changelog

  • 8d5dd36 Updated .goreleaser.yml to build docker images for multiple architectures. Docker image releases use manifests for multi-arch delivery (thanks @gadgethm 🎉 )

4.0.4

05 Jun 10:45
2ce9d16
Compare
Choose a tag to compare

Changelog

  • f61b206 fix: read ddns_token env var

4.0.3

21 May 10:55
Compare
Choose a tag to compare

Changelog

  • ed1d4cb ci: fix goreleaser deprecation warning
  • fbeeae0 feat: update go version from 1.16 to 1.18

4.0.2

10 Oct 10:22
Compare
Choose a tag to compare

Changelog

dedfd03 ci: update Go version to 1.17

Docker images

  • docker pull skibish/ddns:4.0.2

4.0.1

03 Jun 16:21
8a4b5cf
Compare
Choose a tag to compare

Changelog

ccd188e fix(do): return 200 records instead of default 20
c8aff55 fix: correct golint warnings

Docker images

  • docker pull skibish/ddns:4.0.1
  • docker pull skibish/ddns:latest

4.0.0

23 May 13:49
68c0c7c
Compare
Choose a tag to compare

Changelog

4d0ac34 BREAKING CHANGE: DDNS v4

Docker images

  • docker pull skibish/ddns:4.0.0
  • docker pull skibish/ddns:latest

3.1.2

02 May 13:10
Compare
Choose a tag to compare

You can use these commands to install or upgrade DDNS

curl -L https://github.com/skibish/ddns/releases/download/3.1.2/ddns-`uname -s`-`uname -m` > /usr/local/bin/ddns
chmod +x /usr/local/bin/ddns

Changes

Fixes

  • Add SSL certificates to Docker image