Releases: fortio/dnsping
Releases · fortio/dnsping
v1.3.0
v1.2.11
v1.2.10
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
v1.2.6
v1.2.5
Switched build to goreleaser
dnsping v1.2.4 updated golang and dependencies
- 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
Uses latest golang 1.16.5 for the build as well as latest DNS and Fortio libs
dnsping v1.1.4 Ipv6 fix
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
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.