This release fixes a few regressions in the DNS code introduced in v0.8.0, and a race condition in one of our test cases.
There are also a few dependencies updates.
What's Changed
- Use all configured ipv4 dns services by @evidolob in #426
- Avoid crash with empty resolv.conf by @siretart in #420
- win-sshproxy.tid created before thread id is available by @lstocchi in #433
Dependency updates
- build(deps): bump github.com/fsnotify/fsnotify from 1.7.0 to 1.8.0 by @dependabot in #415
- build(deps): bump github.com/onsi/gomega from 1.34.2 to 1.35.1 by @dependabot in #414
- build(deps): bump golang.org/x/crypto from 0.28.0 to 0.29.0 by @dependabot in #423
- build(deps): bump github.com/coreos/stream-metadata-go from 0.4.4 to 0.4.5 by @dependabot in #421
- build(deps): bump github.com/stretchr/testify from 1.9.0 to 1.10.0 by @dependabot in #430
- build(deps): bump github.com/onsi/gomega from 1.35.1 to 1.36.0 by @dependabot in #431
New Contributors
Full Changelog: v0.8.0...v0.8.1