Skip to content

Releases: jadolg/porkbun-ddns

v1.5.0

13 Dec 13:30
5915e98
Compare
Choose a tag to compare

What's Changed

  • Update goreleaser settings to tackle deprecation warnings by @jadolg in #69
  • Bump golang.org/x/term from 0.25.0 to 0.26.0 by @dependabot in #70
  • Bump github.com/stretchr/testify from 1.9.0 to 1.10.0 by @dependabot in #73
  • Bump golang.org/x/term from 0.26.0 to 0.27.0 by @dependabot in #74
  • Allow configuring the porkbun's client timeout by @jadolg in #75

Full Changelog: v1.4.3...v1.5.0

v1.4.3

08 Nov 16:23
d64a187
Compare
Choose a tag to compare

Stop spamming logs with the update loop messages even when nothing really happens

Full Changelog: v1.4.2...v1.4.3

v1.4.2

06 Nov 07:59
924449c
Compare
Choose a tag to compare

What's Changed

  • Bump golang.org/x/term from 0.20.0 to 0.21.0 by @dependabot in #52
  • Bump github.com/nrdcg/porkbun from 0.3.0 to 0.4.0 by @dependabot in #53
  • Bump docker/build-push-action from 5 to 6 by @dependabot in #54
  • Bump goreleaser/goreleaser-action from 5 to 6 by @dependabot in #55
  • Bump golang.org/x/term from 0.21.0 to 0.22.0 by @dependabot in #56
  • Bump golang.org/x/term from 0.22.0 to 0.23.0 by @dependabot in #57
  • Bump github.com/prometheus/client_golang from 1.19.1 to 1.20.0 by @dependabot in #58
  • Bump github.com/prometheus/client_golang from 1.20.0 to 1.20.2 by @dependabot in #59
  • Bump golang from 1.22-alpine to 1.23-alpine by @dependabot in #60
  • Bump golang.org/x/term from 0.23.0 to 0.24.0 by @dependabot in #61
  • Bump github.com/prometheus/client_golang from 1.20.2 to 1.20.3 by @dependabot in #62
  • Bump github.com/prometheus/client_golang from 1.20.3 to 1.20.4 by @dependabot in #63
  • Bump golang.org/x/term from 0.24.0 to 0.25.0 by @dependabot in #64
  • Bump github.com/prometheus/client_golang from 1.20.4 to 1.20.5 by @dependabot in #66

Full Changelog: v1.4.1...v1.4.2

v1.4.1

16 May 21:23
5a275e7
Compare
Choose a tag to compare

What's Changed

  • Initialize metrics that depend on labels so they exist from the start of the application by @jadolg in #51

Full Changelog: v1.4.0...v1.4.1

v1.4.0

15 May 17:40
9cbacd6
Compare
Choose a tag to compare

What's Changed

Breaking changes (Metrics)

In Separate connection errors in a different metric by @jadolg in #50
connectionErrorsTotal is used now for when we can't connect to Porkbun
and
credentialsErrorTotal was renamed to credentialsErrorsTotal

Updates

Other changes

  • Add govulncheck github action by @jadolg in #43
  • Skip cache in govulncheck action by @jadolg in #49

Full Changelog: v1.3.1...v1.4.0

v1.3.1

28 Dec 12:41
21e7f7b
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.3.0...v1.3.1

v1.3.0

19 Oct 15:31
554fd6d
Compare
Choose a tag to compare

What's Changed

  • Add a metric that increases when the client can't resolve the current ip address by @jadolg in #29

Full Changelog: v1.2.0...v1.3.0

v1.2.0

07 Oct 20:28
c4c8a8a
Compare
Choose a tag to compare

What's Changed

  • Add metric to count successful updates by @jadolg in #28

Full Changelog: v1.0.2...v1.2.0

v1.0.2

07 Oct 18:39
d82b205
Compare
Choose a tag to compare

What's Changed

  • Add "network-bind" plug to the service too by @jadolg in #27

Full Changelog: v1.0.1...v1.0.2

v1.0.1

07 Oct 17:56
e605291
Compare
Choose a tag to compare

WARNING

This release is still missing a network-bing plug in the service

What's Changed

  • Add plug network-bind to the snap package by @jadolg in #26

Full Changelog: v1.0.0...v1.0.1