Releases: fortio/dnsping
Releases · fortio/dnsping
v1.5.0
What's Changed
- Updated DNS lib github.com/miekg/dns to v1.1.53
- Use our minimal forked
testscript
- Build with go 1.20
Also
- Other/more deps change
Full Changelog: v1.4.3...v1.5.0
Changelog
- 622568e Bump actions/setup-go from 3 to 4 (#33)
- 16c5d66 Bump fortio.org/fortio from 1.50.1 to 1.53.0 (#30)
- 287bb32 Bump fortio.org/fortio from 1.53.0 to 1.53.1 (#31)
- 35c388e Bump fortio.org/fortio from 1.53.1 to 1.54.0 (#34)
- 0751b49 Bump github.com/miekg/dns from 1.1.50 to 1.1.52 (#32)
- 9a878ba use our forked testscript and go 1.20 and newer dns lib (#36)
v1.4.3
What's Changed
- Bump fortio.org/cli from 0.6.2 to 1.0.0 by @dependabot in #25
Full Changelog: v1.4.2...v1.4.3
Changelog
v1.4.2
v1.4.1
v1.4.0
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