Skip to content

Releases: fortio/dnsping

v1.3.0

16 Feb 03:33
0bb5ed8
Compare
Choose a tag to compare

Changelog

  • 0bb5ed8 Merge pull request #22 from fortio/new_top_level
  • 86f386c a bit wider, nicer flags output
  • fbdf042 use fixed version of printing defaults for loglevel
  • 1110613 use new toplevel fortio.org/log and version
  • 0a7d190 use the release

v1.2.11

06 Feb 17:40
d2552bf
Compare
Choose a tag to compare

Changelog

v1.2.10

21 Jan 01:40
36a33f6
Compare
Choose a tag to compare

Changelog

  • 9dcb590 Bump docker/login-action from 1.10.0 to 2.1.0
  • 0235cc0 Bump fortio.org/fortio from 1.38.2 to 1.39.1
  • 6b0361a Bump goreleaser/goreleaser-action from 3.0.0 to 4.1.0
  • e49f6d8 Merge pull request #14 from fortio/dependabot/github_actions/goreleaser/goreleaser-action-4.1.0
  • 99a29d5 Merge pull request #15 from fortio/dependabot/github_actions/docker/login-action-2.1.0
  • 45ac963 Merge pull request #16 from fortio/dependabot/go_modules/fortio.org/fortio-1.39.1
  • 36a33f6 Merge pull request #17 from fortio/tests
  • 4a52db7 add -x to pkill to make it work on linux
  • f43b7c9 add coverage badge
  • 2aae853 added tests and fixed small bug for error reply case
  • ea3984e sync golangci with ../fortio
  • 5ab22fb use log.FErrf instead of log.Fatalf
  • 6abcf0c use stable (go 1.19.5 atm) for building/releasing. also setup depandabot for actions too

v1.2.9

30 Oct 20:57
9fe810b
Compare
Choose a tag to compare

Changelog

v1.2.6

02 Jun 16:46
Compare
Choose a tag to compare

Changelog

v1.2.5

28 May 22:38
Compare
Choose a tag to compare

Switched build to goreleaser

dnsping v1.2.4 updated golang and dependencies

26 May 22:30
Compare
Choose a tag to compare
  • Updated dependencies and latest go (1.18.2) version as well as build info manifest output by dnsping version
  • Multi arch docker

dnsping v1.1.5 updated golang and dependencies

24 Jun 23:41
Compare
Choose a tag to compare

Uses latest golang 1.16.5 for the build as well as latest DNS and Fortio libs

dnsping v1.1.4 Ipv6 fix

07 Nov 23:54
47edec5
Compare
Choose a tag to compare

Fixes #6 eg:

dnsping -c 3  -q aaaa www.google.com 2001:4860:4860::8888
15:58:05 I Adding [] around detected input IPv6 server ip info: [2001:4860:4860::8888]
15:58:05 I dnsping dev: will query 3 times, sleeping 1s in between, the server [2001:4860:4860::8888]:53 for AAAA (28) record for www.google.com.
15:58:05 I  21.5 ms   1: [www.google.com.	199	IN	AAAA	2607:f8b0:4005:809::2004]
15:58:06 I  18.9 ms   2: [www.google.com.	159	IN	AAAA	2607:f8b0:4005:807::2004]
15:58:07 I  25.7 ms   3: [www.google.com.	197	IN	AAAA	2607:f8b0:4005:809::2004]

dnsping v1.1.3 - same as 1.1.0 with minor releng cleanup

23 Oct 02:32
Compare
Choose a tag to compare

See previous releases for content.

This release just cleaned up missing LICENSE and Copyright details and simplified how the Version information is carried and prints that version also during initial log info.