Skip to content

Releases: postfinance/hostlookuper

v1.0.5

08 Mar 10:45
8a2c341
Compare
Choose a tag to compare

Changelog

  • 8a2c341 fix: only add rcode label when no err was returned
  • 080fbb4 build: renamed improperly named check-gh-token action

v1.0.4

08 Mar 09:39
f531f2d
Compare
Choose a tag to compare

Changelog

  • f531f2d fix: log rcode as hex if not in RcodeToString map

v1.0.3

07 Mar 08:12
af24fd1
Compare
Choose a tag to compare

Changelog

  • af24fd1 fixup! fix: add RCODE label to lookupTotal metric
  • 30ce806 fix: add RCODE label to lookupTotal metric

v1.0.2

06 Mar 14:02
85a0eb5
Compare
Choose a tag to compare

Changelog

  • 85a0eb5 feat: save rcode as a label
  • 7331e42 build(deps): bump github.com/miekg/dns from 1.1.50 to 1.1.51
  • c5523e4 build: update to Go 1.19
  • 4edaa26 build(deps): bump goreleaser/goreleaser-action from 3 to 4
  • f5b23d2 build: only build/release when DockerHub token defined
  • bedf501 build: configure dependabot for gh-actions
  • dde6363 chore: add logging of network protocol when adding DNS server

v1.0.1

20 Feb 13:42
39108fc
Compare
Choose a tag to compare

Changelog

  • 39108fc chore: fix linting errors and refactor
  • f7701bc feat: permit specifying DNS servers using a DNS name
  • 25ae454 chore: refactor lookuper code
  • a2b6e89 build(deps): bump github.com/postfinance/flash from 0.4.0 to 0.5.0
  • 732b33a build(deps): bump go.uber.org/zap from 1.23.0 to 1.24.0
  • d78c1b8 build(deps): bump github.com/VictoriaMetrics/metrics
  • 408ffa1 build(gh-action): simplify pipeline and prevent push old images

v1.0.0

11 Nov 16:27
199b3fb
Compare
Choose a tag to compare

Changelog

  • 199b3fb chore: add deploy/k8s/deployment.yaml
  • 1387ee3 chore: initialize the lookup_total and errors_total counters
  • 00ff7c5 feat: implement multiple DNS servers to be specified
  • 0215fcb feat: switch to miekg/dns to make DNS queries
  • 88dcf92 build(deps): bump github.com/postfinance/flash from 0.2.0 to 0.4.0

v0.1.1

11 Nov 13:01
4de0e3c
Compare
Choose a tag to compare

Changelog

  • 4de0e3c build: fix goreleaser docker_manifests
  • 9091882 build: fix manifest push
  • 5c13ce8 build: only push hostlookuper images
  • 092ca81 build: fix deprecations notices
  • 520d7cd chore: fix linting errors
  • 77903f3 build: add goreleaser.yml and gh-action